| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -45/+12 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -3/+5 |
| 2022-02-24 | Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk | bors | -59/+61 |
| 2022-02-22 | local_id is always != 0 at this point | Santiago Pastorino | -11/+10 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -21/+7 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -0/+2 |
| 2022-02-20 | Move trait_map to Lowering Context | Santiago Pastorino | -11/+10 |
| 2022-02-20 | Move local_id_to_def_id to Lowering Context | Santiago Pastorino | -29/+29 |
| 2022-02-20 | Avoid call to lower_node_id when not needed | Santiago Pastorino | -1/+1 |
| 2022-02-20 | Make node_id_to_hir_id owner-local. | Camille GILLOT | -36/+40 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -9/+6 |
| 2022-02-19 | Adopt let else in more places | est31 | -9/+6 |
| 2022-02-18 | Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisa | Matthias Krüger | -5/+6 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -90/+240 |
| 2022-02-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -5/+6 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -4/+3 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -90/+241 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -19/+50 |
| 2022-02-12 | Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk | bors | -50/+19 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -50/+19 |
| 2022-02-10 | Fix incorrect register conflict detection in asm! | Amanieu d'Antras | -1/+3 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -4/+0 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -4/+0 |
| 2022-02-02 | More let_else adoptions | est31 | -3/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -24/+22 |
| 2022-01-26 | Filter out local_id == 0, those are already considered on the call site | Santiago Pastorino | -2/+6 |
| 2022-01-25 | Store hir_id_to_def_id in OwnerInfo. | Camille GILLOT | -1/+17 |
| 2022-01-23 | Rollup merge of #93103 - estebank:await-span, r=nagisa | Matthias Krüger | -10/+10 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -6/+1 |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -10/+10 |
| 2022-01-18 | Formally implement let chains | Caio | -6/+12 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -3/+3 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -6/+10 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -6/+9 |
| 2022-01-17 | Add term | kadmin | -6/+4 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -3/+6 |
| 2022-01-17 | Pass target_features set instead of has_feature closure | bjorn3 | -2/+2 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -3/+3 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -13/+1 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -33/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -13/+1 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -1/+3 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -33/+0 |
| 2022-01-10 | Use pre-interned symbols in a couple of places | bjorn3 | -6/+8 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -1/+3 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -2/+23 |