| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | Rollup merge of #64342 - glorv:master, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -5/+6 |
| 2019-09-19 | append asyncness info to functions | csmoe | -0/+15 |
| 2019-09-19 | Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-09-19 | Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb | Mazdak Farrokhzad | -0/+11 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -1/+1 |
| 2019-09-18 | Fix backticks in documentation | Joshua Groves | -1/+1 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -4/+92 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -4/+3 |
| 2019-09-16 | `AdtDef` is an algebraic data type, not abstract data type. | Mazdak Farrokhzad | -1/+7 |
| 2019-09-16 | factor getting the discriminant layout to a new method | Ralf Jung | -0/+11 |
| 2019-09-15 | Auto merge of #64491 - Centril:rollup-21wkl69, r=Centril | bors | -20/+18 |
| 2019-09-15 | Rollup merge of #64250 - Xanewok:save-analysis-assoc-nested, r=varkor | Mazdak Farrokhzad | -20/+18 |
| 2019-09-15 | Permit impls referencing errors to overlap | Mark Rousskov | -0/+7 |
| 2019-09-14 | fix #64430 | 12101111 | -3/+3 |
| 2019-09-13 | Always validate HIR ID for TypeckTables | Igor Matuszewski | -20/+18 |
| 2019-09-09 | check_match: refactor + improve non-exhaustive diag for default binding modes. | Mazdak Farrokhzad | -0/+18 |
| 2019-09-08 | Refactor Pluralisation | V1shvesh | -6/+1 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -39/+30 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -323/+341 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -1/+3 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -5/+1 |
| 2019-09-05 | Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va... | Mazdak Farrokhzad | -2/+4 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -5/+1 |
| 2019-09-03 | Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank | Mazdak Farrokhzad | -0/+7 |
| 2019-09-03 | Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril | Mazdak Farrokhzad | -0/+6 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -2/+8 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+7 |
| 2019-09-01 | review comments | Esteban Küber | -14/+2 |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -0/+18 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -2/+4 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+23 |
| 2019-08-29 | Rollup merge of #63914 - hvenev:repr-fields, r=eddyb | Mazdak Farrokhzad | -41/+36 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -10/+10 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -10/+10 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -2/+23 |
| 2019-08-26 | ty: use Align for ReprOptions pack and align. | Hristo Venev | -41/+36 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -1/+11 |
| 2019-08-25 | Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-08-24 | review comment | Esteban Küber | -1/+0 |
| 2019-08-23 | Suggest calling closure with resolved return type when appropriate | Esteban Küber | -1/+2 |
| 2019-08-23 | incremental: Do not rely on default transparency when decoding syntax contexts | Vadim Petrochenkov | -10/+10 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -1/+11 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -2/+2 |
| 2019-08-21 | Add clarification on E0308 about opaque types | Esteban Küber | -0/+1 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -5/+16 |
| 2019-08-21 | Remove some duplication when resolving constants | Oliver Scherer | -28/+20 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -69/+29 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -4/+5 |
| 2019-08-17 | Store allocation size, make bytes, undef_mask private | Andreas Molzer | -2/+8 |