summary refs log tree commit diff
path: root/src/librustc_mir/util
AgeCommit message (Expand)AuthorLines
2019-08-11add tuple_fields convenience method and use it in a few placesRalf Jung-2/+2
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-1/+1
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-1/+1
2019-07-20Migrate from Place enum to Place structSantiago Pastorino-11/+13
2019-07-16Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obkbors-1/+1
2019-07-14`pub(crate)` -> `crate`Matthew Jasper-25/+25
2019-07-14Move suggest_ref_mut into rustc_mir::borrow_checkMatthew Jasper-17/+0
2019-07-14Remove BorrowckErrors traitMatthew Jasper-78/+63
2019-07-14Remove rustc_mir::borrowck_errors::OriginMatthew Jasper-32/+2
2019-07-14Remove unused BorrowckErrors methodsMatthew Jasper-105/+0
2019-07-11Remove rustc_mir dependency from rustc_borrowckMatthew Jasper-220/+108
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-7/+7
2019-07-02Add a query to get the `promoted`s for a `mir::Body`Wesley Wiser-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
2019-06-30Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=nagisaMazdak Farrokhzad-3/+18
2019-06-27Use more efficient iteration order for backward dataflowDylan MacKenzie-3/+18
2019-06-25Implement From<Local> for Place and PlaceBaseSantiago Pastorino-21/+20
2019-06-22Deny explicit_outlives_requirements in the compilerMatthew Jasper-1/+1
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-3/+5
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-1/+3
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-2/+2
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-14/+3
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-41/+41
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-27/+33
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-27/+27
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-15/+15
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-29/+29
2019-06-11Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-29/+20
2019-06-11rustc_mir: deny(unused_lifetimes).Eduard-Mihai Burtescu-14/+14
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-108/+108
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-0/+78
2019-06-03Improve cannot move errorsMatthew Jasper-9/+3
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-32/+32
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-3/+1
2019-05-18Declare DefIndex with the newtype_index macroFabian Drinck-1/+1
2019-05-13Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelixMazdak Farrokhzad-2/+4
2019-05-12Remove redundant "let mut" in write_graph_labelYusuke Matsushita-1/+1
2019-05-09Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1Mazdak Farrokhzad-57/+65
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-2/+1
2019-05-04Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasperMazdak Farrokhzad-20/+4
2019-05-04Auto merge of #59897 - tmandry:variantful-generators, r=eddybbors-2/+1
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-11/+11
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-5/+8
2019-05-02Stub display impl for OriginChristopher Vittal-20/+4
2019-05-01Slightly simplify the MIR for slice drop shimsMatthew Jasper-57/+65
2019-05-01Auto merge of #60195 - varkor:commontypes-to-common, r=eddybbors-6/+6
2019-04-30Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebankMazdak Farrokhzad-44/+39
2019-04-28Fix lint findings in librustc_mirflip1995-5/+5