| Age | Commit message (Expand) | Author | Lines |
| 2016-07-12 | Auto merge of #34755 - jonas-schievink:minor-differences, r=eddyb | bors | -3/+70 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+1 |
| 2016-07-11 | Calculate the 2 largest variants using iterators | Jonas Schievink | -21/+22 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -3/+69 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+3 |
| 2016-06-27 | Fix `Cargo.toml`s | Jeffrey Seyfried | -0/+1 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -6/+3 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -6/+8 |
| 2016-06-24 | Fix typo in future incompatible lint | Seo Sanghyeon | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -6/+8 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -6/+3 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -1/+1 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -23/+13 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -3/+4 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -0/+4 |
| 2016-05-28 | Add an AST sanity checking pass and use it to catch some illegal lifetime/lab... | Vadim Petrochenkov | -0/+4 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -1/+1 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -9/+11 |
| 2016-05-18 | Auto merge of #33654 - petrochenkov:hirident, r=nrc | bors | -3/+3 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -1/+5 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -0/+1 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -0/+1 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -2/+1 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -5/+1 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -29/+29 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -7/+9 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -13/+13 |
| 2016-05-11 | infer: Turn normalize_associated_type into a method on TyCtxt. | Eduard Burtescu | -4/+3 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -5/+4 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -2/+1 |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -1/+5 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+4 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -2/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+3 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -4/+1 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -5/+5 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -2/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -11/+9 |
| 2016-04-05 | Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried | Manish Goregaokar | -0/+4 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -0/+4 |
| 2016-03-31 | librustc_lint: use bug!(), span_bug!() | Benjamin Herr | -8/+8 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -2/+5 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -11/+12 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -2/+2 |
| 2016-03-25 | issue a future-compat lint for constants of invalid type | Niko Matsakis | -0/+8 |