| Age | Commit message (Expand) | Author | Lines |
| 2018-05-29 | Tests illustrating the bug fixes for #27282 and #24535. | Felix S. Klock II | -0/+68 |
| 2018-05-30 | Pass a `Layout` to `oom` | Mike Hommey | -7/+7 |
| 2018-05-28 | Auto merge of #50521 - gnzlbg:simd_float, r=alexcrichton | bors | -0/+301 |
| 2018-05-25 | Don't use a char that's already used within the expr | Jaro Fietz | -1/+1 |
| 2018-05-25 | Call it | Jaro Fietz | -0/+1 |
| 2018-05-25 | What does an expression look like, that consists only of special characters? | Jaro Fietz | -0/+6 |
| 2018-05-24 | add comment explaining ignore android | gnzlbg | -0/+4 |
| 2018-05-24 | just ignore android | gnzlbg | -1/+1 |
| 2018-05-24 | ignore arm-android | gnzlbg | -0/+1 |
| 2018-05-24 | refactor | gnzlbg | -1/+0 |
| 2018-05-24 | add gather/scatter tests for pointers of pointers | gnzlbg | -0/+71 |
| 2018-05-24 | add gather/scatter run-time test | gnzlbg | -0/+80 |
| 2018-05-24 | add run-time test and missing codegen test | gnzlbg | -0/+90 |
| 2018-05-24 | move simd-minmax-test to run-pass; require llvm 7 | gnzlbg | -0/+56 |
| 2018-05-22 | Fix a typo in a comment | Oliver Schneider | -1/+1 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -1/+1 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -0/+118 |
| 2018-05-21 | Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obk | bors | -0/+65 |
| 2018-05-21 | Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddyb | bors | -0/+3 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -0/+17 |
| 2018-05-20 | Auto merge of #50234 - cramertj:extend, r=alexcrichton | bors | -0/+20 |
| 2018-05-20 | Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichton | bors | -0/+38 |
| 2018-05-20 | resolve: Don't add unnecessary import candidates for `prefix::{self}` imports | Vadim Petrochenkov | -0/+38 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -0/+17 |
| 2018-05-19 | Release mode overflows should not cause const eval to error | Oliver Schneider | -0/+18 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -0/+56 |
| 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 | Find the largest niche when computing layouts | Anthony Ramine | -0/+3 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -0/+248 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -31/+0 |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -158/+0 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -10/+10 |
| 2018-05-17 | Add tests | Vadim Petrochenkov | -0/+406 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -94/+0 |
| 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 | Rename trans to codegen everywhere. | Irina Popa | -25/+25 |
| 2018-05-17 | Make sure the float comparison output is consistent with the expected | kennytm | -0/+65 |
| 2018-05-17 | Auto merge of #50807 - kennytm:rollup, r=kennytm | bors | -6/+15 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -6/+2 |
| 2018-05-17 | Rollup merge of #50793 - jrlusby:master, r=petrochenkov | kennytm | -0/+123 |
| 2018-05-16 | Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obk | bors | -0/+21 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -3/+0 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -4/+3 |
| 2018-05-16 | Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakis | kennytm | -0/+13 |
| 2018-05-16 | rustc_mir: allow promotion of promotable temps indexed at runtime. | Eduard-Mihai Burtescu | -1/+27 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -0/+2 |
| 2018-05-16 | Add a file with test cases | est31 | -0/+121 |
| 2018-05-16 | rustc_mir: also promote interior borrows, not just whole temps. | Eduard-Mihai Burtescu | -0/+30 |