| Age | Commit message (Expand) | Author | Lines |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -2/+2 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -2/+2 |
| 2023-09-27 | Auto merge of #116093 - RalfJung:link_llvm_intrinsics, r=oli-obk | bors | -3/+3 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -1/+4 |
| 2023-09-23 | also make platform_intrinsics internal | Ralf Jung | -2/+2 |
| 2023-09-23 | make link_llvm_intrinsics feature internal | Ralf Jung | -1/+1 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -1/+1 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+2 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+4 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+2 |
| 2023-09-14 | Fix the error message for `#![feature(no_coverage)]` | Zalathar | -2/+2 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -1/+1 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -0/+4 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -2/+2 |
| 2023-09-08 | Add `no_coverage` to the 'removed features' list | Andy Caldwell | -1/+4 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -4/+4 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -2/+2 |
| 2023-09-01 | fix version for abi_thiscall to 1.73.0, which was forgotten to change when st... | klensy | -1/+1 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+1 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -0/+1 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+2 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+2 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -6/+6 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+3 |
| 2023-08-15 | stabilize combining +bundle and +whole-archive link modifiers | Be Wilson | -2/+2 |
| 2023-08-15 | Update compiler/rustc_feature/src/active.rs | Dirreck | -1/+1 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -0/+1 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -2/+2 |
| 2023-08-06 | Issue numbers are enforced on active features; remove FIXME | Martin Nordholts | -2/+0 |
| 2023-08-05 | Add #[rustc_never_returns_null_ptr] | est31 | -0/+4 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -0/+2 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -25/+51 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -0/+2 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -1/+1 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+2 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -0/+2 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 2023-07-04 | Add feature and attribute definition | Deadbeef | -0/+8 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+2 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -0/+2 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -0/+2 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+2 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -6/+5 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -1/+1 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+5 |