| Age | Commit message (Expand) | Author | Lines |
| 2021-07-20 | Add long explanation for E0722 | Chris Midgley | -1/+2 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -4/+4 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -55/+18 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -16/+37 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -7/+7 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -12/+11 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -36/+0 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+50 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+50 |
| 2021-07-07 | Change linked tracking issue for more qualified paths | Ryan Levick | -3/+3 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -542/+777 |
| 2021-06-10 | Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov | bors | -0/+57 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -11/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+57 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -11/+1 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -0/+65 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+65 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -24/+0 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -28/+0 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -22/+22 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -47/+0 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+138 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -12/+133 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -5/+5 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -12/+133 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -59/+1 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -6/+10 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+108 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -6/+10 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -0/+18 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -0/+18 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -29/+0 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+21 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -49/+0 |
| 2021-04-27 | remove pat2021 | mark | -20/+0 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -0/+21 |
| 2021-04-25 | 'const fn' in trait are rejected in the AST, this feature gate check is a NOP | Ralf Jung | -54/+12 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -49/+0 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+17 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -4/+4 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -164/+0 |
| 2021-04-16 | Auto merge of #83416 - alexcrichton:const-thread-local, r=sfackler | bors | -0/+17 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -0/+17 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -74/+21 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -1/+1 |
| 2021-04-15 | stabilize :pat2015, leave :pat2021 gated | mark | -13/+4 |
| 2021-04-13 | Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu | bors | -2/+3 |
| 2021-04-13 | Check for asm support in UI tests that require it | Tomasz Miąsko | -2/+3 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -4/+4 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -75/+164 |