summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir
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-11Fix ICE with unsized type in const patternFabian Wolff-11/+23
2021-07-09Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obkbors-3/+3
2021-07-09Check for union field accesses in THIR unsafeckSmitty-3/+3
2021-07-05Fix double warning about illegal floating-point literal patternFabian Wolff-6/+8
2021-06-22Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichautYuki Okushi-1/+6
2021-06-21Fix unused_unsafe with compiler-generated unsafeCameron Steffen-1/+6
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-2/+0
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-10/+17
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-2/+0
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-811/+78
2021-05-23support creating mutable allocations from byte slicesRalf Jung-2/+2
2021-05-22Handle typeck errors properlyLeSeulArtichaut-0/+3
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-1/+2
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-8/+9
2021-05-22Move THIR structure definitions to `rustc_middle`LeSeulArtichaut-804/+66
2021-05-19Adapt the THIR visitor to the vec-stored THIRLeSeulArtichaut-81/+73
2021-05-19Store THIR in `IndexVec`s instead of an `Arena`LeSeulArtichaut-478/+426
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-26/+34
2021-05-11[WIP] Create a `Visitor` for the THIRLeSeulArtichaut-0/+179
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-3/+8
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-3/+8
2021-03-29Convert a closure into a methodOli Scherer-12/+14
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-8/+8
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-1/+4
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-2/+2
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+4
2021-03-15Fix error after rebaseRoxane-15/+6
2021-03-15Add comments with examples and testsRoxane-14/+14
2021-03-14Only borrow place for matching under specific conditionsRoxane-26/+17
2021-03-14Use the correct FakeReadCauseRoxane-69/+38
2021-03-14Introduce new fake readsRoxane-1/+78
2021-03-14Rollup merge of #82789 - csmoe:issue-82772, r=estebankYuki Okushi-1/+3