| Age | Commit message (Expand) | Author | Lines |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`. | Nicholas Nethercote | -26/+32 |
| 2019-09-09 | Add some assertions on obligation type sizes. | Nicholas Nethercote | -0/+12 |
| 2019-09-08 | Refactor Pluralisation | V1shvesh | -6/+1 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-09-08 | Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper | Mazdak Farrokhzad | -7/+25 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -7/+25 |
| 2019-09-07 | Rollup merge of #64227 - alexreg:rush-pr-4, r=centril | Mazdak Farrokhzad | -893/+908 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -18/+12 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -60/+54 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -923/+944 |
| 2019-09-07 | Add "bool" lang item | varkor | -0/+1 |
| 2019-09-07 | Rollup merge of #64233 - varkor:correct-pluralisation, r=estebank | Mazdak Farrokhzad | -1/+3 |
| 2019-09-07 | Rollup merge of #64231 - matthewjasper:move-ast-cfg, r=Centril | Mazdak Farrokhzad | -717/+0 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -21/+33 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -1/+3 |
| 2019-09-06 | Move the HIR cfg to `rustc_ast_borrowck` | Matthew Jasper | -717/+0 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -19/+20 |
| 2019-09-06 | Auto merge of #64211 - oli-obk:miri, r=eddyb | bors | -0/+28 |
| 2019-09-06 | Fix miri | Oliver Scherer | -0/+28 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -46/+72 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -19/+20 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -10/+1 |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -7/+11 |
| 2019-09-05 | Don't call `diag_span_note_once` for suppressed lints | Matthew Jasper | -20/+24 |
| 2019-09-05 | Add an ExpnKind for AST passes | Matthew Jasper | -1/+9 |
| 2019-09-05 | Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centril | bors | -2/+9 |
| 2019-09-05 | Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril | Mazdak Farrokhzad | -2/+9 |
| 2019-09-05 | Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis | bors | -1/+1 |
| 2019-09-05 | or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`. | Mazdak Farrokhzad | -46/+72 |
| 2019-09-05 | Opaque type locations in error message for clarity. | Giles Cope | -2/+9 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -40/+16 |
| 2019-09-05 | Rollup merge of #64110 - estebank:receiver-type, r=Centril | Mazdak Farrokhzad | -31/+50 |
| 2019-09-05 | Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va... | Mazdak Farrokhzad | -2/+4 |
| 2019-09-05 | Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk | Mazdak Farrokhzad | -0/+25 |
| 2019-09-04 | NLL: New Polonius version | Albin Stjerna | -1/+1 |
| 2019-09-04 | Remove hashing impls for `LocalInternedString`. | Nicholas Nethercote | -23/+2 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/traits/`. | Nicholas Nethercote | -9/+10 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -5/+1 |
| 2019-09-03 | review comments | Esteban Küber | -1/+3 |
| 2019-09-03 | Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-09-03 | Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril | Mazdak Farrokhzad | -0/+6 |
| 2019-09-03 | Update other doc. | Hal Gentz | -2/+2 |
| 2019-09-03 | Remove `LocalInternedString` uses from `librustc/lint/`. | Nicholas Nethercote | -3/+3 |
| 2019-09-02 | account for DUMMY_SP and correct wording | Esteban Küber | -5/+5 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -22/+37 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -8/+10 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -27/+212 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+10 |
| 2019-09-01 | review comments | Esteban Küber | -14/+2 |