| Age | Commit message (Expand) | Author | Lines |
| 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 | Inline GenericArg conversion functions | Tomasz Miąsko | -0/+4 |
| 2022-02-15 | Inline UnifyKey::index and UnifyKey::from_index | Tomasz Miąsko | -0/+4 |
| 2022-02-15 | Clarify confusing UB statement in MIR | Deadbeef | -2/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -243/+273 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -11/+11 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -59/+155 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -63/+62 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -253/+255 |
| 2022-02-15 | Rename `Interned` as `InternedInSet`. | Nicholas Nethercote | -35/+36 |
| 2022-02-14 | Auto merge of #93298 - lcnr:issue-92113, r=cjgillot | bors | -27/+5 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -1/+1 |
| 2022-02-14 | fast_reject: remove `StripReferences` | lcnr | -27/+5 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -3/+3 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+7 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-11 | Renumber universes when canonicalizing for Chalk | Matthew Jasper | -3/+3 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -2/+1 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -1/+8 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -1/+1 |
| 2022-02-11 | always cache result from mir_borrowck | Michael Goulet | -1/+2 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+14 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -0/+1 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -75/+27 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -75/+27 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -78/+78 |
| 2022-02-10 | Make all hir::Map methods consistently by-value | Frank Steffahn | -78/+78 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -57/+87 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+2 |
| 2022-02-09 | Explain &Arc. | Camille GILLOT | -0/+4 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -31/+20 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -8/+2 |
| 2022-02-09 | Use a slice in DefIdForest. | Camille GILLOT | -25/+22 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -45/+91 |
| 2022-02-09 | Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot | bors | -2/+2 |
| 2022-02-08 | Switch QueryJobId to a single global counter | Mark Rousskov | -2/+2 |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -0/+2 |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -1/+1 |
| 2022-02-08 | update `ty::TyKind` documentation | lcnr | -19/+67 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -14/+17 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -27/+76 |
| 2022-02-07 | Print opaque types from type aliases via their path | Oli Scherer | -19/+15 |
| 2022-02-07 | Auto merge of #93643 - lcnr:fold-substs-perf, r=michaelwoerister | bors | -9/+1 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+2 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+7 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -3/+3 |
| 2022-02-04 | Rollup merge of #93593 - JulianKnodt:master, r=oli-obk | Matthias Krüger | -3/+2 |
| 2022-02-04 | fold substs | lcnr | -9/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -3/+3 |