summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-04Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-93/+28
2024-08-04Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov"Michael Goulet-1/+1
2024-08-04Disable jump threading of float equalityNilstrieb-0/+7
2024-07-19Auto merge of #127944 - compiler-errors:beta-no-unsafe, r=Mark-Simulacrumbors-5/+21
2024-07-18Don't allow unsafe statics outside of extern blocksMichael Goulet-5/+21
2024-07-11instantiate higher ranked goals in candidate selectionlcnr-54/+12
2024-07-05Don't inline drop shims with unsubstituted generic consts in MIR inlinerMichael Goulet-1/+11
2024-07-05Switch back `non_local_definitions` lint to allow-by-defaultUrgau-1/+1
2024-07-05Properly gate `safe` keyword in pre-expansionMichael Goulet-0/+7
2024-06-20Add pub struct with allow(dead_code) into worklistr0cky-1/+1
2024-06-20Only compute specializes query if specialization is enabled in the crate of t...Michael Goulet-25/+27
2024-06-13Revert "When checking whether an impl applies, constrain hidden types of opaq...Oli Scherer-1/+1
2024-06-10replace version placeholderPietro Albini-9/+9
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-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