| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -46/+139 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -46/+139 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -12/+184 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -2/+2 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -10/+10 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -15/+15 |
| 2018-07-27 | Update affected tests. | David Wood | -14/+14 |
| 2018-07-26 | Use better spans for cannot-move errors | Matthew Jasper | -0/+175 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -12/+9 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -9/+9 |
| 2018-07-26 | move mir_check_* to ui tests, add adjusted references | Niko Matsakis | -0/+188 |
| 2018-07-26 | fix reference file | Niko Matsakis | -1/+1 |
| 2018-07-25 | Nit: improve comment in hr-fn-aau-eq-abu.rs | Niko Matsakis | -10/+10 |
| 2018-07-25 | improve heuristics for what makes an interesting constraint | Niko Matsakis | -15/+15 |
| 2018-07-25 | add regression test for #48071 | Niko Matsakis | -0/+38 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -0/+108 |
| 2018-07-25 | remove unnecessary `blame_span` from `report_region_errors` | Niko Matsakis | -14/+24 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -9/+9 |
| 2018-07-22 | Auto merge of #52564 - pnkfelix:issue-52126-lhs-of-assign-op-is-invariant, r=... | bors | -1/+1 |
| 2018-07-22 | Fallback to general error handling in ICE cases. | David Wood | -10/+17 |
| 2018-07-21 | Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakis | bors | -0/+37 |
| 2018-07-21 | add regression test for #52078 | Niko Matsakis | -0/+37 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -1/+232 |
| 2018-07-20 | For some reason, on my linux box, using `-Zverbose` here is causing a linker ... | Felix S. Klock II | -1/+1 |
| 2018-07-13 | Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelix | bors | -0/+28 |
| 2018-07-12 | Bless tests and update ERROR | ashtneoi | -5/+6 |
| 2018-07-12 | span_suggestion | csmoe | -0/+27 |
| 2018-07-13 | compute region values using SCCs not iterative flow | Niko Matsakis | -15/+15 |
| 2018-07-06 | Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis | Mark Rousskov | -12/+12 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -81/+109 |
| 2018-07-05 | update test | csmoe | -12/+12 |
| 2018-07-05 | Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis | bors | -0/+138 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -81/+109 |
| 2018-07-03 | Fix various nll unused mut errors | Matthew Jasper | -0/+138 |
| 2018-07-01 | Updated affected tests after rebase. | David Wood | -5/+5 |
| 2018-07-01 | Ensure that changed errors are lower case. | David Wood | -37/+37 |
| 2018-07-01 | Updated affected tests. | David Wood | -61/+59 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -30/+30 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -0/+270 |
| 2018-06-28 | Also point to free named region on lifetime errors | Esteban Küber | -9/+9 |
| 2018-06-28 | Extend support to `get_generics` for all `NodeItem`s | Esteban Küber | -15/+15 |
| 2018-06-28 | Point to lifetime in fn definition on lifetime error note | Esteban Küber | -6/+6 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -0/+270 |
| 2018-06-27 | Fix the error of selecting obligation by not running the borrow checker. | Vytautas Astrauskas | -6/+31 |
| 2018-06-27 | Move regression test from `compile-fail/` to `ui/` test directory. | Felix S. Klock II | -0/+36 |
| 2018-06-26 | Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis | Pietro Albini | -5/+5 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -5/+5 |
| 2018-06-22 | Fix erroneous error note when using field after move | Santiago Pastorino | -0/+32 |
| 2018-06-20 | Fix variable name in E0502 double borrow error | Santiago Pastorino | -0/+55 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -1/+1 |