| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -15/+15 |
| 2018-06-14 | Fix typo DebrujinIndex -> DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Add DEBUG_FORMAT for DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -15/+15 |
| 2018-06-09 | update some tests affected by some of the prior tweaks | Niko Matsakis | -8/+6 |
| 2018-05-31 | Register outlives predicates from queries the right way around. | Matthew Jasper | -0/+75 |
| 2018-05-28 | change to 0-based indices | Niko Matsakis | -15/+15 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -14/+100 |
| 2018-05-16 | Remove empty files | Jane Lusby | -0/+0 |
| 2018-05-10 | fix nll reference harder | Niko Matsakis | -14/+14 |
| 2018-05-10 | WIP patch test stderr | Niko Matsakis | -7/+49 |
| 2018-05-09 | ignore the point where the outlives requirement was added | Niko Matsakis | -8/+52 |
| 2018-04-27 | updated stderr files and removed feature-gate test for dyn_trait | Christian Poveda | -116/+116 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -12/+0 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -146/+146 |
| 2018-04-17 | Rollup merge of #49931 - csmoe:end_span, r=estebank | kennytm | -1/+1 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -146/+146 |
| 2018-04-14 | fix error span | csmoe | -1/+1 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -12/+12 |
| 2018-04-11 | Auto merge of #49875 - kennytm:rollup, r=kennytm | bors | -0/+63 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -0/+51 |
| 2018-04-11 | Rollup merge of #49781 - Robbepop:master, r=nikomatsakis | kennytm | -0/+63 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+51 |
| 2018-04-09 | add regression test for issue #16223: fixed by NLL | Hero | -0/+63 |
| 2018-04-07 | modify the error message- CR Comments | gaurikholkar | -2/+2 |
| 2018-04-06 | fix ui test | gaurikholkar | -2/+2 |
| 2018-04-06 | fix ui test | gaurikholkar | -1/+1 |
| 2018-04-05 | Merge branch 'master' of https://github.com/rust-lang/rust into e0389 | gaurikholkar | -96/+309 |
| 2018-04-05 | Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis | bors | -4/+2 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -4/+2 |
| 2018-04-05 | Rollup merge of #49641 - valff:decl-macro-illegal-copy, r=nikomatsakis | kennytm | -0/+53 |