| Age | Commit message (Expand) | Author | Lines |
| 2021-07-19 | Improve impl_trait_in_bindings removed feature text | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -3/+4 |
| 2021-07-16 | Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomez | bors | -1/+1 |
| 2021-07-16 | Make GATs no longer incomplete | Jack Huey | -1/+1 |
| 2021-07-16 | Mark `const_trait_impl` as active | Deadbeef | -1/+1 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -1/+5 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+4 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+6 |
| 2021-07-10 | Applied suggestions | Deadbeef | -5/+6 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -0/+5 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -3/+4 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+4 |
| 2021-07-07 | Change linked tracking issue for more qualified paths | Ryan Levick | -1/+1 |
| 2021-06-28 | Panic on trying to find non-feature incompleteness | Smitty | -1/+4 |
| 2021-06-28 | Make incomplete features part of delcaration | Smitty | -44/+38 |
| 2021-06-28 | Don't make `rustc_insignificant_dtor` feature gate | Smitty | -1/+0 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+3 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+1 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -3/+4 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -4/+0 |
| 2021-05-30 | BPF: review fixes | Alessandro Decina | -1/+1 |
| 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 |