| Age | Commit message (Expand) | Author | Lines |
| 2019-04-02 | Permit unwinding through FFI by default | Mark Rousskov | -0/+2 |
| 2019-02-25 | Auto merge of #57367 - petrochenkov:unrestab, r=Centril | bors | -2/+0 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -4/+3 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -2/+0 |
| 2019-02-25 | Test that binop subtyping in rustc_typeck fixes #27949 | Jamie Turner | -0/+41 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -0/+92 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -83/+115 |
| 2019-02-20 | Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton | kennytm | -0/+12 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -2/+1 |
| 2019-02-13 | Use convert::Infallible instead of never in the blanket TryFrom impl | Simon Sapin | -2/+2 |
| 2019-02-12 | Merging master | Matthias Einwag | -21/+166 |
| 2019-02-12 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -3/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -7/+7 |
| 2019-02-12 | Stabilize str::escape_* methods | Simon Sapin | -3/+0 |
| 2019-02-12 | Auto merge of #58246 - pmccarter:master, r=oli-obk | bors | -0/+34 |
| 2019-02-11 | rename variable and add test directive for #58030 | Patrick McCarter | -0/+1 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -7/+7 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -3/+3 |
| 2019-02-09 | Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakis | bors | -0/+59 |
| 2019-02-08 | Remove trailing white-space | gnzlbg | -1/+1 |
| 2019-02-08 | simd-saturating-arith test requires LLVM >= 8.0 | gnzlbg | -3/+3 |
| 2019-02-08 | Add simd_saturating_{add,sub} intrinsics | gnzlbg | -0/+92 |
| 2019-02-07 | fix existing tests | mark | -8/+8 |
| 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 |