| Age | Commit message (Expand) | Author | Lines |
| 2016-10-03 | Auto merge of #36847 - alexcrichton:rustc-macro-doc, r=nrc | bors | -0/+7 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+7 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -26/+21 |
| 2016-09-28 | fix librustc test: panic is Option<PanicStrategy> now | Jorge Aparicio | -1/+1 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -5/+15 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -25/+20 |
| 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-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -7/+9 |
| 2016-09-19 | rustc: implement -C link-arg | Jorge Aparicio | -0/+10 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -7/+2 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -0/+35 |
| 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/+14 |
| 2016-09-01 | Add some infrastructure for timing things where time_passes can't be used. | Michael Woerister | -0/+35 |
| 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-31 | Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichton | bors | -1/+100 |
| 2016-08-29 | incr.comp.: Move lock files out of directory being locked | Michael Woerister | -8/+16 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -1/+92 |
| 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 | -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 |