| Age | Commit message (Expand) | Author | Lines |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -4/+4 |
| 2022-03-14 | check all dyn obligations, actually | Michael Goulet | -17/+13 |
| 2022-03-14 | check Projection supertrait bounds when confirming dyn candidate | Michael Goulet | -1/+3 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -6/+9 |
| 2022-03-03 | Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726 | bors | -22/+0 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-01 | 9 - Make more use of `let_chains` | Caio | -18/+16 |
| 2022-02-27 | Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot | bors | -23/+13 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -2/+2 |
| 2022-02-21 | Rollup merge of #94215 - lcnr:leak-check, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-02-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -11/+7 |
| 2022-02-21 | update docs for `simplify_type` | lcnr | -6/+9 |
| 2022-02-21 | Auto merge of #94108 - compiler-errors:just-confirmation-normalization, r=jac... | bors | -73/+30 |
| 2022-02-21 | rename function | lcnr | -2/+2 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -11/+7 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-19 | Consolidate normalization in confirm_poly_trait_refs | Michael Goulet | -73/+30 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -23/+13 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -3/+35 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | use an enum in matches_projection_projection | Michael Goulet | -13/+24 |
| 2022-02-14 | fast_reject: remove `StripReferences` | lcnr | -8/+3 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -41/+9 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -3/+24 |
| 2022-02-02 | Make a comment more obvious | Oli Scherer | -2/+4 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -2/+2 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -9/+39 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -7/+3 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -3/+3 |
| 2022-01-25 | Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoerister | Matthias Krüger | -12/+51 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -2/+3 |
| 2022-01-19 | skip some layers in const drop confirmation | Michael Goulet | -70/+91 |
| 2022-01-19 | never type is const Drop | Michael Goulet | -3/+5 |
| 2022-01-18 | Properly track `DepNode`s in trait evaluation provisional cache | Aaron Hill | -12/+51 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -136/+170 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -1/+3 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -10/+6 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -15/+24 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -4/+3 |
| 2022-01-15 | initial revert | Ellen | -13/+10 |
| 2022-01-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -1/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 |
| 2021-12-25 | normalize env constness for nested obligations | Deadbeef | -0/+33 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -15/+24 |
| 2021-12-21 | remove obligation dedup | lcnr | -22/+0 |