| Age | Commit message (Expand) | Author | Lines |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -10/+11 |
| 2016-11-21 | Tests | Nick Cameron | -0/+3 |
| 2016-11-21 | Read in rmeta crates | Nick Cameron | -1/+0 |
| 2016-11-21 | Add --crate-type metadata | Nick Cameron | -0/+1 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -1/+2 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -48/+22 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -4/+3 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -3/+0 |
| 2016-11-19 | Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -0/+2 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -3/+7 |
| 2016-11-17 | Auto merge of #37732 - jseyfried:use_extern_macros, r=nrc | bors | -2/+0 |
| 2016-11-17 | Show a better error when using --test with #[proc_macro_derive] | Josh Driver | -0/+2 |
| 2016-11-17 | Auto merge of #37717 - nikomatsakis:region-obligations-pre, r=eddyb | bors | -4/+3 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+0 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+4 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -3/+3 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+29 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -4/+3 |
| 2016-11-14 | don't build an object file for emit=asm,llvm-ir | Jorge Aparicio | -1/+5 |
| 2016-11-12 | use write::run_assembler | Jorge Aparicio | -1/+12 |
| 2016-11-10 | rustc_typeck: correctly track "always-diverges" and "has-type-errors". | Eduard Burtescu | -2/+0 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -6/+5 |
| 2016-11-09 | Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+6 |
| 2016-11-08 | Adding a deprecation warning for no-stack-check codegen option. | karpinski | -1/+6 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -2/+17 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -1/+1 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -2/+17 |
| 2016-11-03 | Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddyb | bors | -9/+12 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -9/+12 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -1/+1 |
| 2016-11-01 | Rollup merge of #37296 - srinivasreddy:librustc_driver, r=nikomatsakis | Guillaume Gomez | -188/+191 |
| 2016-10-30 | Make the crate disambiguator 128 bits instead of 256 bits. | Michael Woerister | -1/+8 |
| 2016-10-30 | Add rustc_data_structures to rustc_driver dependencies. | Michael Woerister | -0/+1 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -10/+14 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -43/+24 |
| 2016-10-30 | run rustfmt on librustc_driver folder | Srinivas Reddy Thatiparthy | -188/+191 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -43/+24 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -71/+39 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -10/+9 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -10/+9 |
| 2016-10-22 | Rename `loader.rs` -> `locator.rs`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-22 | Remove `CrateReader`, use `CrateLoader` instead. | Jeffrey Seyfried | -1/+2 |
| 2016-10-19 | Use TypedArena::alloc_slice in rustc. | Mark-Simulacrum | -5/+5 |
| 2016-10-15 | include LLVM version in `--version --verbose` | Zack M. Davis | -0/+4 |
| 2016-10-12 | Rollup merge of #37084 - jseyfried:cleanup_expanded_macro_use_scopes, r=nrc | Alex Crichton | -3/+9 |
| 2016-10-12 | Rollup merge of #37066 - nrc:stderr, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-11 | Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes | Jeffrey Seyfried | -3/+9 |