| Age | Commit message (Expand) | Author | Lines |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -0/+2 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -0/+2 |
| 2016-11-01 | improve early lint to use multispan from diagnostic | Niko Matsakis | -7/+16 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -5/+5 |
| 2016-11-01 | introduce EarlyLint type | Niko Matsakis | -5/+5 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -3/+3 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -1/+35 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -4/+3 |
| 2016-10-26 | deduplicate one-time diagnostics on lint ID as well as span and message | Zack M. Davis | -8/+9 |
| 2016-10-26 | one-time diagnostics are only one-time for humans, not JSON-eating tools | Zack M. Davis | -5/+15 |
| 2016-10-26 | save a borrow by using return value of HashSet::insert | Zack M. Davis | -7/+5 |
| 2016-10-16 | Auto merge of #37082 - frewsxcv:session, r=jseyfried | bors | -45/+37 |
| 2016-10-15 | introing one-time diagnostics: only emit "lint level defined here" once | Zack M. Davis | -1/+26 |
| 2016-10-12 | Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakis | Alex Crichton | -0/+8 |
| 2016-10-10 | Simplify `str` and `Path` comparison. | Corey Farwell | -1/+1 |
| 2016-10-10 | Return early to avoid excessive indentation.` | Corey Farwell | -24/+23 |
| 2016-10-10 | Use `Cow` instead of `String` to avoid unnecessary allocations. | Corey Farwell | -3/+4 |
| 2016-10-10 | Convert `String` generating functions into `&str` constants. | Corey Farwell | -18/+10 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -5/+5 |
| 2016-10-07 | incr.comp.: Hide concrete hash algorithm used for ICH | Michael Woerister | -0/+8 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -5/+5 |
| 2016-10-04 | Auto merge of #36874 - japaric:thumbs, r=alexcrichton | bors | -1/+1 |
| 2016-10-03 | change max_atomic_width type from u64 to Option<u64> | Jorge Aparicio | -1/+1 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -10/+12 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -10/+12 |
| 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 |