| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -2/+2 |
| 2022-02-16 | Use a `Field` in `ConstraintCategory::ClosureUpvar` | pierwill | -2/+2 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-02-16 | Rollup merge of #94017 - fee1-dead:unub, r=bjorn3 | Matthias Krüger | -2/+4 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+8 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -3/+3 |
| 2022-02-15 | use mir::Visitor when collecting alloc_ids in pretty printing | b-naber | -7/+19 |
| 2022-02-15 | treat mir::ConstantKind::Val correctly in check_static_ptr | b-naber | -1/+1 |
| 2022-02-15 | Clarify confusing UB statement in MIR | Deadbeef | -2/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -20/+21 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -22/+22 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -1/+7 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -1/+1 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -0/+1 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-02 | Correct incorrect description of preorder traversals. | Jakob Degen | -4/+6 |
| 2022-02-01 | Fix two incorrect "it's" | Frank Steffahn | -2/+2 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -3/+3 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -27/+29 |
| 2022-01-18 | Remove some unused `Ord` derivations based on `DefId` | pierwill | -17/+7 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -33/+0 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -13/+8 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -15/+7 |
| 2022-01-15 | initial revert | Ellen | -13/+8 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -1/+21 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -33/+0 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-03 | revert #92254 "Bump gsgdt to 0.1.3" | Krasimir Georgiev | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -6/+1 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -2/+2 |
| 2021-12-24 | Bump `gsgdt` to 0.1.3 | Krasimir Georgiev | -1/+1 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -1/+6 |
| 2021-12-23 | Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obk | Matthias Krüger | -18/+16 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -18/+16 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -9/+6 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -1/+21 |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -4/+5 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+5 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -25/+27 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -5/+5 |
| 2021-12-15 | Run x.py fmt | Aaron Hill | -1/+3 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -25/+25 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -4/+4 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -8/+8 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -0/+2 |
| 2021-12-11 | Rollup merge of #83174 - camelid:borrow-help, r=oli-obk | Matthias Krüger | -0/+14 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -0/+14 |