| Age | Commit message (Expand) | Author | Lines |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -56/+72 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+16 |
| 2023-10-09 | Account for macros | Esteban Küber | -1/+1 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -8/+59 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+16 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -2/+2 |
| 2023-10-04 | Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-... | bors | -34/+39 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -2/+2 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -6/+1 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -12/+2 |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -18/+19 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -26/+7 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -4/+4 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -0/+39 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -4/+4 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -0/+39 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -1/+4 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -2/+10 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+43 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 |
| 2023-09-20 | fix bugs with effects fallback | Deadbeef | -2/+10 |
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -3/+43 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -1/+24 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+3 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -35/+29 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -1/+24 |
| 2023-09-12 | Fix formatting | Chinedu Francis Nwafili | -12/+8 |
| 2023-09-12 | Tests passing | Chinedu Francis Nwafili | -14/+20 |
| 2023-09-12 | cleanup on messages | yukang | -4/+0 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+3 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -0/+4 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -3/+8 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -41/+18 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -27/+47 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -35/+29 |
| 2023-09-08 | turns out Layout has some more things to worry about -- move ABI comparison i... | Ralf Jung | -17/+3 |
| 2023-09-08 | also ensure that size and alignment are the same | Ralf Jung | -3/+7 |
| 2023-09-08 | accept some differences for rustc_abi(assert_eq), so that we can test more th... | Ralf Jung | -3/+1 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -2/+89 |
| 2023-09-06 | rustc_layout/abi: error when attribute is applied to the wrong thing | Ralf Jung | -45/+76 |
| 2023-09-06 | rustc_abi: also support debugging function pointers | Ralf Jung | -38/+88 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -9/+116 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -1/+2 |
| 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 | Contents of reachable statics is reachable | Tomasz Miąsko | -7/+3 |
| 2023-08-20 | Clarify that `Rust` is default repr | Catherine Flores | -1/+1 |
| 2023-08-19 | remove redundant var rebindings | Matthias Krüger | -2/+0 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-15 | Misc progress | Chinedu Francis Nwafili | -15/+25 |