| Age | Commit message (Expand) | Author | Lines |
| 2018-05-20 | Issue #50636: Improve error diagnostic with missing commas after struct fields. | Simon Martin | -0/+31 |
| 2018-05-19 | Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichton | bors | -6/+4 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -57/+0 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -3/+64 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -16/+0 |
| 2018-05-18 | Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelix | bors | -0/+25 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -57/+94 |
| 2018-05-18 | Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus | bors | -0/+17 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -0/+668 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -11/+104 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -50/+117 |
| 2018-05-17 | Emit noalias on &mut parameters by default | Nikita Popov | -6/+4 |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -438/+24 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -22/+24 |
| 2018-05-17 | Add tests | Vadim Petrochenkov | -0/+1080 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -94/+0 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -7/+53 |
| 2018-05-17 | Rollup merge of #50610 - estebank:fmt-str, r=Kimundi | Mark Simulacrum | -4/+51 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -2/+80 |
| 2018-05-17 | Use EverInit instead of MaybeInit to determine initialization | Keith Yeung | -0/+25 |
| 2018-05-17 | Revert "Add a test for issue 36710." | Alex Crichton | -57/+0 |
| 2018-05-17 | Update docs and diagnostics | Oliver Schneider | -7/+3 |
| 2018-05-17 | `bless` also produces `.nll` files now | Oliver Schneider | -0/+50 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -438/+436 |
| 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 | rustc_mir: allow promotion of promotable temps indexed at runtime. | Eduard-Mihai Burtescu | -2/+29 |
| 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 |