| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -12/+12 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -8/+8 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -318/+318 |
| 2019-07-08 | Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -2/+2 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -0/+24 |
| 2019-07-07 | normalize use of backticks in compiler messages for librustc_typecheck | Samy Kacimi | -2/+2 |
| 2019-07-07 | Address review comments + Fix rebase | Vadim Petrochenkov | -1/+13 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -12/+12 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -7/+72 |
| 2019-07-05 | Rollup merge of #62292 - Centril:split-async-closures, r=cramertj | Mazdak Farrokhzad | -11/+1 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-03 | Adjust tests wrt. 'async_closure' feature gate. | Mazdak Farrokhzad | -11/+1 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -6/+6 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 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-30 | Switch tracking issue for 'slice_patterns'. | Mazdak Farrokhzad | -6/+6 |
| 2019-06-30 | Feature gate `rustc` attributes harder | Vadim Petrochenkov | -3/+68 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -6/+6 |
| 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 |