| Age | Commit message (Expand) | Author | Lines |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -1/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+3 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -17/+17 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -3/+3 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -5/+8 |
| 2024-02-22 | Fix panic when compiling `Rocket`. | Nicholas Nethercote | -1/+1 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -5/+8 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -4/+5 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -4/+18 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -1/+1 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-04 | Remove `is_lint` field from `Level::Error`. | Nicholas Nethercote | -1/+1 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Remove `render_span` args from `Diagnostic::{sub,sub_with_highlight}`. | Nicholas Nethercote | -6/+1 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+4 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -1/+1 |
| 2023-12-11 | Add support for `--env` on `tracked_env::var` | Guillaume Gomez | -0/+4 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -6/+8 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -6/+34 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -4/+9 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -3/+2 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -1/+1 |
| 2023-07-27 | Remove `Iterator` impl for `TokenTreeCursor`. | Nicholas Nethercote | -2/+2 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+10 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -12/+1 |
| 2023-05-02 | fix TODO comments | Deadbeef | -2/+4 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+4 |
| 2023-04-19 | Fixed bad formating | Michael van Straten | -4/+1 |
| 2023-04-19 | Translated absolute byte offset to relative | Michael van Straten | -1/+9 |
| 2023-03-11 | Renamed to byte_range and changed Range generics [skip ci] | Michael van Straten | -2/+2 |
| 2023-03-10 | Fixed extra call to lo in end [skip ci] | Michael van Straten | -1/+1 |
| 2023-03-10 | added byte position range for proc_macro::Span | Michael van Straten | -1/+5 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-17 | `rustc_expand`: remove `ref` patterns | Maybe Waffle | -2/+2 |
| 2022-12-05 | Remove three uses of `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+2 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -1/+2 |
| 2022-12-02 | Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -1/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -4/+1 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -2/+2 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -10/+7 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+7 |
| 2022-10-12 | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | -63/+63 |
| 2022-10-05 | Remove `TokenStreamBuilder`. | Nicholas Nethercote | -33/+34 |
| 2022-10-05 | Rearrange `to_internal`. | Nicholas Nethercote | -41/+40 |