| Age | Commit message (Expand) | Author | Lines |
| 2019-08-23 | `--bless` some tests due to message format change. | Mazdak Farrokhzad | -14/+14 |
| 2019-08-20 | Remove async_await feature gate tests. | Mazdak Farrokhzad | -103/+0 |
| 2019-08-16 | Feature gate 'yield ?' pre-expansion. | Mazdak Farrokhzad | -1/+25 |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -6/+6 |
| 2019-08-05 | Don't recommend `extern crate` syntax | Kornel | -3/+3 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -4/+4 |
| 2019-08-02 | Switch existential_type to type_alias_impl_trait | varkor | -38/+36 |
| 2019-07-29 | Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -13/+6 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -13/+6 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -18/+18 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -3/+3 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -2/+5 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -1/+5 |
| 2019-07-25 | Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasper | Mazdak Farrokhzad | -2/+3 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -11/+11 |
| 2019-07-22 | Ignore feature-gate-nll.rs in Polonius compare mode | lqd | -2/+3 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc/hir | Samy Kacimi | -5/+5 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -91/+43 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -0/+24 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -1/+1 |
| 2019-07-18 | Rollup merge of #62712 - limira:self-type-help, r=estebank | Mark Rousskov | -6/+6 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -91/+43 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-16 | Update the help message on error for self type | Limira | -6/+6 |
| 2019-07-13 | review comments | Esteban Küber | -14/+14 |
| 2019-07-13 | Tweak wording in feature gate errors | Esteban Küber | -50/+50 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -75/+0 |
| 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 |