| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | Update E0161 test to cover more cases | Matthew Jasper | -3/+94 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | Fix diagnostic regression | varkor | -10/+10 |
| 2018-08-19 | Refactor generic argument count check in check/mod.rs | varkor | -24/+24 |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -10/+10 |
| 2018-08-19 | Refactor astconv.rs (part ii) | varkor | -2/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+1 |
| 2018-08-18 | Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis | bors | -2/+2 |
| 2018-08-16 | Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebank | bors | -0/+12 |
| 2018-08-15 | Add files I forgot to commit earlier | ashtneoi | -0/+12 |
| 2018-08-14 | Update tests | Matthew Jasper | -2/+2 |
| 2018-08-12 | Various changes to `rustc_on_unimplemented` | Esteban Küber | -1/+1 |
| 2018-08-10 | Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-08 | Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakis | bors | -5/+4 |
| 2018-08-07 | Make sure the feature gate actually works and never allows promoting these op... | Oliver Schneider | -1/+1 |
| 2018-08-07 | Add feature gate test | Oliver Schneider | -0/+2 |
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -5/+7 |
| 2018-08-07 | Add feature gate checks | Oliver Schneider | -1/+3 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -5/+39 |
| 2018-08-06 | Name return type in free region messages | Matthew Jasper | -4/+4 |
| 2018-08-05 | Use span of the closure args in free region errors | Matthew Jasper | -3/+2 |
| 2018-08-05 | Fix doc link (again) | Felix Rabe | -1/+1 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -9/+8 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -1/+1 |
| 2018-07-27 | Fixed missing whitespace on some elaborated types. | David Wood | -1/+1 |
| 2018-07-27 | Update affected tests. | David Wood | -1/+1 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -1/+1 |
| 2018-07-22 | Rollup merge of #52507 - estebank:infer-type, r=nikomatsakis | kennytm | -1/+1 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -16/+0 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -2/+2 |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -1/+1 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -1/+3 |
| 2018-07-17 | Fix doc link | Felix Rabe | -1/+1 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -1/+3 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -2/+2 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -1/+3 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -12/+12 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -12/+12 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -2/+6 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -0/+3 |
| 2018-06-30 | in which the private/restricted-in-public error messaging gets specific | Zack M. Davis | -0/+3 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -57/+0 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -9/+9 |
| 2018-06-28 | Extend support to `get_generics` for all `NodeItem`s | Esteban Küber | -6/+6 |
| 2018-06-28 | Point at lifetimes instead of def span for E0195 | Esteban Küber | -3/+3 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -9/+0 |
| 2018-06-27 | Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis | bors | -23/+4 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -10/+10 |