| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Fix ICE when printing closures, and other similar types | Mark-Simulacrum | -3/+14 |
| 2016-11-03 | Fix ICE when attempting to get closure generics. | Mark-Simulacrum | -17/+35 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -1/+2 |
| 2016-09-11 | Use question_mark feature in librustc. | Ahmed Charles | -1/+1 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -2/+2 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -9/+26 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -3/+2 |
| 2016-09-01 | Add some infrastructure for timing things where time_passes can't be used. | Michael Woerister | -9/+26 |
| 2016-09-01 | Auto merge of #34982 - arielb1:bad-tuples-and-objects, r=nikomatsakis | bors | -4/+0 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -4/+0 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -3/+38 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -14/+7 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -8/+10 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -18/+18 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -36/+44 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -4/+6 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -39/+28 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -74/+54 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -49/+55 |
| 2016-08-17 | rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates. | Eduard Burtescu | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -13/+6 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+3 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -1/+2 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+31 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -1/+3 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -1/+2 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -0/+14 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -1/+2 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -12/+0 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -0/+12 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -23/+31 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -21/+23 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -21/+23 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -5/+8 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -11/+11 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -2/+3 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -11/+11 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+4 |
| 2016-05-03 | refactor the handling of builtin candidates | Ariel Ben-Yehuda | -1/+1 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+18 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -91/+103 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+18 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -4/+4 |
| 2016-04-05 | improve the printing of substs and trait-refs | Ariel Ben-Yehuda | -91/+103 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -8/+8 |