| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -1/+2 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -1/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-25 | Avoid ICE when suggestion span is at Eof | Esteban Küber | -1/+2 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -3/+0 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -42/+42 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -3/+13 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -4/+3 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -0/+5 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-10 | Address review comments | Philipp Hansch | -1/+2 |
| 2019-06-10 | librustc_errors: Add some more documentation | Philipp Hansch | -0/+4 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-05 | librustc_errors: Rename AnnotateRs -> AnnotateSnippet | Philipp Hansch | -1/+1 |
| 2019-06-04 | Add new diagnostic writer using annotate-snippet library | Philipp Hansch | -0/+1 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -2/+2 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -12/+6 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -6/+16 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -10/+14 |
| 2019-04-17 | Promote regular comments to rustdoc comments | Alexey Shmalko | -6/+6 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+1 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -1/+0 |
| 2019-03-07 | fix bad logic | Esteban Küber | -2/+1 |
| 2019-03-07 | Keep current behavior while accepting error count | Esteban Küber | -8/+18 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -9/+18 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -1/+25 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-11 | Add way to completely hide suggestion from cli output | Esteban Küber | -2/+4 |
| 2019-02-11 | Add way to hide suggestion snippet window from cli output | Esteban Küber | -1/+23 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | librustc_errors => 2018 | Taiki Endo | -19/+11 |
| 2019-01-26 | document `Applicability` | Andy Russell | -2/+18 |
| 2019-01-18 | Fix suggestions given mulitple bad lifetimes | Dan Robertson | -4/+5 |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -8/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+1 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -1/+1 |
| 2018-10-19 | Free some memory instead of just dropping elements | Oliver Scherer | -1/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -4/+4 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-18 | Log when buffering a diagnostic. | David Wood | -0/+2 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -0/+11 |