| Age | Commit message (Expand) | Author | Lines |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -4/+4 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -8/+8 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -8/+1 |
| 2016-10-30 | Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis | bors | -29/+0 |
| 2016-10-29 | Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakis | bors | -17/+12 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -8/+1 |
| 2016-10-28 | Do not intern filemap to entry w/ mismatched length. Fix #37274 (I think). | Felix S. Klock II | -0/+4 |
| 2016-10-28 | Debug instrumentation for construction of ImportedFileMap table entries. | Felix S. Klock II | -0/+14 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -13/+8 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -4/+4 |
| 2016-10-27 | Auto merge of #37350 - srinivasreddy:meta_2, r=nrc | bors | -342/+363 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -2/+2 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -2/+2 |
| 2016-10-25 | run rustfmt on librustc_metadata folder | Srinivas Reddy Thatiparthy | -342/+363 |
| 2016-10-25 | rustc_metadata: move is_extern_item to trans. | Eduard Burtescu | -29/+0 |
| 2016-10-24 | Auto merge of #37292 - jseyfried:import_macros_in_resolve, r=nrc | bors | -542/+116 |
| 2016-10-24 | Clean up `CrateLoader::process_item`. | Jeffrey Seyfried | -62/+32 |
| 2016-10-24 | Refactor away `CrateLoader::load_macros`. | Jeffrey Seyfried | -27/+16 |
| 2016-10-24 | Refactor away `metadata::creader::Macros`. | Jeffrey Seyfried | -58/+30 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -3/+0 |
| 2016-10-24 | Import macros in `resolve` instead of in `metadata::macro_import`. | Jeffrey Seyfried | -423/+69 |
| 2016-10-23 | Run rustfmt on metadata folder - (1/2) | Srinivas Reddy Thatiparthy | -261/+336 |
| 2016-10-22 | Rename `loader.rs` -> `locator.rs`. | Jeffrey Seyfried | -24/+24 |
| 2016-10-22 | Move `Library` into `creader.rs`. | Jeffrey Seyfried | -10/+11 |
| 2016-10-22 | Rename `csearch.rs` -> `cstore_impl.rs`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-22 | Remove `CrateReader`, use `CrateLoader` instead. | Jeffrey Seyfried | -36/+16 |
| 2016-10-21 | Auto merge of #37247 - jseyfried:future_proof_no_link, r=nrc | bors | -2/+9 |
| 2016-10-19 | Use TypedArena::alloc_slice in rustc. | Mark-Simulacrum | -2/+2 |
| 2016-10-19 | Future proof `#[no_link]`. | Jeffrey Seyfried | -2/+9 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -2/+1 |
| 2016-10-17 | Auto merge of #36969 - nnethercote:rename-Parser-fields, r=eddyb | bors | -1/+1 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -2/+1 |
| 2016-10-12 | Rollup merge of #37064 - nnethercote:read_str, r=eddyb | Alex Crichton | -1/+2 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -1/+2 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -20/+20 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -20/+20 |
| 2016-10-05 | Rename Parser::last_span as prev_span. | Nicholas Nethercote | -1/+1 |
| 2016-10-04 | Remove some unused methods from metadata | Vadim Petrochenkov | -6/+0 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -34/+21 |
| 2016-10-04 | Further cleanup in resolve | Vadim Petrochenkov | -0/+2 |
| 2016-10-04 | Fix cross-crate resolution of half-items created by export shadowing | Vadim Petrochenkov | -13/+34 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -20/+30 |
| 2016-10-02 | Record macro import site spans. | Jeffrey Seyfried | -20/+30 |
| 2016-09-30 | Fix RUSTC_VERSION for 'documenting' build stage. | Scott Olson | -10/+9 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -6/+6 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -6/+6 |
| 2016-09-27 | Fix fallout in tests. | Jeffrey Seyfried | -6/+6 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -5/+5 |
| 2016-09-23 | Load extern crates in `resolve`. | Jeffrey Seyfried | -134/+82 |