about summary refs log tree commit diff
path: root/crates/tt/src
AgeCommit message (Collapse)AuthorLines
2022-02-08Track synthetic tokens, to be able to remove them again laterFlorian Diebold-0/+10
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-4/+3
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-4/+3
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-14Merge #9260bors[bot]-1/+1
9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <software@lfcode.ca>
2021-06-13tree-wide: make rustdoc links spiky so they are clickableJade-1/+1
2021-06-13clippy::manual_str_repeatMaan2003-2/+2
2021-05-22Add more docsAleksey Kladov-3/+4
2021-03-21a lot of clippy::style fixesMatthias Krüger-2/+1
2021-03-13add expand logEdwin Cheng-0/+47
2021-01-05Refactor TokenBuffer for reduc cloningEdwin Cheng-29/+76
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/+431