| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-26 | Don't inspect the generated existential type items | Oliver Schneider | -23/+4 |
| 2018-06-26 | Rollup merge of #51747 - varkor:export_name-null-character, r=estebank | Pietro Albini | -1/+24 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -6/+6 |
| 2018-06-24 | Add backticks to E0558 | varkor | -1/+1 |
| 2018-06-23 | Add error for using null characters in export_name | varkor | -0/+23 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -5/+6 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -4/+23 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -3/+3 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -4/+23 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -2/+2 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -1/+1 |