| Age | Commit message (Expand) | Author | Lines |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -19/+13 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -11/+11 |
| 2016-06-20 | trans: generalize immediate temporaries to all MIR locals. | Eduard Burtescu | -0/+7 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -33/+24 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -9/+11 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -9/+12 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -1/+15 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -14/+40 |
| 2016-06-04 | Auto merge of #33998 - nikomatsakis:incr-comp-dep-node-trait, r=mw | bors | -7/+27 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+4 |
| 2016-06-03 | correct misspelled word | Niko Matsakis | -1/+1 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -1/+15 |
| 2016-05-31 | add def-ids from nominal types into TraitSelect | Niko Matsakis | -1/+22 |
| 2016-05-31 | expand `DepNode::TraitSelect` to include type ids | Niko Matsakis | -7/+6 |
| 2016-05-31 | projection predicates can be copy | Niko Matsakis | -1/+1 |
| 2016-05-31 | add trailing comma | Niko Matsakis | -1/+1 |
| 2016-05-31 | add trailing comma | Niko Matsakis | -1/+1 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -4/+25 |
| 2016-05-31 | add flag for ReSkolemized | Niko Matsakis | -7/+12 |
| 2016-05-31 | Take the def_map argument to TyCtxt::create_and_enter out of its RefCell. | Ms2ger | -2/+2 |
| 2016-05-29 | Auto merge of #33929 - petrochenkov:pathir, r=eddyb | bors | -3/+3 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -2/+2 |
| 2016-05-28 | Rollup merge of #33852 - arielb1:autoderef-iterator, r=eddyb | Manish Goregaokar | -1/+2 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-26 | Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis | bors | -0/+10 |
| 2016-05-25 | trans: force absolute item paths within symbols. | Eduard Burtescu | -3/+33 |
| 2016-05-25 | refactor autoderef to avoid registering obligations | Ariel Ben-Yehuda | -1/+2 |
| 2016-05-23 | trans::collector: Remove some redundant calls to erase_regions(). | Michael Woerister | -0/+10 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+4 |
| 2016-05-18 | Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw | bors | -3/+47 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -2/+46 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -1/+1 |
| 2016-05-18 | Auto merge of #33710 - Manishearth:rollup, r=Manishearth | bors | -0/+3 |
| 2016-05-18 | Rollup merge of #33695 - nikomatsakis:spezializes-cache, r=aturon | Manish Goregaokar | -0/+3 |
| 2016-05-18 | Auto merge of #33654 - petrochenkov:hirident, r=nrc | bors | -1/+1 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -0/+80 |
| 2016-05-17 | introduce a specializes cache | Niko Matsakis | -0/+3 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -20/+2 |
| 2016-05-12 | Gen right parameter envirnoment for assoc consts | Simonas Kazlauskas | -20/+2 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -1/+0 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -135/+135 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -222/+357 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -9/+115 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -10/+2 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -137/+207 |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -470/+581 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -33/+26 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -37/+32 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -143/+153 |