| Age | Commit message (Expand) | Author | Lines |
| 2021-08-21 | Address review comments | Aaron Hill | -634/+353 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -135/+88 |
| 2021-08-17 | Add needs-asm-support to more tests | Josh Stone | -1/+3 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -3/+3 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -4/+8 |
| 2021-08-12 | Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl... | hyd-dev | -184/+234 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -346/+199 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -29/+29 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -346/+199 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -13/+18 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -13/+18 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -31/+0 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -2/+2 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -31/+0 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -1/+7 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -2/+2 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -0/+25 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -182/+4 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -0/+20 |
| 2021-07-27 | Update tests | Jacob Pratt | -277/+0 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -0/+20 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+25 |
| 2021-07-27 | Remove min_type_alias_impl_trait feature | Santiago Pastorino | -168/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -25/+15 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+25 |
| 2021-07-25 | Bless tests. | Camille GILLOT | -6/+6 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -4/+4 |
| 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 |