about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-09Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot许杰友 Jieyou Xu (Joe)-12/+87
2024-06-09Auto merge of #126163 - RalfJung:simd-packed, r=calebzulawski,workingjubileebors-4/+6
2024-06-09Auto merge of #126150 - RalfJung:offset_of_slice, r=compiler-errorsbors-45/+114
2024-06-08simd packed types: update outdated check, extend codegen testRalf Jung-4/+6
2024-06-08offset_of: allow (unstably) taking the offset of slice tail fieldsRalf Jung-45/+114
2024-06-08add missing Scalar::from_i128Ralf Jung-0/+5
2024-06-08Rollup merge of #126065 - bvanjoi:fix-124490, r=petrochenkovLeón Orell Valerian Liehr-5/+5
2024-06-07Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcmMatthias Krüger-1/+0
2024-06-07Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwUMatthias Krüger-1/+1
2024-06-07Rollup merge of #126052 - nnethercote:rustc_parse-more-cleanups, r=spastorinoMatthias Krüger-72/+67
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-28/+93
2024-06-07Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoeristerMatthias Krüger-33/+233
2024-06-07mark binding undetermined if target name exist and not obtainedbohan-5/+5
2024-06-07Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errorsbors-141/+160
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-123/+160
2024-06-07Revert "Cache whether a body has inline consts"Oli Scherer-22/+4
2024-06-07Auto merge of #126108 - workingjubilee:rollup-g7m92b6, r=workingjubileebors-1138/+1395
2024-06-06Rollup merge of #126103 - veera-sivarajan:improve-docs-hir-impl, r=fmeaseJubilee-1/+7
2024-06-06Rollup merge of #126101 - lqd:revert-124099, r=wesleywiserJubilee-30/+13
2024-06-06Rollup merge of #126099 - Nilstrieb:crate-loader-cleanups, r=jieyouxuJubilee-38/+29
2024-06-06Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkovJubilee-6/+15
2024-06-06Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnrJubilee-1063/+1331
2024-06-07Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obkbors-77/+77
2024-06-06Handle safe casecarbotaniuman-0/+1
2024-06-06Fix orderingcarbotaniuman-2/+2
2024-06-06Remove extraneous attributecarbotaniuman-1/+0
2024-06-06Add unsafe to `ffi_pure` and `ffi_const`carbotaniuman-2/+2
2024-06-06Fix formattingcarbotaniuman-6/+24
2024-06-06Change comment to FIXMEcarbotaniuman-1/+3
2024-06-06Fix buildcarbotaniuman-27/+27
2024-06-06Fix doc commentcarbotaniuman-1/+2
2024-06-06Error on unsafe on non-unsafe attributecarbotaniuman-4/+41
2024-06-06Reorder `unsafe` macro casescarbotaniuman-12/+12
2024-06-06Disallow unsafe in derivecarbotaniuman-2/+23
2024-06-06Parse unsafe attributescarbotaniuman-26/+147
2024-06-06Improve Docs for `hir::Impl` and `hir::ImplItem`Veera-1/+7
2024-06-06Auto merge of #126104 - workingjubilee:rollup-t1ac2ld, r=workingjubileebors-5/+20
2024-06-06Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhprattJubilee-1/+0
2024-06-06Rollup merge of #126035 - oli-obk:query_macro_errors, r=fmeaseJubilee-4/+20
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-30/+13
2024-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-45/+31
2024-06-06Improve naming and path operations in crate loaderNilstrieb-18/+14
2024-06-06Simplify string operations in crate loaderNilstrieb-6/+12
2024-06-06Remove constant parameter from `CrateLocator::new`Nilstrieb-14/+3
2024-06-06[RFC-2011] Allow `core_intrinsics` when activatedCaio-1/+0
2024-06-06Stabilize Option::take_ifDaniel Sedlak-1/+0
2024-06-06Don't warn on fields in the `unreachable_pub` lintUrgau-6/+15
2024-06-06Revert "Use the HIR instead of mir_keys for determining whether something wil...Oli Scherer-1/+1
2024-06-06Uplift TypeRelation and RelateMichael Goulet-864/+1110
2024-06-06Uplift TypeErrorMichael Goulet-193/+216