summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
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
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-1/+1
2021-05-23Replace Local::new(1) with CAPTURE_STRUCT_LOCALPaul Trojahn-7/+4
2021-05-23support creating mutable allocations from byte slicesRalf Jung-2/+2
2021-05-22Handle typeck errors properlyLeSeulArtichaut-0/+8
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-24/+23
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-20/+22
2021-05-22Move THIR structure definitions to `rustc_middle`LeSeulArtichaut-825/+89
2021-05-21Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...Felix S. Klock II-15/+20
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-6/+10
2021-05-21Check for ptr-to-int casts in const functions in THIR unsafeckLeSeulArtichaut-1/+17
2021-05-21Check for initialization of layout-restricted typesLeSeulArtichaut-1/+13
2021-05-20Check for calls to functions with `#[target_feature]` in THIR unsafeckLeSeulArtichaut-4/+27
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-1/+5
2021-05-19Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakisbors-709/+775
2021-05-19Adapt the THIR visitor to the vec-stored THIRLeSeulArtichaut-95/+96
2021-05-19Store THIR in `IndexVec`s instead of an `Arena`LeSeulArtichaut-614/+679
2021-05-17Remove remnants of BorrowOfPackedFieldLeSeulArtichaut-37/+22
2021-05-14Check for inline assembly in THIR unsafeckSmitty-1/+3
2021-05-14Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkovbors-1/+10
2021-05-14Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkovbors-10/+7
2021-05-12Improve error message for non-exhaustive matches on non-exhaustive enumsFabian Wolff-1/+10
2021-05-11Store VariantIdx to distinguish enum variantsMark Rousskov-10/+7
2021-05-11Add helper for switching safety contextsLeSeulArtichaut-49/+72
2021-05-11Introduce the (WIP) THIR unsafety checkerLeSeulArtichaut-0/+322
2021-05-11[WIP] Create a `Visitor` for the THIRLeSeulArtichaut-0/+179
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-20Auto merge of #84295 - richkadel:continue-coverage, r=tmandrybors-0/+15
2021-04-19fix few typosklensy-2/+2
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-18Only generate dummy assign when instrumenting coverageRich Kadel-10/+15
2021-04-18Add coverage to continue statementsRich Kadel-0/+10