| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -4/+14 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -8/+56 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -2/+22 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -2/+22 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -4/+14 |
| 2022-02-17 | Improve comments about type folding/visiting. | Nicholas Nethercote | -77/+113 |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -7/+24 |
| 2022-02-16 | extract Res to `generics_of` def_id conversion | lcnr | -1/+32 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -5/+0 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -4/+12 |
| 2022-02-15 | Inline GenericArg conversion functions | Tomasz Miąsko | -0/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -197/+225 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -11/+11 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -56/+152 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -62/+61 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -225/+227 |
| 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 | 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 | add tainted_by_errors to mir::Body | Michael Goulet | -0/+1 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+14 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -69/+27 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -35/+45 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -26/+17 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -5/+1 |
| 2022-02-09 | Use a slice in DefIdForest. | Camille GILLOT | -23/+21 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -23/+48 |
| 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/+70 |
| 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-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+7 |
| 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 | -2/+2 |
| 2022-02-03 | Improve self-referential diagnostic somewhat | Oli Scherer | -12/+19 |
| 2022-02-03 | Fix ret > 1 bound if shadowed by const | kadmin | -3/+2 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -1/+4 |