| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -534/+584 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -404/+652 |
| 2024-05-13 | Apply nits | Michael Goulet | -98/+63 |
| 2024-05-13 | Rollup merge of #125063 - tbu-:pr_set_ice_hook_env, r=michaelwoerister | Matthias Krüger | -2/+3 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -369/+652 |
| 2024-05-13 | Auto merge of #125074 - bjorn3:sync_cg_clif-2024-05-13, r=bjorn3 | bors | -166/+481 |
| 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 | Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercote | bors | -21/+25 |
| 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 | 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/+5 |
| 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 | -1/+5 |
| 2024-05-12 | Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,... | bors | -69/+185 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -187/+207 |
| 2024-05-12 | Apply nits | Michael Goulet | -49/+101 |
| 2024-05-12 | Try structurally resolve | Michael Goulet | -29/+62 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -1/+38 |
| 2024-05-12 | Introduce TypeInformationCtxt to abstract over LateCtxt/FnCtxt | Michael Goulet | -134/+160 |
| 2024-05-12 | Remove unncessary mut ref | Michael Goulet | -2/+38 |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -921/+775 |
| 2024-05-12 | Assert that MemCategorizationVisitor actually errors when it bails ungracefully | Michael Goulet | -1/+17 |
| 2024-05-12 | Match ergonomics 2024: migration lint | Jules Bertholet | -69/+185 |
| 2024-05-12 | Rollup merge of #125036 - lcnr:new-solver-trace, r=compiler-errors | Guillaume Gomez | -53/+56 |
| 2024-05-11 | Make `index_by_increasing_offset` return one item for primitives | Scott McMurray | -12/+8 |
| 2024-05-11 | Unify `Rvalue::Aggregate` paths in cg_ssa | Scott McMurray | -22/+30 |
| 2024-05-12 | Auto merge of #119427 - dtolnay:maccall, r=compiler-errors | bors | -33/+185 |
| 2024-05-12 | structurally important functions to `debug` | lcnr | -10/+13 |
| 2024-05-12 | solve: replace all `debug` with `trace` | lcnr | -63/+63 |
| 2024-05-12 | Auto merge of #125001 - compiler-errors:uplift-trait-predicate, r=lcnr | bors | -813/+875 |
| 2024-05-11 | Fix redundant parens around braced macro call in match arms | David Tolnay | -6/+53 |
| 2024-05-11 | Add classify::expr_is_complete | David Tolnay | -98/+60 |
| 2024-05-12 | Auto merge of #124153 - scottmcm:more-placevalue, r=saethlin | bors | -127/+152 |
| 2024-05-11 | And `ImplPolarity` too | Michael Goulet | -24/+24 |
| 2024-05-11 | Remove MacCall special cases from Parser::parse_full_stmt | David Tolnay | -9/+3 |