| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-09 | Check with overlaps_or_adjacent | long-long-float | -0/+7 |
| 2024-02-07 | Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`. | Nicholas Nethercote | -1/+1 |
| 2024-02-07 | Tighten up `ErrorGuaranteed` handling. | Nicholas Nethercote | -3/+2 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-01-28 | normalize_newlines(): fix incorrect comment | Matthew Woodcraft | -1/+1 |
| 2024-01-09 | Remove more needless leb128 coding for enum variants | Mark Rousskov | -11/+12 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -7/+0 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -7/+0 |
| 2024-01-06 | Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgr | bors | -49/+47 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -49/+47 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -20/+16 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -20/+16 |
| 2024-01-05 | rustc_span: More consistent span combination operations | Vadim Petrochenkov | -49/+47 |
| 2024-01-01 | Add comments sugested by reviewer | bjorn3 | -0/+5 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -0/+22 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -1/+136 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -11/+35 |