Age | Commit message (Expand) | Author |
2023-08-02 | perf: reduce number of allocations in SynPathExt::to_string | HampusM |
2023-08-02 | build: add Cargo.lock to keep predicates-tree dependency old | HampusM |
2023-08-02 | build: improve the fix for the predicates-tree MSRV change | HampusM |
2023-08-01 | test: clean up FactoryMacroArgs unit tests | HampusM |
2023-08-01 | test: clean up binding configurator unit tests | HampusM |
2023-08-01 | test: clean up DeclareInterfaceArgs unit tests | HampusM |
2023-08-01 | test: remove unused std::error::Error import | HampusM |
2023-08-01 | test: remove vec macro usages in IteratorExt unit tests | HampusM |
2023-08-01 | test: clean up InjectableMacroArgs unit tests | HampusM |
2023-08-01 | test: remove Result return value of can_build_dependencies | HampusM |
2023-08-01 | refactor: remove calls to default on unit structs | HampusM |
2023-08-01 | build: add temporary fix for predicates-tree MSRV change | HampusM |
2023-08-01 | build: use mockall 0.11.4 | HampusM |
2023-08-01 | test: fix create_single_get_dep_method_call unit tests | HampusM |
2023-07-31 | refactor!: remove SomeThreadsafePtrError | HampusM |
2023-01-31 | fix: remove unwrap from generated implementations of Injectable | HampusM |
2023-01-30 | fix: add missing dummy async injectable impl | HampusM |
2023-01-30 | feat: improve macro error messages | HampusM |
2023-01-19 | refactor: remove unnecessary must_use attributes | HampusM |
2023-01-19 | refactor!: make binding builder & configurator methods take self ownership | HampusM |
2023-01-13 | refactor: put syn_path_to_string in a extension trait | HampusM |
2023-01-12 | refactor: fix Clippy lint in threadsafe castable factory | HampusM |
2023-01-12 | refactor: allow manual let else in macros crate | HampusM |
2023-01-12 | ci: run Clippy in workspace & with all features | HampusM |
2023-01-12 | refactor: fix Clippy lints | HampusM |
2023-01-12 | refactor: add deny unsafe code in macros crate | HampusM |
2022-11-28 | build: bump versions to 0.4.2v0.4.2 | HampusM |
2022-11-19 | refactor: reorganize non-public API items | HampusM |
2022-11-17 | refactor: use the async-lock crate instead of Tokio | HampusM |
2022-11-12 | test: replace the test_util_macros crate with utility-macros | HampusM |
2022-11-11 | test: add unit test for create_caster_fn_ident | HampusM |
2022-11-11 | test: add unit tests for parsing injectable macro args | HampusM |
2022-11-11 | ci: add caching of Cargo data | HampusM |
2022-11-11 | ci: use Rust nightly in the code-style job | HampusM |
2022-11-11 | test: remove some unused imports | HampusM |
2022-11-11 | test: add unit tests for parsing declare_interface macro args | HampusM |
2022-11-11 | test: add unit test for parsing factory type aliases | HampusM |
2022-11-11 | test: make small improvements in the declare_default_factory macro args tests | HampusM |
2022-11-11 | test: add unit tests for parsing factory macro args | HampusM |
2022-11-11 | test: add unit tests for parsing declare_default_factory macro args | HampusM |
2022-11-11 | docs: add a example to the crate root | HampusM |
2022-11-10 | refactor: improve type param names, docs & more of casting | HampusM |
2022-11-10 | docs: add terminology guide to readme | HampusM |
2022-11-08 | docs: add msrv | HampusM |
2022-11-08 | fix: allow for concrete type interfaces to be marked async | HampusM |
2022-11-07 | docs: add arguments for IoC & DI to readme | HampusM |
2022-11-07 | refactor: fix some Clippy lints regarding format!() | HampusM |
2022-11-07 | build: fix running macros tests on Rust stable | HampusM |
2022-11-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM |
2022-11-06 | ci: fix jobs | HampusM |