| Age | Commit message (Expand) | Author | Lines |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-25 | Auto merge of #93089 - pierwill:rm-outlivesconstraint-ord, r=michaelwoerister | bors | -3/+3 |
| 2022-01-22 | Normalize field access types during borrowck | Michael Goulet | -0/+1 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -16/+25 |
| 2022-01-21 | Auto merge of #92896 - lqd:update-deps, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-19 | Remove ordering traits from `rustc_borrowck::constraints::OutlivesConstraint` | pierwill | -3/+3 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -1/+4 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -126/+18 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -3/+3 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -37/+34 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+2 |
| 2022-01-15 | Rollup merge of #92625 - inquisitivecrystal:mirbug-caller, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2022-01-15 | initial revert | Ellen | -3/+3 |
| 2022-01-14 | Update itertools to deduplicate it | Rémy Rakic | -1/+1 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -6/+5 |
| 2022-01-12 | Remove no longer used `MutateMode` enum | Tomasz Miąsko | -54/+18 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -74/+2 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -1/+1 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -4/+3 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -2/+2 |
| 2022-01-06 | Add `#[track_caller]` to `mirbug` | inquisitivecrystal | -0/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -4/+0 |
| 2021-12-31 | Ensure that early-bound function lifetimes are always 'local' | Aaron Hill | -16/+25 |
| 2021-12-30 | Use SparseIntervalMatrix instead of SparseBitMatrix | Mark Rousskov | -17/+20 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -7/+37 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -3/+4 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 2021-12-18 | get_mut_span_in_struct_field uses span.between | Lucas Kent | -8/+6 |
| 2021-12-17 | Improve suggestion to change struct field to &mut | Lucas Kent | -26/+13 |
| 2021-12-15 | Remove in_band_lifetimes from borrowck | Dániel Buga | -33/+32 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -1/+1 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -2/+115 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -0/+1 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -2/+114 |
| 2021-12-10 | Point at capture points for non-`'static` reference crossing a `yield` point | Esteban Kuber | -0/+1 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -1/+1 |
| 2021-12-04 | Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu | bors | -6/+13 |
| 2021-12-04 | Rollup merge of #91488 - compiler-errors:issue-91477, r=estebank | Matthias Krüger | -3/+23 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -6/+13 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+1 |
| 2021-12-02 | Fix ICE when yielding in fn returning impl Trait | Michael Goulet | -3/+23 |
| 2021-12-02 | Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726 | Matthias Krüger | -1/+14 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -28/+40 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -28/+40 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -1/+1 |
| 2021-12-01 | Auto merge of #90446 - cjgillot:late-elided, r=jackh726 | bors | -1/+1 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -20/+15 |