| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | Improved test output for estr-slice | sntdevco | -4/+4 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -49/+56 |
| 2019-03-13 | Fix generic argument lookup for Self | Angelos Oikonomopoulos | -0/+9 |
| 2019-03-13 | Add test for #55809. | David Wood | -0/+30 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -0/+32 |
| 2019-03-08 | Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkov | Pietro Albini | -0/+28 |
| 2019-03-08 | Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichton | Pietro Albini | -0/+17 |
| 2019-03-08 | Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc | Pietro Albini | -0/+27 |
| 2019-03-08 | Rollup merge of #58369 - nox:sync-hash-map-entry, r=Amanieu | Pietro Albini | -0/+1 |
| 2019-03-06 | Desugared asyncs into generators and minimised. | Giles Cope | -12/+13 |
| 2019-03-05 | Removed whitespace | Giles Cope | -1/+1 |
| 2019-03-05 | Unrolled await macro. | Giles Cope | -6/+6 |
| 2019-03-04 | Regression test added for an async ICE. | Giles Cope | -0/+27 |
| 2019-03-04 | Regression test for #58435. | Felix S. Klock II | -0/+17 |
| 2019-03-04 | Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219) | Anthony Ramine | -0/+1 |
| 2019-03-04 | Monomorphize generator field types for debuginfo | Wim Looman | -0/+27 |
| 2019-02-28 | Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` const | Tim | -0/+32 |
| 2019-02-26 | Normalize the type Self resolves to in an impl | Angelos Oikonomopoulos | -0/+13 |
| 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 |