| Age | Commit message (Expand) | Author | Lines |
| 2016-09-19 | Default RUST_MIN_STACK to 16MiB for now | Simonas Kazlauskas | -1/+2 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -1/+1 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -22/+38 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -1/+1 |
| 2016-08-12 | Auto merge of #35091 - eddyb:impl-trait, r=nikomatsakis | bors | -2/+2 |
| 2016-08-11 | Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfried | bors | -4/+2 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -2/+2 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -14/+29 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -8/+9 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -0/+23 |
| 2016-08-10 | Extended expand.rs to support alternate expansion behaviours | Daniel Campbell | -4/+2 |
| 2016-08-09 | Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw | bors | -2/+3 |
| 2016-08-09 | incorporate resolve results into hashing | Niko Matsakis | -2/+3 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -12/+3 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -7/+11 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -7/+11 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -12/+3 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -39/+45 |
| 2016-08-04 | Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakis | bors | -0/+2 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -1/+1 |
| 2016-08-01 | deaggregate structs to enable further optimization | Scott A Carr | -0/+2 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -19/+14 |
| 2016-07-28 | Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichton | bors | -1/+1 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -12/+12 |
| 2016-07-28 | Code to save/load the work-products map from disk | Niko Matsakis | -3/+8 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -1/+2 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -6/+3 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -19/+17 |
| 2016-07-24 | Tidy ups for code gen options help | Cameron Hart | -12/+11 |
| 2016-07-19 | Merge branch 'master' into issue-30961 | Cameron Hart | -34/+47 |
| 2016-07-18 | Add `librustc_driver::driver::reset_thread_local_state` and | Jeffrey Seyfried | -4/+8 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -9/+8 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -6/+6 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -5/+4 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -25/+39 |
| 2016-07-16 | Merge branch 'master' into issue-30961 | Cameron Hart | -63/+19 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -57/+13 |
| 2016-07-15 | Remove unused import | Jonathan Turner | -1/+1 |
| 2016-07-14 | Fix up more tests that I missed | Jonathan Turner | -1/+1 |
| 2016-07-14 | Remove CoreEmitter and focus on Emitter | Jonathan Turner | -11/+8 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -14/+20 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -3/+14 |
| 2016-07-14 | Move node id assigning into `resolve` | Jeffrey Seyfried | -57/+13 |
| 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 | -4/+4 |
| 2016-07-11 | Add help for target CPUs, features, relocation and code models. | Cameron Hart | -0/+24 |
| 2016-07-08 | Adapt backend to trans::partitioning dictating the codegen-unit setup. | Michael Woerister | -1/+1 |
| 2016-07-05 | Auto merge of #34412 - gnzlbg:document_platform_intrinsics_generate, r=alexcr... | bors | -0/+3 |