| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature attri... | Patrick McCarter | -0/+2 |
| 2019-02-06 | Change RawWaker constructor to const fn | Matthias Einwag | -8/+2 |
| 2019-02-06 | fix saturating_sub() underflow for unsigned ints #58030 | Patrick McCarter | -0/+4 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -1/+15 |
| 2019-02-05 | Move ArcWake in common test file. | Matthias Einwag | -110/+73 |
| 2019-02-05 | fix test case | Ralf Jung | -3/+3 |
| 2019-02-05 | Allow const assignment for int saturating_add() calls for #58030 | Patrick McCarter | -0/+13 |
| 2019-02-03 | Fix test | Matthias Einwag | -1/+1 |
| 2019-02-03 | Apply review suggestions and fix tests | Matthias Einwag | -42/+130 |
| 2019-02-02 | rustfmt the test | Ralf Jung | -30/+62 |
| 2019-02-01 | fix the build errors | Lokathor | -3/+6 |
| 2019-02-01 | const-int-wrapping.rs += wrapping_neg | Lokathor | -2/+5 |
| 2019-02-01 | const-int-overflowing.rs += overflowing_neg | Lokathor | -0/+6 |
| 2019-02-01 | update test | Ralf Jung | -13/+13 |
| 2019-01-31 | Add more tests for #[repr(align(x))] on enums | Niklas Fiekas | -4/+42 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+17 |
| 2019-01-29 | avoid committing to autoderef in object method probing | Ariel Ben-Yehuda | -0/+59 |
| 2019-01-27 | Mark non-static generators as always Unpin | Wim Looman | -1/+19 |
| 2019-01-27 | impl Generator for Pin<Box<Generator>> | Wim Looman | -0/+13 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -51/+66 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -29/+27 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -29/+27 |
| 2019-01-26 | Rollup merge of #57827 - parched:ignore, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-01-24 | Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppe | bors | -0/+61 |
| 2019-01-22 | Add intrinsic to create an integer bitmask from the MSB of integer vectors | gnzlbg | -0/+61 |
| 2019-01-22 | Ignore aarch64 in simd-intrinsic-generic-reduction | James Duley | -0/+1 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -0/+37 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -1/+1 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -24/+0 |
| 2019-01-15 | Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj | Mazdak Farrokhzad | -0/+68 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -28/+0 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -24/+0 |
| 2019-01-14 | Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple... | Mazdak Farrokhzad | -2/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -2/+0 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -107/+0 |
| 2019-01-13 | Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg | bors | -2/+0 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -28/+0 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -2/+0 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -2/+0 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -24/+13 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -24/+13 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -63/+8 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -54/+0 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -9/+8 |
| 2019-01-12 | Auto merge of #57532 - Centril:stabilize-2175, r=varkor | bors | -1/+12 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -54/+0 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -120/+113 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -1/+12 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -4/+7 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -6/+2 |