| Age | Commit message (Expand) | Author | Lines |
| 2017-12-12 | Auto merge of #46598 - davidtwco:issue-46471, r=arielb1 | bors | -46/+205 |
| 2017-12-12 | Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1 | bors | -48/+38 |
| 2017-12-11 | Updated existing tests with new error messages. | David Wood | -46/+57 |
| 2017-12-11 | Auto merge of #46608 - estebank:resolve-return, r=nikomatsakis | bors | -5/+48 |
| 2017-12-11 | Fixed case where borrowed value lives until after scope | David Wood | -0/+45 |
| 2017-12-11 | Added test for #46472 | David Wood | -0/+59 |
| 2017-12-11 | Added test for #46471 | David Wood | -0/+44 |
| 2017-12-11 | Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakis | bors | -8/+19 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -48/+38 |
| 2017-12-11 | Auto merge of #46640 - tommyip:ui_tests, r=estebank | bors | -192/+236 |
| 2017-12-10 | Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro... | bors | -4/+55 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -192/+192 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+44 |
| 2017-12-10 | centralize `does_not_live_long_enough` error reporting | Ariel Ben-Yehuda | -4/+8 |
| 2017-12-10 | use `places_conflict` to handle reassignment | Ariel Ben-Yehuda | -4/+11 |
| 2017-12-10 | Auto merge of #46611 - GuillaumeGomez:type-mismatch, r=petrochenkov | bors | -0/+25 |
| 2017-12-09 | one-time diagnostic and suggestion for reëxporting private variant error | Zack M. Davis | -4/+55 |
| 2017-12-10 | Fix switched types in type mismatch | Guillaume Gomez | -0/+25 |
| 2017-12-09 | Resolve type on return type suggestion | Esteban Küber | -5/+48 |
| 2017-12-09 | Auto merge of #46572 - vramana:fix-45638, r=estebank | bors | -2/+13 |
| 2017-12-09 | Auto merge of #46573 - jseyfried:add_decl_macro_test, r=nrc | bors | -0/+25 |
| 2017-12-08 | Fix bad error message for cannot_reborrow_already_uniquely_borrowed | Ramana Venkata | -2/+13 |
| 2017-12-08 | Auto merge of #46556 - michaelwoerister:enable-query-caching, r=nmatsakis | bors | -773/+131 |
| 2017-12-08 | Remove some svh-tests from run-pass. | Michael Woerister | -336/+1 |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -437/+130 |
| 2017-12-08 | Auto merge of #46549 - alexcrichton:thinlto-weak, r=michaelwoerister | bors | -0/+37 |
| 2017-12-07 | Add test for #44128. | Jeffrey Seyfried | -0/+25 |
| 2017-12-07 | Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov | bors | -9/+20 |
| 2017-12-07 | Auto merge of #46532 - est31:master, r=est31 | bors | -69/+4528 |
| 2017-12-07 | Auto merge of #46509 - nikomatsakis:nll-master-to-rust-master-3, r=arielb1 | bors | -74/+1581 |
| 2017-12-07 | rustc: Further tweak linkage in ThinLTO | Alex Crichton | -0/+37 |
| 2017-12-07 | Auto merge of #46523 - CrockAgile:update-fingerprint-tests-macros, r=michaelw... | bors | -404/+320 |
| 2017-12-07 | add test comparing free region to bound region | Niko Matsakis | -0/+128 |
| 2017-12-07 | use `-Znll -Zborrowck=mir -Zverbose` consistently | Niko Matsakis | -28/+9 |
| 2017-12-07 | region-ebr-does-not-outlive-static: reuse old test instead | Niko Matsakis | -43/+13 |
| 2017-12-07 | propagate-approximated-ref: include FIXME comment | Niko Matsakis | -1/+1 |
| 2017-12-07 | test more failure cases for approximating the "longer" side | Niko Matsakis | -48/+157 |
| 2017-12-07 | test approximations of the "shorter side" that resort to `'static` | Niko Matsakis | -18/+113 |
| 2017-12-07 | delete stray file | Niko Matsakis | -87/+0 |
| 2017-12-07 | escape-upvar-ref: patch comment per arielb1 | Niko Matsakis | -14/+21 |
| 2017-12-07 | escape-upvar-nested: patch "dangling reference" to renamed test | Niko Matsakis | -1/+1 |
| 2017-12-07 | escape-argument: improve comment per arielb1's suggestion | Niko Matsakis | -14/+16 |
| 2017-12-07 | escape-argument-callee: improve comment per arielb1's suggestions | Niko Matsakis | -18/+23 |
| 2017-12-07 | don't print self symbol's internal index unless gensymed | Niko Matsakis | -9/+9 |
| 2017-12-07 | add closure requirement tests, improve debugging output | Niko Matsakis | -71/+1368 |
| 2017-12-07 | Migrate even more feature gate tests to ui | est31 | -71/+1012 |
| 2017-12-07 | Migrate a few feature gate tests to ui | est31 | -0/+3518 |
| 2017-12-07 | remove unnecessary changes | Agustin Chiappe Berrini | -8/+4 |
| 2017-12-07 | address comments | Agustin Chiappe Berrini | -3/+8 |
| 2017-12-07 | Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus | bors | -2/+2 |