| Age | Commit message (Expand) | Author | Lines |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -23/+72 |
| 2018-09-18 | Log when buffering a diagnostic. | David Wood | -0/+6 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -3/+3 |
| 2018-09-17 | Better trick for allowing trailing comma at forward! | Vitaly _Vi Shukela | -10/+13 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -2/+23 |
| 2018-09-17 | Change diagnostic_builder's forward! macro to enforce trailing argument comma | Vitaly _Vi Shukela | -27/+27 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -7/+8 |
| 2018-09-16 | trailing whitespace fix | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-16 | Deprecate *_suggestion* that are without explicit applicability | Vitaly _Vi Shukela | -0/+15 |
| 2018-09-16 | Add multipart_suggestion_with_applicability | Vitaly _Vi Shukela | -2/+32 |
| 2018-09-14 | Rollup merge of #54024 - alexcrichton:compile-to-wasm, r=petrochenkov | kennytm | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-07 | Fix compiling some rustc crates to wasm | Alex Crichton | -1/+1 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+2 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -1/+1 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -1/+8 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -6/+6 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -9/+9 |
| 2018-08-10 | Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-09 | [nll] librustc_errors: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -19/+64 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -9/+4 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -5/+5 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -5/+5 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -6/+3 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -3/+1 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -19/+19 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -19/+19 |
| 2018-07-25 | Improve readability in a few sorts | ljedrz | -5/+3 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | Buffer errors in MIR borrow check | Santiago Pastorino | -0/+12 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -7/+27 |
| 2018-07-21 | Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez | bors | -4/+11 |
| 2018-07-21 | Sequence-field should have plural name | Oliver Schneider | -4/+4 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -7/+27 |
| 2018-07-20 | proc_macro: don't use DiagnosticBuilder for building up Diagnostics. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-07-14 | Deny bare trait objects in src/librustc_errors | ljedrz | -17/+20 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -8/+8 |
| 2018-06-11 | Remove highlighting from secondary messages | Esteban Küber | -4/+11 |
| 2018-06-03 | Also prevent overflow in debug builds | Oliver Schneider | -1/+1 |
| 2018-05-31 | Make short-error format GNU compatible | Guillaume Gomez | -1/+1 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -0/+23 |