| Age | Commit message (Expand) | Author | Lines |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -0/+1 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+1 |
| 2017-07-03 | use single line comments | Cengiz Can | -7/+3 |
| 2017-07-03 | use embedded implementation instead of istty crate | Cengiz Can | -3/+29 |
| 2017-07-03 | do not spawn pager if not tty | Cengiz Can | -1/+8 |
| 2017-07-03 | use unwrap_or_else to prevent unnecessary alloc | Cengiz Can | -3/+2 |
| 2017-07-03 | do not append an extra newline char | Cengiz Can | -1/+1 |
| 2017-07-03 | use PAGER to view --explain output #32665 | Cengiz Can | -3/+43 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -26/+23 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+2 |
| 2017-06-23 | Modify --explain to handle hidden code (`# ...`) and indented code blocks. | kennytm | -6/+13 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -10/+10 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -5/+0 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -3/+0 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -1/+4 |
| 2017-06-14 | Remove CSV format of save-analysis data | Nick Cameron | -3/+0 |
| 2017-05-24 | Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu... | Mark Simulacrum | -2/+1 |
| 2017-05-24 | Change error count messages | Michael Kohl | -2/+1 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-05-18 | Give a nicer error for non-Unicode arguments to rustc and rustdoc | Josh Stone | -1/+10 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -1/+1 |
| 2017-05-15 | Remove (direct) rustc_llvm dependency from rustc_driver | Robin Kruppe | -18/+7 |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -0/+2 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -3/+7 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -3/+4 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-04 | rustc: Stabilize `-C target-feature=+crt-static` | Alex Crichton | -3/+16 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -1/+1 |
| 2017-04-11 | Fix some nits | Simonas Kazlauskas | -1/+3 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -0/+8 |
| 2017-03-27 | Rollup merge of #40751 - nrc:save-callback, r=eddyb | Alex Crichton | -2/+4 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -5/+5 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -0/+2 |
| 2017-03-23 | save-analysis: allow clients to get data directly without writing to a file | Nick Cameron | -2/+4 |
| 2017-03-12 | Improve wording in the -{W,A,F,D} options | Tobias Schottdorf | -1/+1 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -0/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-22 | better comment wording | king6cong | -1/+1 |
| 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 |