| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | remove Key impls for types that involve an AllocId | Ralf Jung | -24/+0 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+1 |
| 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 | add some docs to hooks/mod.rs | Ralf Jung | -0/+5 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -72/+45 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -44/+1 |
| 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 |
| 2023-09-22 | Add tracing instrumentation, just like queries automatically add it | Oli Scherer | -0/+1 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -11/+72 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -3/+6 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -161/+63 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -0/+3 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -1/+16 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -11/+11 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+16 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -11/+0 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -161/+63 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -161/+145 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -3/+4 |