| Age | Commit message (Expand) | Author | Lines |
| 2016-07-12 | tyencode: Make sure that projection bounds are handled in stable order. | Michael Woerister | -1/+8 |
| 2016-07-11 | Refactor `get_ident_interner` -> `with_ident_interner`. | Jeffrey Seyfried | -2/+2 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -117/+59 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -2/+2 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -3/+3 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -4/+10 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -33/+19 |
| 2016-07-02 | Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichton | bors | -146/+197 |
| 2016-07-02 | add a encoding version to the actual metadata | Ariel Ben-Yehuda | -18/+59 |
| 2016-07-02 | make the metadata lock more robust and bump the metadata encoding version | Ariel Ben-Yehuda | -31/+38 |
| 2016-07-01 | fix RUST_LOG, hopefully for real this time | Ariel Ben-Yehuda | -0/+1 |
| 2016-06-28 | refactor rustc_metadata to use CamelCase names and IndexVec | Ariel Ben-Yehuda | -97/+99 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -20/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -36/+42 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -0/+2 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -23/+20 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -2/+2 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -5/+2 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -57/+18 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -6/+6 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -6/+21 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -6/+21 |
| 2016-05-31 | make region-param-def encoding more DRY | Niko Matsakis | -51/+7 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -6/+26 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -50/+3 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -0/+17 |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -13/+9 |
| 2016-05-20 | Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon | bors | -49/+80 |
| 2016-05-20 | rustc: Fix again order-dependence in extern crate | Alex Crichton | -49/+80 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+1 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+1 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -2/+1 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -2/+1 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -3/+53 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -6/+6 |
| 2016-05-18 | always encode variant fields | Niko Matsakis | -7/+7 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -54/+70 |
| 2016-05-18 | add a MetaData node and trigger reads from it | Niko Matsakis | -8/+51 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -1/+5 |
| 2016-05-18 | Auto merge of #33654 - petrochenkov:hirident, r=nrc | bors | -1/+1 |
| 2016-05-16 | Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakis | bors | -1/+2 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-15 | Rollup merge of #33393 - cristianoliveira:docs-error-explanation, r=steveklabnik | Manish Goregaokar | -1/+21 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -13/+23 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -1/+2 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -9/+9 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -8/+19 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -5/+2 |