| Age | Commit message (Expand) | Author | Lines |
| 2016-12-04 | Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis | bors | -0/+2 |
| 2016-12-03 | Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoerister | Corey Farwell | -0/+2 |
| 2016-12-03 | Auto merge of #38061 - cardoe:target-spec, r=alexcrichton | bors | -3/+11 |
| 2016-12-02 | rustc: add --print target-spec option | Doug Goldstein | -0/+6 |
| 2016-12-01 | Implement native library kind and name overrides from the command line. | Vadim Chugunov | -22/+50 |
| 2016-12-01 | convert --print options to a vector | Doug Goldstein | -3/+5 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -0/+4 |
| 2016-12-01 | add a `-Z incremental-dump-hash` flag | Niko Matsakis | -0/+2 |
| 2016-11-30 | Adds `-Z mir-stats`, which is similar to `-Z hir-stats`. | Felix S. Klock II | -0/+2 |
| 2016-11-24 | Revisions from review comments, squashed. | Felix S. Klock II | -68/+177 |
| 2016-11-24 | Add `-Z print-type-sizes`, a tool for digging into how variants are laid out. | Felix S. Klock II | -1/+75 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -13/+16 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -1/+1 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -7/+3 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -22/+20 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -21/+21 |
| 2016-11-21 | Add --crate-type metadata | Nick Cameron | -13/+16 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -32/+26 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -17/+16 |
| 2016-11-11 | Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner | bors | -5/+6 |
| 2016-11-09 | Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -5/+6 |
| 2016-11-08 | Adding a deprecation warning for no-stack-check codegen option. | karpinski | -1/+1 |
| 2016-11-08 | Change description of no-stack-check (#34915) | abhijeetbhagat | -2/+2 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -4/+4 |
| 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 |