| Age | Commit message (Expand) | Author | Lines |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -0/+2 |
| 2023-07-07 | Remove unused from_method symbol | Santiago Pastorino | -1/+0 |
| 2023-07-04 | Add feature and attribute definition | Deadbeef | -0/+3 |
| 2023-07-03 | Add diagnostic items for `<*mut _>::is_null` and `<*const _>::is_null` | Urgau | -0/+2 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+1 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -0/+1 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+1 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+1 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -1/+1 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+1 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+1 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -1/+0 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -1/+0 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+1 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -0/+1 |
| 2023-06-09 | Add diagnostic items for `f32::NAN` and `f64::NAN` | Urgau | -0/+2 |
| 2023-05-31 | Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` | Urgau | -0/+2 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-17 | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplett | Dylan DPC | -0/+1 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -0/+1 |
| 2023-05-16 | add `UnsafeCell::from_mut` | JoJoJet | -0/+1 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -0/+1 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+2 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -0/+1 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+2 |
| 2023-05-06 | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-05-06 | More robust debug assertions for `Instance::resolve` on built-in traits with ... | Michael Goulet | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -0/+1 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -0/+1 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+4 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+4 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+1 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+1 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -0/+1 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -0/+1 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+1 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -0/+1 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -2/+1 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+1 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+1 |
| 2023-04-25 | Add deny lint to prevent untranslatable diagnostics using static strings | clubby789 | -0/+1 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -2/+1 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -0/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+1 |
| 2023-04-18 | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | -0/+1 |