| Age | Commit message (Expand) | Author | Lines |
| 2021-05-29 | BPF: fix #[target_feature(enable = "alu32")] | Alessandro Decina | -0/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -3/+2 |
| 2021-05-24 | remove native_link_modifiers from the list of incomplete features. | 12101111 | -5/+0 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -3/+2 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -3/+2 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -1/+0 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -3/+2 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+4 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -1/+1 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+4 |
| 2021-05-16 | Remove remains of rustc_dirty. | Camille GILLOT | -4/+0 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -0/+3 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+2 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+1 |
| 2021-05-13 | completion uwu | Ellen | -1/+0 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+1 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -1/+0 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -3/+3 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -7/+1 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+20 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -7/+1 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -0/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -0/+3 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -3/+0 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+11 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -3/+2 |
| 2021-04-27 | remove pat2021 | mark | -3/+0 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -1/+11 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+1 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -0/+4 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+5 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -0/+6 |
| 2021-04-23 | Add pub_macro_rules to the list of removed features | Santiago Pastorino | -0/+2 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -3/+0 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -0/+4 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+7 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -3/+3 |
| 2021-04-19 | add gate tests and pacify tidy | Ralf Jung | -6/+6 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -3/+2 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -0/+3 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+3 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+5 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -3/+6 |
| 2021-04-15 | stabilize :pat2015, leave :pat2021 gated | mark | -1/+1 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -3/+3 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+3 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -3/+2 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+3 |