| Age | Commit message (Expand) | Author | Lines |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+18 |
| 2019-10-06 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -11/+23 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -2/+19 |
| 2019-09-30 | Stabilize macros in `extern` blocks | Vadim Petrochenkov | -57/+0 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -2/+3 |
| 2019-09-27 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -26/+8 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -2/+2 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -62/+62 |
| 2019-09-14 | Rollup merge of #64462 - petrochenkov:remattr, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2019-09-14 | feature_gate: Merge various attribute gating functions | Vadim Petrochenkov | -8/+8 |
| 2019-09-14 | Ban non-extern rust intrinsics | Mark Rousskov | -81/+125 |
| 2019-09-09 | Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkov | Mazdak Farrokhzad | -136/+84 |
| 2019-09-09 | Resolve attributes in several places | Caio | -136/+84 |
| 2019-09-08 | Rollup merge of #64263 - crlf0710:improve_wording, r=petrochenkov | Mazdak Farrokhzad | -7/+7 |
| 2019-09-08 | Improve wording. | Charles Lew | -7/+7 |
| 2019-09-08 | Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper | Mazdak Farrokhzad | -0/+17 |
| 2019-09-07 | Turn `soft_unstable` into a future-compatibility lint | Vadim Petrochenkov | -0/+3 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -0/+14 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -33/+0 |
| 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 |