| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+3 |
| 2019-02-07 | Add const_generics feature flag | varkor | -2/+13 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -0/+14 |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -13/+15 |
| 2019-02-02 | fix stabilization order of uniform_paths. | Mazdak Farrokhzad | -2/+2 |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -0/+1 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+14 |
| 2019-01-26 | Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+9 |
| 2019-01-25 | Resolve breakage | Simonas Kazlauskas | -1/+1 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -0/+7 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+9 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+1 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -143/+242 |
| 2019-01-14 | stabilize extern_crate_self | Ryan Leckey | -3/+2 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -24/+5 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -4/+2 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -24/+5 |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -4/+11 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -143/+235 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -1/+1 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -3/+2 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -3/+2 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -6/+6 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-01-12 | move const_let accepted gate to avoid future conflict. | Mazdak Farrokhzad | -2/+2 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -3/+2 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -9/+2 |
| 2019-01-09 | Clarify const_let comment | Oliver Scherer | -1/+3 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -3/+2 |
| 2019-01-08 | remove unwanted stage0 line, fix style | dylan_DPC | -1/+1 |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -3/+2 |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -1/+0 |
| 2019-01-03 | Implement the re-rebalance coherence rfc | Georg Semmler | -0/+3 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -1/+4 |
| 2018-12-29 | Rollup merge of #57159 - ids1024:closed-issue, r=Centril | kennytm | -1/+1 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -1/+1 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -10/+9 |
| 2018-12-26 | Implemented variants on type aliases in both ctor and pattern position. | Alexander Regueiro | -1/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -3/+2 |
| 2018-12-23 | Rollup merge of #57052 - Centril:fix-eip-stable-version, r=varkor | kennytm | -3/+3 |
| 2018-12-21 | exhaustive_integer_patterns slipped 1.32; stabilized in 1.33. | Mazdak Farrokhzad | -2/+2 |
| 2018-12-21 | macro_literal_matcher was stabilized in 1.32; not 1.32. | Mazdak Farrokhzad | -1/+1 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -10/+2 |
| 2018-12-19 | Rollup merge of #56908 - alexcrichton:new-features, r=oli-obk | Pietro Albini | -0/+2 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -21/+2 |
| 2018-12-17 | rustc: Don't ICE on usage of two new target features | Alex Crichton | -0/+2 |
| 2018-12-07 | Fixed incorrect reference to issue #23121. | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -144/+144 |