summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/move_paths/builder.rs
AgeCommit message (Expand)AuthorLines
2020-06-13placate tidy.Felix S. Klock II-1/+1
2020-06-13Revert "Reduce the number of drop-flag assignments in unwind paths"Felix S. Klock II-1/+4
2020-06-13Revert "Address review comments"Felix S. Klock II-6/+2
2020-06-01Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiserbors-0/+1
2020-05-30Make TLS accesses explicit in MIROliver Scherer-0/+1
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+7
2020-05-23take mir::PlaceElem by valueBastian Kauschke-3/+3
2020-05-23iterate List by valueBastian Kauschke-1/+1
2020-05-18Add asm! to MIRAmanieu d'Antras-0/+25
2020-05-09Address review commentsMatthew Jasper-2/+6
2020-05-09Reduce the number of drop-flag assignments in unwind pathsMatthew Jasper-4/+1
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-4/+3
2020-03-31Use Place directly, it's Copy even more use casesSantiago Pastorino-19/+19
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-4/+5
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+1
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-3/+2
2020-03-10Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obkMazdak Farrokhzad-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-04PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>Santiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of in_projection be both 'tcxSantiago Pastorino-1/+1
2020-02-19Reorder yield visitation order to match callJonas Schievink-1/+1
2020-02-02Add resume arg place to `Yield` MIR terminatorJonas Schievink-1/+3
2020-01-28Place::ty_from takes local by valueSantiago Pastorino-2/+2
2020-01-28Local field on PlaceRef and RootPlace is not a reference anymoreSantiago Pastorino-1/+1
2020-01-27don't clone types that are copy, round two.Matthias Krüger-6/+4
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-9/+7
2020-01-10Remove Static from PlaceBaseSantiago Pastorino-3/+0
2019-12-22Format the worldMark Rousskov-36/+26
2019-12-20Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakisMazdak Farrokhzad-9/+22
2019-12-19Don't suppress move errors for union fieldsMatthew Jasper-9/+22
2019-12-18Add Rvalue::AddressOf to MIRMatthew Jasper-0/+1
2019-12-09Remove `uniform_array_move_out` passesMatthew Jasper-38/+93
2019-10-22Move Place::elem methods and friends to TyCtxtSantiago Pastorino-1/+1
2019-10-22Intern place projectionSantiago Pastorino-3/+3
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-25Rename `sty` to `kind`varkor-2/+2
2019-09-11Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytesSantiago Pastorino-1/+1
2019-09-09Use slice patterns to match projection baseSantiago Pastorino-2/+1
2019-09-09Convert Place's projection to a boxed sliceSantiago Pastorino-67/+67
2019-09-04Rustfmt the files I touchedAlbin Stjerna-98/+102
2019-07-22Place::as_place_ref is now Place::as_refSantiago Pastorino-5/+5
2019-07-20Avoid unneeded else branchesSantiago Pastorino-22/+13
2019-07-20Avoid cloning Place in gather_initSantiago Pastorino-13/+13
2019-07-20Avoid cloning Place in report_use_of_moved_or_uninitialized and friendsSantiago Pastorino-1/+1
2019-07-20Migrate from Place enum to Place structSantiago Pastorino-13/+30
2019-06-25Implement From<Local> for Place and PlaceBaseSantiago Pastorino-3/+3
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-12/+12