| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -4/+6 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -1/+19 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -24/+61 |
| 2019-02-21 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -3/+17 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -14/+14 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -5/+5 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -3/+3 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -3/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -117/+116 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -4/+5 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -4/+4 |
| 2019-02-08 | review comments: (marginally) reduce memory consumtion | Esteban Küber | -5/+11 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -3/+11 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -4/+4 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -4/+5 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -191/+191 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-27 | Mark non-static generators as always Unpin | Wim Looman | -3/+15 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+6 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -12/+12 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -10/+5 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -3/+7 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+7 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -10/+5 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -25/+73 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -2/+1 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -4/+1 |
| 2019-01-13 | Suggest removal of semicolon when appropriate | Esteban Küber | -1/+6 |
| 2019-01-13 | Tweak output of type mismatch between "then" and `else` `if` arms | Esteban Küber | -3/+6 |
| 2019-01-13 | Rollup merge of #57366 - estebank:point-match-discrim, r=varkor | Mazdak Farrokhzad | -4/+12 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -4/+1 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -4/+12 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -9/+24 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -1/+1 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+24 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -5/+18 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -51/+50 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -32/+57 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -5/+18 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -15/+14 |
| 2019-01-03 | Improve comment | Aaron Hill | -1/+8 |
| 2019-01-03 | Cleanup code | Aaron Hill | -7/+1 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -6/+28 |
| 2019-01-03 | More tidy fixes | Aaron Hill | -3/+4 |
| 2019-01-03 | Ensure that we properly increment obligation depth | Aaron Hill | -21/+24 |
| 2019-01-03 | Remove extra recursion_depth tracking | Aaron Hill | -63/+41 |
| 2019-01-03 | Fix tidy errors | Aaron Hill | -6/+11 |
| 2019-01-03 | Fix stack overflow when finding blanket impls | Aaron Hill | -31/+70 |