| Age | Commit message (Expand) | Author | Lines |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+2 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -13/+2 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -18/+79 |
| 2018-09-10 | expand the patterns test with a bunch more scenarios | Niko Matsakis | -5/+172 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -14/+16 |
| 2018-09-10 | fix SCCs containing mixture of universes | Niko Matsakis | -0/+31 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -1/+55 |
| 2018-09-10 | now that we can handle subtyping, fix higher-ranked equality | Niko Matsakis | -12/+1 |
| 2018-09-10 | add a test for variables used twice | Niko Matsakis | -0/+52 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -0/+2 |
| 2018-09-07 | print less info to stabilize tests | Niko Matsakis | -22/+24 |
| 2018-09-07 | avoid propagating outlives obligations on locals if we can | Niko Matsakis | -0/+46 |
| 2018-09-07 | move `annotate` onto a method of `UniversalRegions` | Niko Matsakis | -0/+22 |
| 2018-09-06 | Fix tests | Wesley Wiser | -65/+91 |
| 2018-09-01 | Update tests | Basile Desloges | -486/+130 |
| 2018-08-28 | Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis | bors | -13/+8 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -4/+2 |
| 2018-08-25 | Use smaller span for adjustments on block expressions | Matthew Jasper | -13/+8 |
| 2018-08-24 | address pnkfelix nits | Niko Matsakis | -4/+9 |
| 2018-08-24 | pacify the mercilous tidy: adt-nullary-enums test | Niko Matsakis | -17/+32 |
| 2018-08-24 | ufcs with annot in position 1 and 2 | Niko Matsakis | -0/+240 |
| 2018-08-24 | rename test case | Niko Matsakis | -5/+5 |
| 2018-08-24 | add test for method ufcs notation | Niko Matsakis | -0/+122 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -0/+556 |
| 2018-08-24 | support user annotations in fns, methods | Niko Matsakis | -0/+223 |
| 2018-08-24 | add a `user_substs` table and store the annotations in there | Niko Matsakis | -0/+80 |
| 2018-08-18 | Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis | bors | -15/+16 |
| 2018-08-17 | Rollup merge of #53349 - memoryruins:nll-tests, r=nikomatsakis | Corey Farwell | -0/+76 |
| 2018-08-17 | Rollup merge of #53326 - memoryruins:issue-27868-test, r=nikomatsakis | Corey Farwell | -0/+58 |
| 2018-08-15 | Bless UI tests | ashtneoi | -38/+74 |
| 2018-08-14 | Update tests | Matthew Jasper | -15/+16 |
| 2018-08-14 | Improved how upvars are detected when presenting errors using prefixes. | David Wood | -0/+34 |
| 2018-08-14 | Add regression test for issue #30104 | memoryruins | -0/+52 |
| 2018-08-14 | Add regression test for issue #48697 | memoryruins | -0/+24 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+863 |
| 2018-08-13 | [nll] add regression test for issue #27868 | memoryruins | -0/+58 |
| 2018-08-10 | Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values... | bors | -16/+31 |
| 2018-08-09 | Updated tests after rebase. | David Wood | -1/+2 |
| 2018-08-09 | Fallback to 'has type' error messages rather than 'lifetime appears in type'. | David Wood | -1/+1 |
| 2018-08-09 | Correctly identify named early bound regions. | David Wood | -0/+42 |
| 2018-08-08 | Auto merge of #53186 - mikhail-m1:master, r=nikomatsakis | bors | -0/+35 |
| 2018-08-08 | Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakis | bors | -5/+6 |
| 2018-08-08 | Fixes #53119. | Mikhail Modin | -0/+35 |
| 2018-08-07 | avoid computing liveness when a variable doesn't need it | Niko Matsakis | -16/+31 |
| 2018-08-07 | Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma... | bors | -31/+16 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -4/+6 |
| 2018-08-06 | Name return type in free region messages | Matthew Jasper | -2/+2 |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -51/+49 |
| 2018-08-06 | #52413: addressed @estebank's Nit | Pramod Bisht | -4/+6 |
| 2018-08-06 | revert #52991 | Niko Matsakis | -31/+16 |