| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -22/+11 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -59/+111 |
| 2018-05-17 | Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichton | bors | -390/+473 |
| 2018-05-16 | Fix running multiple targets. | Eric Huss | -3/+4 |
| 2018-05-16 | Fix update-references for tests within subdirectories. | Eric Huss | -3/+4 |
| 2018-05-16 | compiletest: Run revisions as independent tests. | Eric Huss | -168/+234 |
| 2018-05-16 | compiletest: rustfmt | Eric Huss | -232/+247 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -47/+287 |
| 2018-05-17 | Auto merge of #50807 - kennytm:rollup, r=kennytm | bors | -360/+588 |
| 2018-05-16 | Auto merge of #50696 - ehuss:cargo-update, r=alexcrichton | bors | -4/+4 |
| 2018-05-17 | Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton | kennytm | -0/+95 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -150/+18 |
| 2018-05-17 | Rollup merge of #50793 - jrlusby:master, r=petrochenkov | kennytm | -77/+550 |
| 2018-05-17 | Rollup merge of #50797 - shamiao:patch-1, r=kennytm | kennytm | -1/+1 |
| 2018-05-17 | Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichton | kennytm | -1/+9 |
| 2018-05-17 | Rollup merge of #50788 - varkor:missing-const-cast, r=cramertj | kennytm | -1/+31 |
| 2018-05-17 | Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichton | kennytm | -6/+6 |
| 2018-05-17 | Rollup merge of #50779 - nox:untracked-options, r=rkruppe | kennytm | -2/+2 |
| 2018-05-17 | Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f... | kennytm | -3/+146 |
| 2018-05-17 | Rollup merge of #50740 - nnethercote:rm-LazyBTreeMap, r=cramertj | kennytm | -123/+12 |
| 2018-05-17 | Rollup merge of #50736 - udoprog:env-try-op, r=shepmaster | kennytm | -12/+21 |
| 2018-05-17 | Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez | kennytm | -7/+42 |
| 2018-05-17 | Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichton | kennytm | -18/+19 |
| 2018-05-16 | Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obk | bors | -56/+88 |
| 2018-05-16 | Remove empty file introduced by rebase | Jane Lusby | -0/+0 |
| 2018-05-16 | Remove empty files | Jane Lusby | -0/+0 |
| 2018-05-16 | tidy: Add a check for empty UI test files | Jane Lusby | -23/+40 |
| 2018-05-16 | Auto merge of #49479 - nox:merge-funcs, r=nagisa | bors | -2/+3 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -21/+8 |
| 2018-05-16 | Remove unstable deprecated num::NonZeroI* types | Simon Sapin | -21/+2 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -110/+10 |
| 2018-05-16 | Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomez | kennytm | -2/+58 |
| 2018-05-16 | Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakis | kennytm | -7/+44 |
| 2018-05-16 | Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisa | kennytm | -4/+44 |
| 2018-05-16 | Auto merge of #50045 - est31:label_break_value, r=eddyb | bors | -54/+510 |
| 2018-05-16 | Update Cargo | Eric Huss | -4/+4 |
| 2018-05-16 | Address review comments | est31 | -12/+12 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -10/+54 |
| 2018-05-16 | Test that label break value only works on actual blocks | est31 | -0/+60 |
| 2018-05-16 | Add E0696 for continue pointing to a labeled block | est31 | -2/+81 |
| 2018-05-16 | Extend error E0695 to unlabeled continue statements | est31 | -9/+17 |
| 2018-05-16 | Add E0695 for unlabeled breaks | est31 | -0/+87 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -13/+32 |
| 2018-05-16 | Add a file with test cases | est31 | -0/+121 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -39/+77 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -210/+595 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -65/+1084 |
| 2018-05-16 | Auto merge of #50795 - nrc:update, r=oli-obk | bors | -121/+69 |
| 2018-05-16 | fix a typo in signed-integer::from_str_radix() | SHA Miao | -1/+1 |
| 2018-05-16 | Auto merge of #50750 - est31:master, r=eddyb | bors | -127/+48 |