about summary refs log tree commit diff
path: root/crates/tt/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2022-02-08Track synthetic tokens, to be able to remove them again laterFlorian Diebold-0/+10
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-2/+2
2021-10-03Add semicolons for consistencyAramis Razzaghipour-1/+1
`clippy::semicolon_if_nothing_returned`
2021-09-27Make `stringify!` prettify its inputJonas Schievink-0/+33
This will insert whitespace if the invocation is inside another macro
2021-08-31internal: reduce couplingAleksey Kladov-15/+0
tt is a data structure, data structures cant' go wrong, they shouldn't have the knowledge that the world outside of them has all kinds of errors.
2021-08-31minor: dead codeAleksey Kladov-4/+0
2021-06-13clippy::manual_str_repeatMaan2003-2/+2
2021-03-21a lot of clippy::style fixesMatthias Krüger-2/+1
2021-03-13add expand logEdwin Cheng-0/+47
2020-12-27Move TokenExpander to base_db and rename itJonas Schievink-6/+1
It's only used to break the dependency to proc_macro_api
2020-11-26Simplify error formattingLaurențiu Nicola-7/+4
2020-11-26Implement `Display` for macro expansion errorsJonas Schievink-0/+11
2020-08-12Rename ra_tt -> ttAleksey Kladov-0/+246