| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -4/+4 |
| 2022-02-28 | 6 - Make more use of `let_chains` | Caio | -118/+97 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -3/+3 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -2/+8 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -8/+3 |
| 2022-02-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -7/+4 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -7/+4 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -9/+12 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -17/+5 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -17/+5 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -1/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -48/+27 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-15 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -15/+7 |
| 2022-02-15 | use ConstantKind::Val in StaticRef | b-naber | -1/+6 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -92/+99 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -11/+11 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -2/+5 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -4/+2 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -2/+4 |
| 2022-02-03 | Rollup merge of #93589 - est31:option_then, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-02-02 | More let_else adoptions | est31 | -74/+67 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -2/+4 |
| 2022-02-02 | Use Option::then in two places | est31 | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-29 | Check the number of arguments first in `is_recursive_call` | Tomasz Miąsko | -4/+10 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -4/+8 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -21/+17 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -2/+2 |
| 2022-01-18 | Formally implement let chains | Caio | -23/+58 |
| 2022-01-18 | Use let_else in even more places | est31 | -21/+17 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -7/+1 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -47/+3 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -7/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -7/+5 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -34/+30 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -8/+6 |
| 2022-01-15 | initial revert | Ellen | -13/+13 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -4/+4 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -47/+3 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -11/+6 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -1/+1 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -3/+3 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -3/+6 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -3/+6 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -1/+1 |