| Age | Commit message (Expand) | Author | Lines |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -2/+2 |
| 2022-12-25 | document that `Span::to` can go backwards | Lukas Markeffsky | -0/+3 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -0/+7 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-09 | Introduce `Span::is_visible` | Esteban Küber | -0/+9 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -7/+7 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -3/+1 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+7 |
| 2022-10-24 | Auto merge of #102536 - scottmcm:lookup_line-tweak, r=jackh726 | bors | -4/+1 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+7 |
| 2022-10-09 | Add missing documentation for FileNameDisplayPreference variants | Guillaume Gomez | -0/+4 |
| 2022-10-01 | Shorten the `lookup_line` code slightly | Scott McMurray | -4/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-22 | Auto merge of #98840 - cjgillot:span-inline-ctxt, r=wesleywiser | bors | -3/+0 |
| 2022-09-19 | use partition_point instead of binary_search when looking up source lines | The 8472 | -4/+3 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+7 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+0 |
| 2022-08-21 | More docs | Michael Goulet | -0/+3 |
| 2022-08-21 | Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes | Michael Goulet | -0/+7 |
| 2022-08-20 | Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-17 | Keep ctxt in encoded span representation. | Camille GILLOT | -3/+0 |
| 2022-08-07 | Only encode position from start of file. | Camille GILLOT | -4/+0 |
| 2022-08-06 | Encode index of SourceFile along with span. | Camille GILLOT | -0/+2 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -1/+0 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-13 | reduce scope of allow(rustc::potential_query_instability) in rustc_span | Niklas Jonsson | -1/+0 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -0/+3 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -2/+2 |
| 2022-06-11 | Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPC | bors | -1/+1 |
| 2022-06-11 | Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank | Dylan DPC | -1/+1 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -2/+2 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -2/+2 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -28/+24 |
| 2022-06-07 | suggest swapping a struct and a trait | Takayuki Maeda | -1/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Inline many methods of Encoder | bjorn3 | -80/+76 |
| 2022-06-03 | Remove all names from Encoder | bjorn3 | -22/+21 |
| 2022-06-02 | Address review comments. | Nicholas Nethercote | -38/+60 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -93/+170 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -0/+1 |
| 2022-05-26 | Augment a comment. | Nicholas Nethercote | -1/+3 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -0/+1 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+0 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -3/+3 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -0/+23 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |