about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2021-07-18Revert "structural_match: non-structural-match ty closures"Santiago Pastorino-3/+0
2021-07-17Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obkbors-3/+7
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-28/+11
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-28/+11
2021-07-16get rid of incorrect erase_for_fmtRalf Jung-1/+1
2021-07-15Remove refs from pat slicesCameron Steffen-4/+4
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-3/+7
2021-07-13Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obkbors-48/+153
2021-07-11Fix ICE with unsized type in const patternFabian Wolff-11/+23
2021-07-10Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeckFabian Wolff-48/+153
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-21/+0
2021-07-09Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obkbors-6/+130
2021-07-09panic when trying to destructure union as enumSmitty-2/+2
2021-07-09Check for union field accesses in THIR unsafeckSmitty-6/+130
2021-07-05Fix double warning about illegal floating-point literal patternFabian Wolff-6/+8
2021-06-27fixup! Editon 2021 enables precise captureAman Arora-2/+1
2021-06-27Editon 2021 enables precise captureAman Arora-1/+11
2021-06-23Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakisbors-3/+8
2021-06-22Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichautYuki Okushi-14/+27
2021-06-21Fix unused_unsafe with compiler-generated unsafeCameron Steffen-14/+27
2021-06-19Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obkbors-5/+5
2021-06-19Auto merge of #86378 - Smittyvb:thir-walker-pat, r=LeSeulArtichautbors-2/+53
2021-06-19Assert `is_associated_const` when resolvingYuki Okushi-3/+4
2021-06-19Refactor `PatternError` structureYuki Okushi-5/+4
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-28/+7
2021-06-17Explicitly write out all fieldsSmitty-4/+12
2021-06-17simplify borrowingSmitty-5/+5
2021-06-16Add pattern walking support to THIR walkerSmitty-5/+48
2021-06-13Box `ExprKind::Adt`LeSeulArtichaut-13/+27
2021-06-08Check whether the closure's owner has a body before deferring to it in thir-u...Fabian Wolff-3/+8
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-28/+7
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-3/+0
2021-06-03Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitorbors-19/+15
2021-06-03Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakisYuki Okushi-19/+15
2021-06-03Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplettbors-7/+10
2021-05-31Remove unused feature gatesbjorn3-3/+0
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-0/+2
2021-05-28rustc: Allow safe #[target_feature] on wasmAlex Crichton-7/+10
2021-05-27Remove feature gateRoxane-19/+15
2021-05-27Make closures inherit their parent's "safety context"LeSeulArtichaut-2/+30
2021-05-27Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...Dylan DPC-15/+20
2021-05-26Specialize implementationsJacob Pratt-0/+2
2021-05-25Fix `unused_unsafe` in THIR unsafeckLeSeulArtichaut-8/+13
2021-05-25Handle `unsafe_op_in_unsafe_fn` properly in THIR unsafeckLeSeulArtichaut-8/+12
2021-05-25Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasperGuillaume Gomez-7/+4
2021-05-25Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrumbors-1/+0
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-858/+138
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-24Make `thir_check_unsafety` itself responsible for checking gateLeSeulArtichaut-9/+12
2021-05-24Add comments about stealing THIR in `mir_build`LeSeulArtichaut-0/+4