| Age | Commit message (Expand) | Author | Lines |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -10/+11 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -7/+7 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+13 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -7/+7 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -3/+14 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -0/+13 |
| 2018-08-28 | Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis | bors | -11/+6 |
| 2018-08-27 | Also use smaller spans for unsize adjustments | Matthew Jasper | -11/+6 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -4/+4 |
| 2018-08-14 | Label definition of captured variables in errors. | David Wood | -0/+3 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -6/+6 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -24/+22 |
| 2018-08-03 | Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelix | bors | -5/+5 |
| 2018-08-01 | minor fallout from the change. | Felix S. Klock II | -2/+0 |
| 2018-08-01 | Errors are more specific in cases where borrows are used in future iterations... | David Wood | -5/+5 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -55/+55 |
| 2018-07-31 | Update the `.nll.stderr` files under new sorted-by-span scheme. | Felix S. Klock II | -55/+55 |
| 2018-07-30 | Include lifetime in mutability suggestion in NLL messages | Esteban Küber | -5/+5 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -5/+5 |
| 2018-07-26 | Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakis | Mark Rousskov | -51/+51 |
| 2018-07-24 | Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obk | kennytm | -6/+2 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -51/+51 |
| 2018-07-23 | Match errors using the callsite of macro expansions | Federico Poli | -2/+5 |
| 2018-07-22 | Rollup merge of #52507 - estebank:infer-type, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-21 | Do not suggest using `to_owned()` on `&str += &str` | Esteban Küber | -6/+2 |
| 2018-07-21 | dead-code lint: say "constructed" for structs | Zack M. Davis | -6/+6 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -2/+2 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -21/+21 |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -3/+3 |
| 2018-07-06 | Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis | Mark Rousskov | -28/+28 |
| 2018-07-05 | update test | csmoe | -28/+28 |
| 2018-07-01 | Make causal tracking lazy | Santiago Pastorino | -22/+6 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -1/+1 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+36 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -18/+59 |
| 2018-05-29 | Fix typo | Esteban Küber | -1/+1 |
| 2018-05-28 | Add primary span label | Esteban Küber | -3/+4 |
| 2018-05-28 | Only suggest assoc fn when sure about the type | Esteban Küber | -6/+2 |
| 2018-05-27 | Use suggestion for assoc fn called like method | Esteban Küber | -8/+11 |
| 2018-05-25 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -110/+233 |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -0/+52 |
| 2018-05-10 | Fix tuple struct field spans | Esteban Küber | -1/+1 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -40/+1 |
| 2018-04-18 | Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima... | Felix S. Klock II | -9/+12 |
| 2018-04-18 | Update the previously checkpointed (but unused by bors) tests to reflect curr... | Felix S. Klock II | -14/+60 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -2/+2 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+923 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -16/+16 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -5/+8 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -5/+8 |