| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-23 | remove unused pub fn | klensy | -7/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+1 |
| 2023-11-02 | Deinline all session global functions. | Nicholas Nethercote | -6/+0 |
| 2023-11-02 | Formatting tweaks. | Nicholas Nethercote | -9/+12 |
| 2023-11-02 | Minimize `pub` usage in `hygiene.rs`. | Nicholas Nethercote | -1/+1 |
| 2023-11-02 | Explain the `()` argument to `ErrorGuaranteed`. | Nicholas Nethercote | -0/+3 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -1/+18 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2023-10-20 | Ensure we never accidentally serialize an `ErrorGuaranteed` | Oli Scherer | -1/+18 |
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -9/+12 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-06 | Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorino | Matthias Krüger | -6/+1 |
| 2023-10-06 | Remove unused `FileName::CfgSpec`. | Nicholas Nethercote | -6/+1 |
| 2023-10-05 | Allow file names to end with '>' | Martin Nordholts | -1/+0 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-25 | Rename `cold_path` to `outline` | John Kåre Alsaker | -2/+2 |
| 2023-09-09 | Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillot | bors | -11/+1 |
| 2023-09-08 | Add Freeze::clone | John Kåre Alsaker | -8/+2 |
| 2023-09-08 | Optimize `Span::is_dummy`. | Nicholas Nethercote | -11/+1 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -123/+140 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -30/+34 |
| 2023-09-04 | Remove always-zero field. | Camille GILLOT | -21/+4 |
| 2023-09-04 | Update doc. | Camille GILLOT | -8/+6 |
| 2023-09-03 | Register the file while computing its start position. | Camille GILLOT | -5/+9 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -66/+98 |
| 2023-08-27 | Load include_bytes! directly into an Lrc | Ben Kimock | -0/+2 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-16 | Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov | bors | -4/+33 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-01 | introduce `Span::find_ancestor_inside_same_ctxt` | Lukas Markeffsky | -4/+33 |
| 2023-07-30 | Simplify `Span::can_be_used_for_suggestions` a little tiny bit | Maybe Waffle | -1/+1 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -6/+10 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+2 |
| 2023-06-19 | Rollup merge of #112705 - WaffleLapkin:simplify_source_callee_impl, r=cjgillot | Matthias Krüger | -7/+10 |
| 2023-06-16 | Add `SyntaxContext::is_root` | Maybe Waffle | -7/+7 |
| 2023-06-16 | Simplify `Span::source_callee` impl | Maybe Waffle | -7/+10 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -6/+0 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -33/+0 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -2/+12 |
| 2023-05-14 | Simplify find_width_of_character_at_span. | Mara Bos | -0/+1 |
| 2023-05-06 | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | -0/+22 |
| 2023-05-06 | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | -0/+22 |
| 2023-05-06 | Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-... | Yuki Okushi | -0/+1 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -0/+1 |
| 2023-04-30 | Arc -> Lrc | klensy | -3/+2 |
| 2023-04-20 | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | -11/+20 |