| Age | Commit message (Expand) | Author | Lines |
| 2024-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -1315/+845 |
| 2024-05-14 | coverage: Memoize newly-created counter expressions | Zalathar | -5/+23 |
| 2024-05-14 | coverage: Store expression operands as `BcbCounter` | Zalathar | -4/+24 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -190/+182 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -458/+695 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -104/+131 |
| 2024-05-13 | Apply nits | Michael Goulet | -137/+73 |
| 2024-05-13 | Auto merge of #125086 - matthiaskrgr:rollup-xob4lof, r=matthiaskrgr | bors | -19/+60 |
| 2024-05-13 | Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat... | Matthias Krüger | -10/+28 |
| 2024-05-13 | Rollup merge of #125063 - tbu-:pr_set_ice_hook_env, r=michaelwoerister | Matthias Krüger | -2/+3 |
| 2024-05-13 | Rollup merge of #123817 - slanterns:seek_relative, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-05-13 | Rollup merge of #119959 - fmease:triagebot-prioritization-alert-label, r=apir... | Matthias Krüger | -1/+1 |
| 2024-05-13 | Rollup merge of #119515 - joshtriplett:style-guide-gat-where-clause-same-line... | Matthias Krüger | -4/+27 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -387/+688 |
| 2024-05-13 | Auto merge of #125074 - bjorn3:sync_cg_clif-2024-05-13, r=bjorn3 | bors | -166/+481 |
| 2024-05-13 | Reword formatting for where clauses | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Also format where clauses on one line for short function decls | Josh Triplett | -5/+15 |
| 2024-05-13 | style-guide: Not all where clauses can be written as inline bounds | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Give a second example for associated type formatting | Josh Triplett | -0/+1 |
| 2024-05-13 | style-guide: Format single associated type `where` clauses on the same line | Josh Triplett | -1/+13 |
| 2024-05-13 | Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202... | bjorn3 | -166/+481 |
| 2024-05-13 | Auto merge of #125061 - RalfJung:interpret-error, r=cjgillot | bors | -132/+126 |
| 2024-05-13 | Rustup to rustc 1.80.0-nightly (ef0027897 2024-05-12) | bjorn3 | -1/+1 |
| 2024-05-13 | Migrate `run-make/rustdoc-target-spec-json-path` to rmake | Guillaume Gomez | -10/+14 |
| 2024-05-13 | Add `library_search_path` to `Rustdoc` | Guillaume Gomez | -0/+8 |
| 2024-05-13 | Add `target` method to `Rustdoc` type | Guillaume Gomez | -0/+6 |
| 2024-05-13 | Auto merge of #125024 - Oneirical:master, r=jieyouxu | bors | -25/+45 |
| 2024-05-13 | Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercote | bors | -22/+26 |
| 2024-05-13 | Don't call `env::set_var` in `rustc_driver::install_ice_hook` | Tobias Bucher | -2/+3 |
| 2024-05-13 | Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errors | bors | -29/+43 |
| 2024-05-13 | interpret: move error macros into error.rs | Ralf Jung | -132/+126 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -97/+62 |
| 2024-05-13 | Make `Comments::next` consume a comment. | Nicholas Nethercote | -9/+7 |
| 2024-05-13 | Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin | bors | -81/+281 |
| 2024-05-13 | Make handling of `Comments` more iterator-like. | Nicholas Nethercote | -24/+40 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_ty_utils`. | Nicholas Nethercote | -2/+12 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_trait_selection`. | Nicholas Nethercote | -2/+29 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_query_impl`. | Nicholas Nethercote | -6/+4 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_transform`. | Nicholas Nethercote | -2/+31 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_build`. | Nicholas Nethercote | -8/+24 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_metadata`. | Nicholas Nethercote | -3/+6 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_infer`. | Nicholas Nethercote | -2/+21 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_hir_typeck`. | Nicholas Nethercote | -3/+25 |
| 2024-05-12 | Auto merge of #125051 - dtolnay:printletelse, r=compiler-errors | bors | -1/+46 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_hir_analysis`. | Nicholas Nethercote | -4/+27 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_const_eval`. | Nicholas Nethercote | -48/+101 |
| 2024-05-13 | Remove a stray backtick in an error explanation. | Nicholas Nethercote | -1/+1 |
| 2024-05-12 | Pretty-print let-else with added parenthesization when needed | David Tolnay | -2/+6 |
| 2024-05-12 | Add AST pretty-printer tests for let-else | David Tolnay | -0/+41 |
| 2024-05-12 | Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,... | bors | -116/+409 |