| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -0/+19 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -53/+0 |
| 2019-06-19 | Rollup merge of #61748 - estebank:transparent-span, r=Centril | Mazdak Farrokhzad | -9/+4 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -47/+0 |
| 2019-06-15 | type_alias_enum_variants: Remove feature gate test. | Mazdak Farrokhzad | -53/+0 |
| 2019-06-14 | Tweak transparent enums and unions diagnostic spans | Esteban Küber | -9/+4 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -0/+42 |
| 2019-06-10 | Stabilize underscore_const_names. | Mazdak Farrokhzad | -47/+0 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -22/+0 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -34/+48 |
| 2019-06-05 | Added test suite. | Alexander Regueiro | -0/+203 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -10/+10 |
| 2019-05-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -22/+0 |
| 2019-05-22 | Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelix | Mazdak Farrokhzad | -0/+1 |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -1/+11 |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -0/+1 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -14/+10 |
| 2019-04-23 | Update ui tests | varkor | -1/+1 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -1/+0 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -6/+0 |
| 2019-04-22 | Remove leading newlines | varkor | -2/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -6/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -18/+38 |
| 2019-04-20 | Update error message in test | varkor | -2/+1 |
| 2019-04-20 | Check async in trait methods | varkor | -5/+26 |
| 2019-04-20 | Add test for async fn methods feature gating | varkor | -4/+19 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -12/+10 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -241/+241 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -270/+511 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -231/+231 |
| 2019-03-05 | Update test fallout | varkor | -16/+2 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -0/+4 |
| 2019-02-27 | Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -6/+13 |
| 2019-02-26 | Add tracking issue for the unwind attribute. | Mark Rousskov | -1/+1 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -27/+0 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -6/+13 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+18 |
| 2019-02-16 | Don't abort early when collecting const generics | varkor | -1/+8 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -9/+9 |
| 2019-02-07 | Add const generics feature gate test | varkor | -0/+31 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -0/+21 |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -0/+21 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -1/+1 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -0/+21 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+21 |
| 2019-01-29 | Fix tests | John Kåre Alsaker | -10/+3 |
| 2019-01-26 | Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril | Mazdak Farrokhzad | -14/+0 |
| 2019-01-17 | Correct error location indicated by comments | Kevin Leimkuhler | -4/+4 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -14/+4 |