| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-08 | Track synthetic tokens, to be able to remove them again later | Florian Diebold | -0/+10 | |
| 2021-10-05 | Replace `if let` with `match` where appropriate | Aramis Razzaghipour | -4/+3 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -4/+3 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -1/+1 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-09-27 | Make `stringify!` prettify its input | Jonas Schievink | -0/+33 | |
| This will insert whitespace if the invocation is inside another macro | ||||
| 2021-08-31 | internal: reduce coupling | Aleksey 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-31 | minor: dead code | Aleksey Kladov | -4/+0 | |
| 2021-06-14 | Merge #9260 | bors[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-13 | tree-wide: make rustdoc links spiky so they are clickable | Jade | -1/+1 | |
| 2021-06-13 | clippy::manual_str_repeat | Maan2003 | -2/+2 | |
| 2021-05-22 | Add more docs | Aleksey Kladov | -3/+4 | |
| 2021-03-21 | a lot of clippy::style fixes | Matthias Krüger | -2/+1 | |
| 2021-03-13 | add expand log | Edwin Cheng | -0/+47 | |
| 2021-01-05 | Refactor TokenBuffer for reduc cloning | Edwin Cheng | -29/+76 | |
| 2020-12-27 | Move TokenExpander to base_db and rename it | Jonas Schievink | -6/+1 | |
| It's only used to break the dependency to proc_macro_api | ||||
| 2020-11-26 | Simplify error formatting | Laurențiu Nicola | -7/+4 | |
| 2020-11-26 | Implement `Display` for macro expansion errors | Jonas Schievink | -0/+11 | |
| 2020-08-12 | Rename ra_tt -> tt | Aleksey Kladov | -0/+431 | |
