| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-07 | Clarify error message wording | Smitty | -1/+1 | |
| 2021-02-06 | Add note about encoding when null bytes found | Smitty | -0/+3 | |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -80/+136 | |
| 2020-11-22 | Fix typo in doc comment for report_too_many_hashes | Nicolas | -1/+1 | |
| "to big" -> "too big" | ||||
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 | |
| 2020-10-05 | Fix span for unicode escape suggestion. | Eric Huss | -3/+2 | |
| 2020-09-20 | use if let instead of single match arm expressions to compact code and ↵ | Matthias Krüger | -6/+3 | |
| reduce nesting (clippy::single_match) | ||||
| 2020-09-03 | Rename IsJoint -> Spacing | Aleksey Kladov | -18/+18 | |
| To match better naming from proc-macro | ||||
| 2020-09-03 | Condense StringReader's API to a single function | Aleksey Kladov | -31/+18 | |
| 2020-09-01 | Simplify TokenTreesReader | Aleksey Kladov | -11/+11 | |
| This `joint_to_prev` bit of state is no longer needed. | ||||
| 2020-09-01 | Remove trivia tokens | Aleksey Kladov | -1/+1 | |
| 2020-09-01 | Don't emit trivia tokens | Aleksey Kladov | -73/+56 | |
| 2020-08-31 | Make StringReader private | Aleksey Kladov | -3/+3 | |
| After the recent refactorings, we can actually completely hide this type. It should help with #63689. | ||||
| 2020-08-30 | Remove unused function | Aleksey Kladov | -4/+0 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1526 | |
