| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -33/+0 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -64/+0 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -10/+0 |
| 2019-01-05 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -1/+0 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -1/+0 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -7/+34 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -47/+41 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -0/+74 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -0/+88 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -1/+1 |