| Age | Commit message (Expand) | Author | Lines |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -16/+19 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -8/+18 |
| 2016-08-14 | Get rid of the .note interpretation of rustc dylib metadata. | Eduard Burtescu | -23/+18 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -6/+6 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -15/+2 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -1/+15 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+2 |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+14 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+15 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -5/+13 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -3/+5 |
| 2016-08-09 | replace Name with InternedString in DefPathData | Niko Matsakis | -4/+4 |
| 2016-08-08 | fixup tests for new def'n of InlinedItem | Niko Matsakis | -3/+7 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -2/+3 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -20/+22 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -17/+202 |
| 2016-07-30 | Auto merge of #35069 - wesleywiser:too_many_symbols, r=alexcrichton | bors | -7/+2 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -5/+5 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -35/+24 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -5/+5 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -2/+2 |
| 2016-07-27 | Only export #[no_mangle] extern symbols during LTO | Wesley Wiser | -7/+2 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -35/+24 |
| 2016-07-17 | Do not resolve inherent static methods from other crates prematurely | Vadim Petrochenkov | -26/+0 |
| 2016-07-13 | Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddyb | bors | -1/+8 |
| 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 |