| Age | Commit message (Expand) | Author | Lines |
| 2017-12-13 | Improve interaction between macros 2.0 and `macro_rules!`. | Jeffrey Seyfried | -0/+69 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -7/+7 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -0/+59 |
| 2017-12-13 | Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakis | bors | -1/+25 |
| 2017-12-13 | Auto merge of #46613 - petrochenkov:absext, r=nikomatsakis | bors | -0/+164 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -2/+32 |
| 2017-12-12 | Fix fallout in tests. | Jeffrey Seyfried | -7/+7 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+164 |
| 2017-12-12 | Implement impl Trait lifetime elision | Taylor Cramer | -1/+25 |
| 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-08 | deny instead of warn | Agustin Chiappe Berrini | -1/+1 |
| 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 | Ignore `unsopported constant expr` error | Agustin Chiappe Berrini | -2/+32 |
| 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 |