| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-25 | preserve const eval error information through trait error system | Ralf Jung | -1/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -12/+4 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -1/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -0/+3 |
| 2018-10-16 | Change Scalar to numeric cast | Esteban Küber | -1/+2 |
| 2018-10-11 | review comments | Esteban Küber | -1/+1 |
| 2018-10-10 | Custom E0277 diagnostic for `Path` | Esteban Küber | -0/+3 |
| 2018-10-09 | Add more targetting filters for arrays to rustc_on_unimplemented | Esteban Küber | -4/+34 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -5/+17 |
| 2018-10-04 | Ignore desugarings when comparing duplicate trait error messages | varkor | -5/+17 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -1/+2 |