| Age | Commit message (Expand) | Author | Lines |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -322/+273 |
| 2023-10-12 | On type error involving closure, avoid ICE | Esteban Küber | -1/+2 |
| 2023-10-12 | Detect ruby-style closure in parser | Esteban Küber | -3/+74 |
| 2023-10-12 | Auto merge of #116391 - Nadrieril:constructorset, r=cjgillot | bors | -581/+665 |
| 2023-10-13 | Remove unneeded `pub`s. | Nicholas Nethercote | -7/+7 |
| 2023-10-13 | Split and rename the annotation structs. | Nicholas Nethercote | -27/+36 |
| 2023-10-13 | Make `needs_analysis` true for `PpHirMode::Typed`. | Nicholas Nethercote | -2/+1 |
| 2023-10-13 | Rename some `'hir` lifetimes as `'tcx`. | Nicholas Nethercote | -8/+8 |
| 2023-10-13 | Remove pretty-printing traits. | Nicholas Nethercote | -130/+52 |
| 2023-10-13 | Merge `print_*` functions. | Nicholas Nethercote | -70/+52 |
| 2023-10-13 | Simplify support traits. | Nicholas Nethercote | -70/+30 |
| 2023-10-13 | Remove unused `PrinterSupport::hir_map` method. | Nicholas Nethercote | -16/+0 |
| 2023-10-13 | Remove PpAstTreeMode. | Nicholas Nethercote | -17/+12 |
| 2023-10-13 | Remove an outdated comment. | Nicholas Nethercote | -4/+0 |
| 2023-10-13 | Remove unnecessary call to `call_with_pp_support_hir`. | Nicholas Nethercote | -4/+2 |
| 2023-10-13 | Rename some things. | Nicholas Nethercote | -35/+35 |
| 2023-10-12 | Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errors | bors | -1/+6 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -1/+6 |
| 2023-10-12 | check-cfg: mention the unexpected name and value in the primary message | Urgau | -2/+6 |
| 2023-10-12 | check-cfg: adjust expected names and values when useful | Urgau | -1/+12 |
| 2023-10-12 | Rollup merge of #116654 - Zalathar:reloop-traversal, r=oli-obk | Matthias Krüger | -164/+130 |
| 2023-10-12 | Rollup merge of #116642 - weiznich:diagnostic_on_unimplemented_improvements, ... | Matthias Krüger | -12/+34 |
| 2023-10-12 | Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-dead | Matthias Krüger | -127/+76 |
| 2023-10-12 | Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkov | bors | -19/+17 |
| 2023-10-12 | coverage: Simplify adding BCB successors to the traversal worklists | Zalathar | -38/+39 |
| 2023-10-12 | coverage: Don't store loop backedges in the traversal context | Zalathar | -7/+10 |
| 2023-10-12 | coverage: Store a graph reference in the graph traversal struct | Zalathar | -17/+16 |
| 2023-10-12 | coverage: Use a `VecDeque` for loop traversal worklists | Zalathar | -31/+18 |
| 2023-10-12 | coverage: Rename `next_bcb` to just `bcb` | Zalathar | -9/+10 |
| 2023-10-12 | coverage: Simplify the detection of reloop edges to be given expressions | Zalathar | -82/+57 |
| 2023-10-12 | Remove from cranelift codegen LLVM intrinsics that are no longer needed | Eduardo Sánchez Muñoz | -35/+0 |
| 2023-10-12 | Auto merge of #116628 - gurry:116293-dup-note.rs, r=petrochenkov | bors | -10/+4 |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -23/+149 |
| 2023-10-12 | Fix duplicate note on internal feature gate | Gurinder Singh | -10/+4 |
| 2023-10-12 | Rename `tt_prepend_space` as `space_between`. | Nicholas Nethercote | -4/+4 |
| 2023-10-12 | Use `TokenStream::token_alone` in one place. | Nicholas Nethercote | -4/+4 |
| 2023-10-12 | Reorder an expression to improve readability. | Nicholas Nethercote | -12/+7 |
| 2023-10-12 | Rename `Token::is_op` as `Token::is_punct`. | Nicholas Nethercote | -4/+7 |
| 2023-10-11 | Handle several `#[diagnostic::on_unimplemented]` attributes correctly | Georg Semmler | -12/+34 |
| 2023-10-11 | Auto merge of #116640 - matthiaskrgr:rollup-xt9r5ir, r=matthiaskrgr | bors | -106/+54 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -0/+15 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -23/+149 |
| 2023-10-11 | Rollup merge of #116627 - fee1-dead-contrib:cleanup, r=spastorino | Matthias Krüger | -6/+4 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -7/+13 |
| 2023-10-11 | Rollup merge of #116315 - cjgillot:cpl-clean, r=petrochenkov | Matthias Krüger | -50/+11 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -43/+26 |
| 2023-10-11 | Auto merge of #113218 - lqd:polonius-scopes, r=jackh726 | bors | -36/+413 |
| 2023-10-11 | implement get_filename/lines for span | Oğuz Ağcayazı | -7/+65 |
| 2023-10-11 | Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrieril | bors | -43/+69 |
| 2023-10-11 | Remember the `ErrorReported` used to silence follow up errors instead of recr... | Oli Scherer | -13/+15 |