| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichton | bors | -13/+13 |
| 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 | -13/+12 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -16/+176 |
| 2018-05-17 | Auto merge of #50807 - kennytm:rollup, r=kennytm | bors | -9/+197 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -7/+2 |
| 2018-05-17 | Rollup merge of #50793 - jrlusby:master, r=petrochenkov | kennytm | -1/+322 |
| 2018-05-17 | Rollup merge of #50788 - varkor:missing-const-cast, r=cramertj | kennytm | -0/+30 |
| 2018-05-17 | Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichton | kennytm | -1/+1 |
| 2018-05-17 | Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f... | kennytm | -0/+88 |
| 2018-05-17 | Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez | kennytm | -1/+13 |
| 2018-05-16 | Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obk | bors | -0/+21 |
| 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 | Stabilize num::NonZeroU* | Simon Sapin | -4/+0 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -4/+3 |
| 2018-05-16 | Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomez | kennytm | -0/+26 |
| 2018-05-16 | Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakis | kennytm | -0/+37 |
| 2018-05-16 | Auto merge of #50045 - est31:label_break_value, r=eddyb | bors | -1/+322 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -10/+44 |
| 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 | -0/+64 |
| 2018-05-16 | Add E0695 for unlabeled breaks | est31 | -0/+42 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -1/+1 |
| 2018-05-16 | Add a file with test cases | est31 | -0/+121 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -55/+324 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -5/+916 |
| 2018-05-16 | Fix rustdoc panic with `impl Trait` in type parameters | Shotaro Yamada | -1/+13 |
| 2018-05-16 | Fix an ICE when casting a nonexistent const | varkor | -0/+30 |
| 2018-05-15 | Fix run-make wasm tests | Eric Huss | -1/+1 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -2/+2 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -43/+36 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -0/+129 |
| 2018-05-15 | proc_macro: Validate inputs to `Punct::new` and `Ident::new` | Vadim Petrochenkov | -0/+147 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -18/+18 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -16/+176 |
| 2018-05-15 | Update bad-annotation error message | varkor | -2/+2 |
| 2018-05-15 | Auto merge of #50769 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+96 |
| 2018-05-15 | Add missing error codes in libsyntax-ext asm | Guillaume Gomez | -0/+88 |
| 2018-05-15 | Rollup merge of #50712 - leodasvacas:improve-eager-resolution-error-message, ... | Guillaume Gomez | -0/+52 |
| 2018-05-15 | Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavus | Guillaume Gomez | -0/+44 |
| 2018-05-15 | Update existing tests for trivial bounds changes | Matthew Jasper | -5/+6 |
| 2018-05-15 | Add tests for trivial bounds | Matthew Jasper | -0/+587 |
| 2018-05-15 | Add trivial bounds lint | Matthew Jasper | -0/+118 |
| 2018-05-15 | Feature gate trivial bounds | Matthew Jasper | -0/+205 |
| 2018-05-15 | Auto merge of #50351 - varkor:vestigial-never-conversion, r=nikomatsakis | bors | -3/+2 |
| 2018-05-15 | Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27 | bors | -0/+21 |
| 2018-05-15 | Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth | bors | -30/+0 |
| 2018-05-14 | Auto merge of #50693 - dlrobertson:fix_50493, r=petrochenkov | bors | -0/+59 |
| 2018-05-14 | drop unnecessary "warning" from warning text | QuietMisdreavus | -2/+2 |