aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-04refactor!: rename the async flag of the declare_interface macroHampusM
2023-08-04refactor: rename CastFromSync to CastFromArcHampusM
2023-08-04refactor!: remove async_closure macro from APIHampusM
2023-08-03docs: remove panics sections from macrosHampusM
2023-08-03docs: move the injectable macro example sectionHampusM
2023-08-03test: add & improve MacroFlag unit testsHampusM
2023-08-03feat: add constructor name flag to injectable macroHampusM
2023-08-02docs: fix wrong quotes in binding configuratorsHampusM
2023-08-02test: clean up create_caster_fn_ident unit testHampusM
2023-08-02test: clean up DeclareDefaultFactoryMacroArgs unit testsHampusM
2023-08-02perf: reduce number of allocations in SynPathExt::to_stringHampusM
2023-08-02build: add Cargo.lock to keep predicates-tree dependency oldHampusM
2023-08-02build: improve the fix for the predicates-tree MSRV changeHampusM
2023-08-01test: clean up FactoryMacroArgs unit testsHampusM
2023-08-01test: clean up binding configurator unit testsHampusM
2023-08-01test: clean up DeclareInterfaceArgs unit testsHampusM
2023-08-01test: remove unused std::error::Error importHampusM
2023-08-01test: remove vec macro usages in IteratorExt unit testsHampusM
2023-08-01test: clean up InjectableMacroArgs unit testsHampusM
2023-08-01test: remove Result return value of can_build_dependenciesHampusM
2023-08-01refactor: remove calls to default on unit structsHampusM
2023-08-01build: add temporary fix for predicates-tree MSRV changeHampusM
2023-08-01build: use mockall 0.11.4HampusM
2023-08-01test: fix create_single_get_dep_method_call unit testsHampusM
2023-07-31refactor!: remove SomeThreadsafePtrErrorHampusM
2023-01-31fix: remove unwrap from generated implementations of InjectableHampusM
2023-01-30fix: add missing dummy async injectable implHampusM
2023-01-30feat: improve macro error messagesHampusM
2023-01-19refactor: remove unnecessary must_use attributesHampusM
2023-01-19refactor!: make binding builder & configurator methods take self ownershipHampusM
2023-01-13refactor: put syn_path_to_string in a extension traitHampusM
2023-01-12refactor: fix Clippy lint in threadsafe castable factoryHampusM
2023-01-12refactor: allow manual let else in macros crateHampusM
2023-01-12ci: run Clippy in workspace & with all featuresHampusM
2023-01-12refactor: fix Clippy lintsHampusM
2023-01-12refactor: add deny unsafe code in macros crateHampusM
2022-11-28build: bump versions to 0.4.2v0.4.2HampusM
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-11-17refactor: use the async-lock crate instead of TokioHampusM
2022-11-12test: replace the test_util_macros crate with utility-macrosHampusM
2022-11-11test: add unit test for create_caster_fn_identHampusM
2022-11-11test: add unit tests for parsing injectable macro argsHampusM
2022-11-11ci: add caching of Cargo dataHampusM
2022-11-11ci: use Rust nightly in the code-style jobHampusM
2022-11-11test: remove some unused importsHampusM
2022-11-11test: add unit tests for parsing declare_interface macro argsHampusM
2022-11-11test: add unit test for parsing factory type aliasesHampusM
2022-11-11test: make small improvements in the declare_default_factory macro args testsHampusM
2022-11-11test: add unit tests for parsing factory macro argsHampusM