| Age | Commit message (Expand) | Author | Lines |
| 2019-11-19 | Derive HashStable in librustc. | Camille GILLOT | -18/+7 |
| 2019-11-19 | Mark -Zgenerate-arange-section as TRACKED | Josh Stone | -1/+1 |
| 2019-11-19 | Auto merge of #66454 - cjgillot:lift, r=Zoxc | bors | -312/+33 |
| 2019-11-19 | Rollup merge of #66536 - nnethercote:mv-QueryResult, r=Centril | Mazdak Farrokhzad | -13/+11 |
| 2019-11-19 | Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkor | Mazdak Farrokhzad | -0/+5 |
| 2019-11-19 | Rollup merge of #66239 - estebank:suggest-async-closure-call, r=Centril | Mazdak Farrokhzad | -62/+133 |
| 2019-11-19 | Move the definition of `QueryResult` into `plumbing.rs`. | Nicholas Nethercote | -13/+11 |
| 2019-11-18 | Generate DWARF address ranges for faster lookups | Josh Stone | -0/+2 |
| 2019-11-18 | rustc: lowering: Lower type args as const args when resolved in value | Gabriel Smith | -5/+56 |
| 2019-11-18 | rustc: hir: Add method to check validity of a Res/Def in a namespace | Gabriel Smith | -0/+38 |
| 2019-11-18 | review comments | Esteban Küber | -33/+45 |
| 2019-11-18 | review comments | Esteban Küber | -48/+60 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -6/+6 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -45/+108 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -4/+4 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -14/+51 |
| 2019-11-18 | Replace bool with new `FallbackMode` enum | Aaron Hill | -1/+1 |
| 2019-11-18 | Fix 'type annotations needed' error with opaque types | Aaron Hill | -0/+5 |
| 2019-11-18 | Retire EnumLiftImpl. | Camille GILLOT | -126/+9 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -186/+24 |
| 2019-11-18 | Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasper | bors | -8/+90 |
| 2019-11-17 | Derive HashStable for PanicStrategy. | Camille GILLOT | -8/+0 |
| 2019-11-17 | HashStable in libsyntax. | Camille GILLOT | -10/+0 |
| 2019-11-17 | Derive HashStable in librustc_target. | Camille GILLOT | -152/+0 |
| 2019-11-17 | HashStable_Generic for librustc_target. | Camille GILLOT | -23/+0 |
| 2019-11-17 | HashStable_Generic for libsyntax_pos. | Camille GILLOT | -48/+0 |
| 2019-11-17 | HashStable literals in libsyntax. | Camille GILLOT | -19/+0 |
| 2019-11-17 | Further HashStable_Generic derives. | Camille GILLOT | -47/+0 |
| 2019-11-17 | Move impl HashStable for Symbol in libsyntax_pos. | Camille GILLOT | -20/+1 |
| 2019-11-17 | Move impl HashStable for SymbolStr in libsyntax_pos. | Camille GILLOT | -19/+0 |
| 2019-11-17 | Use proc_macro for HashStable derive in libsyntax. | Camille GILLOT | -33/+0 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -5/+14 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -751/+98 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -5/+4 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -9/+2 |
| 2019-11-16 | review comments | Esteban Küber | -81/+91 |
| 2019-11-16 | Suggest calling async closure when needed | Esteban Küber | -52/+101 |
| 2019-11-16 | review comments and fix rebase | Esteban Küber | -3/+3 |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -8/+12 |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -11/+10 |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -0/+5 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -2/+72 |
| 2019-11-16 | Tweak code formatting | Esteban Küber | -6/+10 |
| 2019-11-16 | ast: Keep string literals in ABIs precisely | Vadim Petrochenkov | -3/+3 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -3/+11 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -9/+2 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -5/+5 |
| 2019-11-16 | rename and move read_vector_ty | Ralf Jung | -4/+14 |
| 2019-11-16 | Auto merge of #66255 - ehuss:update-cc, r=alexcrichton | bors | -4/+0 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -5/+4 |