| Age | Commit message (Expand) | Author | Lines |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -6/+39 |
| 2025-01-19 | Rename FileName::QuoteExpansion to CfgSpec | Eric Huss | -5/+5 |
| 2025-01-08 | Add a list of symbols for stable standard library crates | Trevor Gross | -1/+1 |
| 2024-12-21 | Hash only the spans that we care ended up reading in Span::try_metavars | Michael Goulet | -14/+35 |
| 2024-12-21 | Hash the untracked macro variable expansions | Michael Goulet | -5/+17 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-13 | Remove support for specializing ToString outside the standard library | bjorn3 | -1/+0 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -0/+6 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -0/+5 |
| 2024-11-27 | rustc_span: Replace a `HashMap<_, ()>` with `HashSet` | Josh Stone | -0/+1 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -0/+6 |
| 2024-11-24 | Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errors | bors | -0/+5 |
| 2024-11-23 | rustc: Fail fast when compiling a source file larger than 4 GiB - 1 B | Asger Hautop Drewsen | -0/+5 |
| 2024-11-14 | Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwco | Matthias Krüger | -6/+0 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -8/+0 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -8/+0 |
| 2024-11-10 | Address review comments | León Orell Valerian Liehr | -0/+4 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -1/+1 |
| 2024-10-01 | disregard what we believe is supported in cargo for hash type | Jacob Kiesel | -9/+0 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -7/+139 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -0/+1 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_span`. | Nicholas Nethercote | -0/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -2/+2 |
| 2024-08-27 | compiler: Remove feature(new_uninit) | Jubilee Young | -1/+0 |
| 2024-08-06 | Skip locking span interner for some syntax context checks | Alex Macleod | -6/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -9/+9 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -4/+5 |
| 2024-07-18 | Make unicode text flow control chars visible as � | Esteban Küber | -1/+2 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -100/+33 |
| 2024-07-12 | rustc_span: derivative -> derive-where | Pavel Grigorenko | -4/+5 |
| 2024-06-21 | Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot | bors | -31/+8 |
| 2024-06-20 | rustc_span: Optimize span parent get/set methods | Vadim Petrochenkov | -9/+2 |
| 2024-06-16 | Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillot | bors | -15/+25 |
| 2024-06-16 | rustc_span: Minor improvements | Vadim Petrochenkov | -2/+2 |
| 2024-06-16 | rustc_span: Optimize more hygiene operations using `Span::map_ctxt` | Vadim Petrochenkov | -15/+25 |
| 2024-06-13 | rustc_span: By-value interface for ctxt update | Vadim Petrochenkov | -13/+9 |
| 2024-06-13 | rustc_span: Add conveniences for working with span formats | Vadim Petrochenkov | -0/+1 |
| 2024-06-10 | rustc_span: Optimize syntax context updates in spans | Vadim Petrochenkov | -12/+13 |
| 2024-06-04 | Add `Span::trim_end` | Zalathar | -0/+7 |
| 2024-05-22 | Remove `#[macro_use]` extern crate tracing` from `rustc_span`. | Nicholas Nethercote | -3/+1 |
| 2024-05-22 | Add a useful comment. | Nicholas Nethercote | -0/+3 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -4/+1 |
| 2024-04-19 | Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incremental | Oli Scherer | -31/+8 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -35/+18 |
| 2024-04-10 | typeck: fix `?` operator suggestion span | 许杰友 Jieyou Xu (Joe) | -0/+39 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -0/+12 |
| 2024-03-27 | Helper function for resolve_path | Kornel | -0/+11 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -14/+59 |
| 2024-02-11 | Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr... | Matthias Krüger | -0/+7 |