| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -8/+8 |
| 2022-03-31 | Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726 | Dylan DPC | -7/+20 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -7/+20 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -0/+47 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+47 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -3/+10 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+47 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -9/+9 |
| 2022-03-30 | get clippy to compile again | lcnr | -4/+1 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+34 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -3/+10 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -20/+0 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -0/+32 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -26/+68 |
| 2022-03-26 | Fix perf issue for auto trait selection | Guillaume Gomez | -0/+9 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -1/+1 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -1/+32 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -1/+1 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -2/+27 |
| 2022-03-23 | Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obk | Matthias Krüger | -16/+20 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -16/+20 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -1/+1 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -0/+1 |
| 2022-03-20 | fix two comments referring to moved code (rustc_mir_transform::generator) | Audun Halland | -1/+1 |
| 2022-03-20 | Extract ImplSubject information | Santiago Pastorino | -0/+6 |
| 2022-03-18 | Rollup merge of #95039 - spastorino:overlap-super-predicates, r=nikomatsakis | Matthias Krüger | -0/+7 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-03-17 | Add comments on Polarity | Santiago Pastorino | -0/+7 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -10/+23 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-15 | Rollup merge of #94958 - est31:pluralize, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-15 | Auto merge of #94928 - lcnr:inline-as_substs, r=michaelwoerister | bors | -0/+1 |
| 2022-03-14 | Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiser | Matthias Krüger | -10/+13 |
| 2022-03-14 | inline `tuple_fields` | lcnr | -0/+1 |
| 2022-03-13 | Auto merge of #94897 - camelid:query-doc-hidden, r=cjgillot | bors | -11/+11 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -11/+11 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -1/+1 |
| 2022-03-12 | don't call multipart_suggestion | ouz-a | -7/+1 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -192/+192 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -192/+192 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -1/+52 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+9 |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -1/+1 |
| 2022-03-10 | Move `is_trivially_pure_clone_copy` onto `Ty` instead | Scott McMurray | -0/+51 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+9 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -1/+0 |