| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -14/+395 |
| 2018-08-02 | Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb | bors | -4/+440 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -4/+1 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -0/+32 |
| 2018-08-01 | Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov | Pietro Albini | -0/+23 |
| 2018-08-01 | Rollup merge of #52926 - alexcrichton:trim-idioms-lints, r=oli-obk | Pietro Albini | -7/+6 |
| 2018-08-01 | Rollup merge of #52899 - draganmladjenovic:ui_tests64, r=alexcrichton | Pietro Albini | -10/+14 |
| 2018-08-01 | Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelix | Pietro Albini | -0/+23 |
| 2018-08-01 | Rollup merge of #52809 - davidtwco:issue-49579, r=pnkfelix | Pietro Albini | -0/+27 |
| 2018-08-01 | Rollup merge of #52793 - davidtwco:issue-49824, r=pnkfelix | Pietro Albini | -0/+60 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -4/+1 |
| 2018-08-01 | async can begin expressions | Taylor Cramer | -0/+23 |
| 2018-08-01 | Fix bug in test pointed out during review. | Felix S. Klock II | -2/+2 |
| 2018-08-01 | Expand long-live-borrows-in-boxes test to include simplier illustrative cases. | Felix S. Klock II | -5/+35 |
| 2018-08-01 | Test for (previously uncaught) infinite loop identified by matthewjasper. | Felix S. Klock II | -0/+66 |
| 2018-08-01 | Regression tests. | Felix S. Klock II | -0/+344 |
| 2018-08-01 | minor fallout from the change. | Felix S. Klock II | -4/+0 |
| 2018-08-01 | Added test for #49824. | David Wood | -0/+60 |
| 2018-08-01 | rustc: Trim down the `rust_2018_idioms` lint group | Alex Crichton | -7/+6 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -14/+395 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -38/+75 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -351/+351 |
| 2018-08-01 | Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk | Pietro Albini | -5/+24 |
| 2018-08-01 | Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk | Pietro Albini | -10/+10 |
| 2018-08-01 | Rollup merge of #52878 - mikhail-m1:master, r=kennytm | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix | Pietro Albini | -0/+9 |
| 2018-07-31 | Use suggestions for shell format arguments | Esteban Küber | -5/+24 |
| 2018-07-31 | Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum | bors | -8/+325 |
| 2018-07-31 | Allow borrow conflicts for promoted length 0 arrays | Matthew Jasper | -0/+23 |
| 2018-07-31 | NLL: On "cannot move out of type" error, print original source before rewrite. | Felix S. Klock II | -38/+75 |
| 2018-07-31 | tests/ui: Add missing mips{64} ignores | dragan.mladjenovic | -10/+14 |
| 2018-07-31 | Update the `.nll.stderr` files under new sorted-by-span scheme. | Felix S. Klock II | -72/+72 |
| 2018-07-31 | Update tests that use `-Z borrowck=compare` or `#[feature(nll)]` to accmmodat... | Felix S. Klock II | -25/+25 |
| 2018-07-31 | Blindly update the `#[rustc_region]` tests which got touched by the NLL diagn... | Felix S. Klock II | -254/+254 |
| 2018-07-31 | add regression test for #52057 | Niko Matsakis | -0/+35 |
| 2018-07-30 | Include lifetime in mutability suggestion in NLL messages | Esteban Küber | -10/+10 |
| 2018-07-30 | Fix wrong issue number in the test name | Mikhail Modin | -1/+1 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -0/+38 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -132/+0 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -13/+549 |
| 2018-07-29 | resolve: Modularize crate-local `#[macro_export] macro_rules` | Vadim Petrochenkov | -8/+325 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -46/+139 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -46/+139 |
| 2018-07-28 | Don't make "fake" match variables mutable | Matthew Jasper | -0/+9 |
| 2018-07-28 | Added test for #49579. | David Wood | -0/+27 |
| 2018-07-28 | Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis | bors | -0/+121 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -0/+46 |
| 2018-07-28 | Rollup merge of #52740 - estebank:crate-name, r=petrochenkov | kennytm | -0/+34 |
| 2018-07-28 | Rollup merge of #52702 - csmoe:mut_diff, r=estebank | kennytm | -0/+12 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -134/+272 |