| Age | Commit message (Expand) | Author | Lines |
| 2024-06-09 | Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -12/+87 |
| 2024-06-09 | Auto merge of #126163 - RalfJung:simd-packed, r=calebzulawski,workingjubilee | bors | -4/+6 |
| 2024-06-09 | Auto merge of #126150 - RalfJung:offset_of_slice, r=compiler-errors | bors | -45/+114 |
| 2024-06-08 | simd packed types: update outdated check, extend codegen test | Ralf Jung | -4/+6 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -45/+114 |
| 2024-06-08 | add missing Scalar::from_i128 | Ralf Jung | -0/+5 |
| 2024-06-08 | Rollup merge of #126065 - bvanjoi:fix-124490, r=petrochenkov | León Orell Valerian Liehr | -5/+5 |
| 2024-06-07 | Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-06-07 | Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2024-06-07 | Rollup merge of #126052 - nnethercote:rustc_parse-more-cleanups, r=spastorino | Matthias Krüger | -72/+67 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -28/+93 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -33/+233 |
| 2024-06-07 | mark binding undetermined if target name exist and not obtained | bohan | -5/+5 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -141/+160 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -123/+160 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -22/+4 |
| 2024-06-07 | Auto merge of #126108 - workingjubilee:rollup-g7m92b6, r=workingjubilee | bors | -1138/+1395 |
| 2024-06-06 | Rollup merge of #126103 - veera-sivarajan:improve-docs-hir-impl, r=fmease | Jubilee | -1/+7 |
| 2024-06-06 | Rollup merge of #126101 - lqd:revert-124099, r=wesleywiser | Jubilee | -30/+13 |
| 2024-06-06 | Rollup merge of #126099 - Nilstrieb:crate-loader-cleanups, r=jieyouxu | Jubilee | -38/+29 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -6/+15 |
| 2024-06-06 | Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnr | Jubilee | -1063/+1331 |
| 2024-06-07 | Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obk | bors | -77/+77 |
| 2024-06-06 | Handle safe case | carbotaniuman | -0/+1 |
| 2024-06-06 | Fix ordering | carbotaniuman | -2/+2 |
| 2024-06-06 | Remove extraneous attribute | carbotaniuman | -1/+0 |
| 2024-06-06 | Add unsafe to `ffi_pure` and `ffi_const` | carbotaniuman | -2/+2 |
| 2024-06-06 | Fix formatting | carbotaniuman | -6/+24 |
| 2024-06-06 | Change comment to FIXME | carbotaniuman | -1/+3 |
| 2024-06-06 | Fix build | carbotaniuman | -27/+27 |
| 2024-06-06 | Fix doc comment | carbotaniuman | -1/+2 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -4/+41 |
| 2024-06-06 | Reorder `unsafe` macro cases | carbotaniuman | -12/+12 |
| 2024-06-06 | Disallow unsafe in derive | carbotaniuman | -2/+23 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -26/+147 |
| 2024-06-06 | Improve Docs for `hir::Impl` and `hir::ImplItem` | Veera | -1/+7 |
| 2024-06-06 | Auto merge of #126104 - workingjubilee:rollup-t1ac2ld, r=workingjubilee | bors | -5/+20 |
| 2024-06-06 | Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt | Jubilee | -1/+0 |
| 2024-06-06 | Rollup merge of #126035 - oli-obk:query_macro_errors, r=fmease | Jubilee | -4/+20 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -30/+13 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -45/+31 |
| 2024-06-06 | Improve naming and path operations in crate loader | Nilstrieb | -18/+14 |
| 2024-06-06 | Simplify string operations in crate loader | Nilstrieb | -6/+12 |
| 2024-06-06 | Remove constant parameter from `CrateLocator::new` | Nilstrieb | -14/+3 |
| 2024-06-06 | [RFC-2011] Allow `core_intrinsics` when activated | Caio | -1/+0 |
| 2024-06-06 | Stabilize Option::take_if | Daniel Sedlak | -1/+0 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -6/+15 |
| 2024-06-06 | Revert "Use the HIR instead of mir_keys for determining whether something wil... | Oli Scherer | -1/+1 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -864/+1110 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -193/+216 |