| Age | Commit message (Expand) | Author | Lines |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -1/+1 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -41/+21 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -41/+21 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -1/+1 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -3/+3 |
| 2022-01-26 | Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk | bors | -274/+307 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -4/+4 |
| 2022-01-23 | Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726 | Matthias Krüger | -22/+8 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -4/+4 |
| 2022-01-22 | Rollup merge of #93116 - rust-lang:oli-obk-patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-22 | rustc_mir_itertools: Avoid needless `collect` with itertools | Mateusz Mikuła | -22/+8 |
| 2022-01-20 | Rollup merge of #89764 - tmiasko:uninhabited-enums, r=wesleywiser | Matthias Krüger | -11/+6 |
| 2022-01-20 | Simplify use of `map_or` | Oli Scherer | -1/+1 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -11/+1 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -56/+4 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -11/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -33/+16 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -8/+5 |
| 2022-01-15 | initial revert | Ellen | -33/+16 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -20/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -56/+4 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -4/+6 |
| 2022-01-06 | Normalize generator-local types with unevaluated constants | Michael Goulet | -4/+6 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -8/+7 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -7/+0 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -1/+1 |
| 2021-12-23 | Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obk | Matthias Krüger | -4/+4 |
| 2021-12-22 | Delay remaining `span_bug`s in drop elaboration | Tomasz Miąsko | -8/+7 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -4/+4 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -1/+2 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -20/+0 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+1 |
| 2021-12-18 | Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726 | Matthias Krüger | -8/+6 |
| 2021-12-15 | Move generator check earlier in inlining. | Camille GILLOT | -8/+6 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-12-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Return an error when `eval_rvalue_with_identities` fails | Tomasz Miąsko | -52/+34 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -2/+2 |
| 2021-12-14 | Correct the unsoundness in the `EarlyOtherwiseBranch` mir opt | Jakob Degen | -274/+307 |
| 2021-12-13 | use try_normalize_erasing_regions in RevealAllVisitor | b-naber | -1/+4 |
| 2021-12-09 | give more help in the unaligned_references lint | Ralf Jung | -0/+5 |
| 2021-12-08 | Use Vec extend instead of repeated pushes in several places | Jakub Beránek | -3/+1 |
| 2021-12-08 | Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkov | Matthias Krüger | -119/+117 |
| 2021-12-08 | Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obk | Matthias Krüger | -16/+15 |
| 2021-12-07 | Remove `in_band_lifetimes` from `rustc_mir_transform` | Scott McMurray | -119/+117 |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -23/+3 |
| 2021-12-05 | Make treatment of generator drop shims explicit | Dylan MacKenzie | -14/+14 |
| 2021-12-05 | Remove unnecessary FIXME (answered by Oli) | Dylan MacKenzie | -2/+1 |