| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | optimize `TypeFoldable` for 2 element tuples | lcnr | -13/+39 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -56/+36 |
| 2022-02-21 | safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>` | lcnr | -6/+89 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -23/+9 |
| 2022-02-20 | CTFE engine: Scalar: expose size-generic to_(u)int methods | Ralf Jung | -21/+25 |
| 2022-02-20 | Preallocate a buffer in FmtPrinter | Mark Rousskov | -1/+3 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -44/+55 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -68/+114 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -68/+114 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -81/+72 |
| 2022-02-20 | Delete QueryLookup | Mark Rousskov | -9/+8 |
| 2022-02-20 | Move Sharded maps into each QueryCache impl | Mark Rousskov | -1/+1 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -8/+12 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -2/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -32/+22 |
| 2022-02-20 | Rollup merge of #94113 - Mizobrook-kan:issue-94025, r=estebank | Matthias Krüger | -0/+9 |
| 2022-02-20 | Rollup merge of #94097 - pierwill:doc-rustc-middle-query, r=cjgillot | Matthias Krüger | -0/+6 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -0/+12 |
| 2022-02-19 | Adopt let else in more places | est31 | -32/+22 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -28/+11 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -0/+12 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -0/+1 |
| 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 #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -2/+2 |
| 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 | -3/+3 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -0/+6 |
| 2022-02-18 | fix some typos | Mizobrook-kan | -2/+2 |
| 2022-02-18 | document rustc_middle::mir::Field | Mizobrook-kan | -0/+9 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -0/+6 |
| 2022-02-17 | Add module-level docs for `rustc_middle::query` | pierwill | -0/+6 |
| 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 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -81/+72 |
| 2022-02-16 | Use a `Field` in `ConstraintCategory::ClosureUpvar` | pierwill | -2/+2 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -1/+1 |
| 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 | -7/+25 |
| 2022-02-16 | Rollup merge of #94017 - fee1-dead:unub, r=bjorn3 | Matthias Krüger | -2/+4 |
| 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 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -9/+23 |
| 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 | -7/+25 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -8/+4 |
| 2022-02-15 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -3/+9 |