| Age | Commit message (Expand) | Author | Lines |
| 2018-09-17 | On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ... | Felix S. Klock II | -0/+22 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -2/+2 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -4/+5 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -2/+2 |
| 2018-09-06 | Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebank | bors | -3/+94 |
| 2018-09-05 | reword label as per review | Esteban Küber | -1/+1 |
| 2018-09-05 | slight rewording of labels | Esteban Küber | -1/+1 |
| 2018-09-05 | Fix incorrect outer function type parameter message | Esteban Küber | -3/+4 |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -6/+0 |
| 2018-09-01 | Update tests | Basile Desloges | -6/+0 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -2/+2 |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -164/+0 |
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -98/+0 |
| 2018-08-24 | Merging error code descriptions into E0107 and adding "no longer | Matthew Russo | -66/+0 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -6/+2 |
| 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 |