| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -3/+26 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -1/+1 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+35 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -14/+4 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -3/+3 |
| 2019-01-14 | stabilize extern_crate_self | Ryan Leckey | -14/+0 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -16/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -46/+0 |
| 2019-01-13 | Removed more copyright notices. | Alexander Regueiro | -14/+4 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -16/+0 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -3/+3 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -4/+4 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -69/+0 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -69/+0 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -132/+1 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -17/+0 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -17/+0 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -31/+0 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -115/+1 |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -46/+0 |
| 2019-01-06 | Fix CI failures | Vadim Petrochenkov | -63/+64 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -90/+189 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -4/+4 |
| 2019-01-03 | Fix typo | Georg Semmler | -1/+1 |
| 2019-01-03 | Update some new tests to changed error messages | Georg Semmler | -1/+1 |
| 2019-01-03 | Fix failing compile tests | Georg Semmler | -1/+1 |
| 2019-01-03 | Add some tests | Georg Semmler | -0/+47 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -4/+4 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -0/+63 |
| 2018-12-29 | Rollup merge of #57159 - ids1024:closed-issue, r=Centril | kennytm | -13/+13 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -13/+13 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -22/+22 |