| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Rollup merge of #66613 - Areredify:trait-ref-print, r=eddyb | Ralf Jung | -10/+37 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -1/+1 |
| 2019-11-29 | Auto merge of #66697 - petrochenkov:nocstore, r=eddyb | bors | -14/+2 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -10/+37 |
| 2019-11-29 | Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix | bors | -1/+8 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-11-28 | rustc: Move some queries to `rustc_metadata` | Vadim Petrochenkov | -18/+2 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -0/+4 |
| 2019-11-27 | Misc renames. | Camille GILLOT | -2/+2 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -3/+3 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -0/+17 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -2/+3 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -2/+3 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -8/+23 |
| 2019-11-24 | Rollup merge of #66594 - Aaron1011:fix/debug-print-cycle, r=matthewjasper | Mazdak Farrokhzad | -38/+65 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -8/+23 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -1/+7 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -152/+0 |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -57/+65 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -57/+65 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -53/+144 |
| 2019-11-21 | Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -6/+16 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -3/+4 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -1/+5 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -5/+1 |
| 2019-11-20 | Fix cycle when debug-printing opaque types | Aaron Hill | -38/+65 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -1/+1 |
| 2019-11-19 | Fix derive syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Fix project syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -21/+5 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -6/+1 |
| 2019-11-19 | Derive HashStable in librustc. | Camille GILLOT | -18/+7 |
| 2019-11-19 | Auto merge of #66454 - cjgillot:lift, r=Zoxc | bors | -60/+9 |
| 2019-11-19 | Move the definition of `QueryResult` into `plumbing.rs`. | Nicholas Nethercote | -13/+11 |
| 2019-11-18 | review comments | Esteban Küber | -44/+58 |
| 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 | -29/+75 |
| 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 | -0/+31 |
| 2019-11-18 | Retire EnumLiftImpl. | Camille GILLOT | -9/+2 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -51/+7 |
| 2019-11-17 | Derive HashStable in librustc_target. | Camille GILLOT | -152/+0 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -270/+48 |
| 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-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -3/+13 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -30/+30 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |