summaryrefslogtreecommitdiff
path: root/macros/src
AgeCommit message (Expand)Author
2023-04-02docs: fix the mock macro exampleHampusM
2023-04-01fix: make expectation returning method unsafeHampusM
2023-04-01feat: allow for usage of associated types of genericsHampusM
2023-03-26fix: replace Self in genericsHampusM
2023-03-26feat: add automock attributeHampusM
2023-03-25feat: add argument matchingHampusM
2023-03-21fix: prevent panicking while panicking in expectation dropHampusM
2023-03-20feat: add support for multiple expectations of identical methodsHampusM
2023-03-20fix: replace Self with mock in function signaturesHampusM
2023-03-19refactor: skip transmuting expectations without genericsHampusM
2023-03-19fix: allow mocking methods taking &mut selfHampusM
2023-03-19feat: add call count expectations to expectationsHampusM
2023-03-19fix: allow trait generic param boundsHampusM
2023-03-19docs: add documentation commentsHampusM
2023-03-18feat: add support for generic traitsHampusM
2023-03-18feat: parse impl in mock macro as actual impl blockHampusM
2023-03-18refactor: rewrite the mock macro as a procedural macroHampusM