| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -1/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -2/+2 |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -0/+12 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -17/+7 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -11/+25 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -4/+5 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -12/+52 |
| 2019-03-08 | Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavis | Pietro Albini | -12/+52 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+2 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+2 |
| 2019-03-04 | Fix rebase and move suggestion to its own method | Esteban Küber | -29/+46 |
| 2019-03-04 | Add fixme | Esteban Küber | -3/+4 |
| 2019-03-04 | On return type `impl Trait` for block with no expr point at last semi | Esteban Küber | -5/+27 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -3/+8 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -3/+3 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -1/+2 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -1/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -15/+15 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -12/+12 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+7 |
| 2019-01-13 | Tweak output of type mismatch between "then" and `else` `if` arms | Esteban Küber | -1/+1 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -2/+2 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -1/+1 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -3/+1 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -1/+1 |
| 2019-01-02 | universe transition | Niko Matsakis | -6/+3 |
| 2019-01-01 | Simplify and fix some diagnostics around arrays | Oliver Scherer | -14/+10 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -12/+14 |
| 2018-12-27 | Integrate chalk engine | scalexm | -6/+15 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -12/+12 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -1/+1 |
| 2018-11-17 | reserve whitespaces between prefix and pipe | csmoe | -1/+1 |
| 2018-11-15 | lint based on closure pipe span | csmoe | -1/+15 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -2/+3 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -1/+1 |
| 2018-11-01 | Make all object-safety methods require a global TyCtxt | Michael Hewson | -2/+3 |
| 2018-10-30 | Use vec![x; n] instead of iter::repeat(x).take(n).collect() | ljedrz | -5/+1 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -12/+4 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -2/+2 |