| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -5/+5 |
| 2018-09-20 | Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakis | kennytm | -1/+5 |
| 2018-09-19 | rustc: future-proof error reporting for polymorphic constants in types. | Eduard-Mihai Burtescu | -1/+5 |
| 2018-09-18 | A few cleanups and minor improvements to rustc/traits | ljedrz | -78/+67 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -9/+9 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -8/+9 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -8/+8 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -5/+5 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |