| Age | Commit message (Expand) | Author | Lines |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -10/+12 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -0/+10 |
| 2016-09-26 | Rollup merge of #36574 - japaric:link-arg, r=alexcrichton | Jonathan Turner | -0/+10 |
| 2016-09-26 | appease tidy | Tim Neumann | -1/+2 |
| 2016-09-26 | deduplicate inline is_nightly_build implementations | Tim Neumann | -4/+1 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -19/+3 |
| 2016-09-26 | make is_nightly_build a method on UnstableFeatures | Tim Neumann | -4/+1 |
| 2016-09-22 | Auto merge of #36261 - parched:soft-float, r=pnkfelix | bors | -1/+1 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -1/+1 |
| 2016-09-19 | rustc: implement -C link-arg | Jorge Aparicio | -0/+10 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -0/+2 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -2/+2 |
| 2016-09-04 | Fix documentation with 'soft-float' codegen option | James Duley | -1/+1 |
| 2016-09-04 | Auto merge of #36132 - nrc:save-std, r=@eddyb | bors | -2/+8 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -2/+2 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+6 |
| 2016-09-01 | Add some infrastructure for timing things where time_passes can't be used. | Michael Woerister | -0/+2 |
| 2016-09-01 | review comments | Nick Cameron | -1/+1 |
| 2016-09-01 | save-analsysis: add save-analysis-api CLI flag | Nick Cameron | -2/+8 |
| 2016-08-25 | Fix fallout in tests. | Jeffrey Seyfried | -2/+6 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -0/+2 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -6/+0 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -34/+1 |
| 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 | -159/+1205 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -15/+56 |
| 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-24 | Tidy ups for code gen options help | Cameron Hart | -5/+6 |
| 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 | -2/+2 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -2/+2 |
| 2016-07-16 | Merge branch 'master' into issue-30961 | Cameron Hart | -3/+1 |
| 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 | -2/+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 |