Age | Commit message (Expand) | Author |
---|---|---|
2023-04-15 | fix: correct safety docs of expectation returning methodsHEADmaster | HampusM |
2023-04-01 | fix: make expectation returning method unsafe | HampusM |
2023-04-01 | feat: allow for usage of associated types of generics | HampusM |
2023-03-25 | feat: add argument matching | HampusM |
2023-03-21 | fix: prevent panicking while panicking in expectation drop | HampusM |
2023-03-20 | feat: add support for multiple expectations of identical methods | HampusM |
2023-03-19 | refactor: skip transmuting expectations without generics | HampusM |
2023-03-19 | fix: allow mocking methods taking &mut self | HampusM |
2023-03-19 | feat: add call count expectations to expectations | HampusM |
2023-03-19 | fix: allow trait generic param bounds | HampusM |
2023-03-18 | feat: add support for generic traits | HampusM |
2023-03-18 | feat: parse impl in mock macro as actual impl block | HampusM |
2023-03-18 | refactor: rewrite the mock macro as a procedural macro | HampusM |