| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -37/+15 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -5/+5 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -72/+72 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -24/+56 |
| 2016-03-09 | Print fn type parameters for TyFnDef. | Eduard Burtescu | -4/+13 |
| 2016-03-09 | Track fn type and lifetime parameters in TyFnDef. | Eduard Burtescu | -1/+1 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -7/+15 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -3/+3 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -0/+3 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+2 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -3/+2 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -3/+2 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -2/+1 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -0/+4 |
| 2016-01-05 | Refactor compiler to make use of dep-tracking-maps. Also, in cases where | Niko Matsakis | -39/+31 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -5/+5 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -2/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -1/+0 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -5/+2 |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -4/+4 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -10/+4 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -63/+0 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -46/+4 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -6/+6 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -9/+14 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -1/+1 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -2/+2 |
| 2015-10-01 | Rename `node_id` to `var_id` and limit to the cases that are actually used | Niko Matsakis | -1/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -10/+10 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -3/+3 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -7/+8 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -5/+5 |
| 2015-09-14 | split ty.rs into smaller parts | Ariel Ben-Yehuda | -3/+152 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -3/+3 |
| 2015-09-06 | move fnv hashing support into librustc_data_structures | Niko Matsakis | -37/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -17/+59 |
| 2015-08-30 | fix compilation with RUST_LOG=rustc::middle::traits | Ariel Ben-Yehuda | -2/+27 |
| 2015-08-25 | use the parameter environment when checking dtors | Ariel Ben-Yehuda | -1/+1 |