| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -15/+20 |
| 2018-05-24 | Underline multiple suggested replacements in the same line | Esteban Küber | -18/+47 |
| 2018-05-21 | Improve the diagnostic around impl Trait <-> generic param mismatch | Oliver Schneider | -0/+24 |
| 2018-05-20 | introducing `span_suggestion_short_with_applicability` | Zack M. Davis | -0/+23 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -17/+17 |
| 2018-04-24 | Use enum for approximate suggestions | Manish Goregaokar | -10/+24 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -21/+26 |
| 2018-04-16 | Auto merge of #49130 - smmalis37:range, r=alexcrichton | bors | -2/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Update based on RangeBounds trait being moved to libcore. | Steven Malis | -2/+2 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -2/+0 |
| 2018-04-06 | Print query stack on ICEs | John Kåre Alsaker | -0/+5 |
| 2018-04-05 | Auto merge of #49045 - Zoxc:tls, r=michaelwoerister | bors | -17/+8 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -16/+18 |
| 2018-03-24 | Make queries thread safe. Remove the query stack and make queries point to th... | John Kåre Alsaker | -17/+8 |