| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -9/+5 | |
| It had no callers which didn't immediately call `raise()`, and this unifies the behavior with `Session`. | ||||
| 2021-05-08 | Remove some unnecessary uses of `struct_span_fatal` | Joshua Nelson | -36/+20 | |
| All of them immediately called `emit()` then `raise()`, so they could just call `span_fatal` directly. | ||||
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 | |
| Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths. | ||||
| 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 | -10/+20 | |
| 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-09-03 | Rename IsJoint -> Spacing | Aleksey Kladov | -7/+7 | |
| To match better naming from proc-macro | ||||
| 2020-09-03 | Condense StringReader's API to a single function | Aleksey Kladov | -29/+16 | |
| 2020-09-01 | Don't emit trivia tokens | Aleksey Kladov | -60/+53 | |
| 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/+598 | |
