| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -23/+2 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -23/+2 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -35/+3 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -6/+8 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -35/+3 |
| 2023-10-03 | Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco | bors | -15/+8 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -9/+18 |
| 2023-10-03 | Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr | bors | -6/+6 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -3/+34 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -6/+8 |
| 2023-10-03 | coverage: Remove `next_id` methods from counter/expression IDs | Zalathar | -10/+0 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -5/+8 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -6/+6 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -5/+12 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -1/+19 |
| 2023-10-02 | subtyping_projections | ouz-a | -1/+7 |
| 2023-10-02 | `skip_binder` to `instantiate_identity` | lcnr | -2/+7 |
| 2023-10-01 | Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillot | bors | -1/+10 |
| 2023-10-01 | Move `eval_bits` optimization upstream | Nadrieril | -1/+10 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -72/+45 |
| 2023-09-29 | Remove deleted docs + better link together MIR traversing docs | Maybe Waffle | -2/+37 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -9/+18 |
| 2023-09-28 | Use `and_then` instead of while let chain to clarify `iter` scope | Maybe Waffle | -1/+1 |
| 2023-09-28 | Remove unnecessary `&mut/ref mut` pair | Maybe Waffle | -1/+1 |
| 2023-09-28 | Don't resolve basic block data in `Postorder` | Maybe Waffle | -7/+6 |
| 2023-09-28 | `(&mut iter)` -> `iter.by_ref()` | Maybe Waffle | -1/+1 |
| 2023-09-28 | Simplify `Postorder::next` | Maybe Waffle | -6/+4 |
| 2023-09-28 | Remove `ReversePostorder` altogether | Maybe Waffle | -58/+0 |
| 2023-09-28 | Remove outdated comment | Maybe Waffle | -2/+1 |
| 2023-09-28 | Add a mir validation check to prevent OpaqueCast after analysis passes finish | Oli Scherer | -0/+1 |
| 2023-09-28 | Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -1/+1 |
| 2023-09-27 | Auto merge of #115887 - RalfJung:pat, r=oli-obk | bors | -6/+10 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -15/+21 |
| 2023-09-26 | subst -> instantiate | lcnr | -24/+12 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -15/+21 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -12/+11 |
| 2023-09-24 | Add global value numbering pass. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -79/+26 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -82/+2 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -0/+4 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -11/+97 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -1/+3 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+2 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -0/+1 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -0/+23 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -11/+11 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -3/+6 |
| 2023-09-22 | Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJung | Matthias Krüger | -0/+5 |