| Age | Commit message (Expand) | Author | Lines |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -1/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+0 |
| 2017-01-17 | run rustdoc tests in the same sort of thread rustc runs in | Niko Matsakis | -16/+28 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -0/+1 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -1/+2 |
| 2016-12-02 | rustc: add --print target-spec option | Doug Goldstein | -0/+3 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -1/+2 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -45/+19 |
| 2016-11-10 | rustc_typeck: correctly track "always-diverges" and "has-type-errors". | Eduard Burtescu | -2/+0 |
| 2016-11-09 | Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+6 |
| 2016-11-08 | Adding a deprecation warning for no-stack-check codegen option. | karpinski | -1/+6 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -0/+1 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -28/+17 |
| 2016-10-22 | Rename `loader.rs` -> `locator.rs`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-15 | include LLVM version in `--version --verbose` | Zack M. Davis | -0/+4 |
| 2016-10-12 | Rollup merge of #37066 - nrc:stderr, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-10 | Error monitor should emit error to stderr instead of stdout | Nick Cameron | -1/+1 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -2/+2 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -19/+20 |
| 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 | -2/+2 |
| 2016-09-19 | Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand... | bors | -0/+1 |
| 2016-09-15 | Default RUST_MIN_STACK to 16MiB for now | Simonas Kazlauskas | -1/+2 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -2/+3 |
| 2016-09-04 | Auto merge of #36132 - nrc:save-std, r=@eddyb | bors | -1/+4 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -2/+3 |
| 2016-09-04 | Add librustc metadata error codes to global check | ggomez | -0/+1 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -1/+1 |
| 2016-09-01 | save-analsysis: add save-analysis-api CLI flag | Nick Cameron | -1/+4 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -5/+7 |
| 2016-08-23 | Use idiomatic names for string-related methods names. | Corey Farwell | -1/+1 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -13/+25 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -2/+4 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -0/+23 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -12/+3 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -22/+16 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -1/+1 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -19/+14 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -6/+3 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -19/+17 |
| 2016-07-24 | Tidy ups for code gen options help | Cameron Hart | -12/+11 |