| Age | Commit message (Expand) | Author | Lines |
| 2016-08-11 | Address comments by reviewers. | Michael Woerister | -11/+11 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -210/+16 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -161/+1207 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -7/+34 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -11/+4 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -0/+2 |
| 2016-08-09 | add a `-Z incremental-info` flag | Niko Matsakis | -0/+2 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -11/+4 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -94/+65 |
| 2016-08-02 | Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakis | bors | -1/+9 |
| 2016-08-02 | Automatically enable -Zorbit if -Zincremental is specified. | Michael Woerister | -1/+9 |
| 2016-08-02 | rustc: parse -Z orbit=off. | Eduard Burtescu | -1/+22 |
| 2016-08-02 | Turn -Z orbit on by default. | Eduard Burtescu | -1/+1 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -1/+5 |
| 2016-07-31 | Suggest use of `--print target-list` when target is not found. | Tomasz Miąsko | -2/+5 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -10/+13 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -2/+5 |
| 2016-07-24 | Tidy ups for code gen options help | Cameron Hart | -5/+6 |
| 2016-07-22 | remove the now-unused multiline error code | Ariel Ben-Yehuda | -77/+4 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -0/+2 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -0/+2 |
| 2016-07-19 | Merge branch 'master' into issue-30961 | Cameron Hart | -10/+19 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -2/+2 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -2/+2 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -8/+17 |
| 2016-07-16 | Merge branch 'master' into issue-30961 | Cameron Hart | -6/+1 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -4/+6 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -4/+11 |
| 2016-07-12 | Mention the crate type cdylib in rustc's usage | Dridi Boukelmoune | -1/+1 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -5/+0 |
| 2016-07-11 | Add help for target CPUs, features, relocation and code models. | Cameron Hart | -2/+28 |
| 2016-07-08 | Adapt backend to trans::partitioning dictating the codegen-unit setup. | Michael Woerister | -9/+56 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -8/+5 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -15/+4 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -1/+4 |
| 2016-06-23 | Consolidate codemap tests and fix more errors for travis | Jonathan Turner | -7/+6 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -8/+8 |
| 2016-06-06 | Remove old -Z options that do nothing | Jonas Schievink | -11/+0 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+1 |
| 2016-05-27 | Emit "no-frame-pointer-elim" attribute for closures, shims, and glue. | Michael Woerister | -1/+6 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -1/+1 |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -0/+10 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -1/+4 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -1/+4 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+1 |
| 2016-05-18 | fix indentation of session/mod.rs | Niko Matsakis | -3/+3 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -10/+26 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -4/+37 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -4/+37 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+10 |