about summary refs log tree commit diff
path: root/src/librustc_mir/util
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-3270/+0
2020-08-26Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obkbors-10/+3
2020-08-25tidyDPC-1/+1
2020-08-25cleanupDPC-5/+1
2020-08-25removed not-needed conversionDPC-2/+1
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-3/+3
2020-08-23 change offset from u32 to u64DPC-6/+4
2020-08-20Suppress ty::Float in MIR comments of ty::ConstLzu Tao-1/+1
2020-08-20Suppress MIR comments of Unit typeLzu Tao-0/+4
2020-08-20Suppress MIR comments for FnDef in ty::ConstLzu Tao-0/+1
2020-08-17Suppress verbose MIR comments for trivial typesAustin Lasher-8/+18
2020-08-08Miri: Renamed "undef" to "uninit"Philippe Nadon-3/+3
2020-07-30Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJungbors-19/+31
2020-07-29Move mir-opt tests to toplevelXavier Denis-2/+9
2020-07-29add crate name to mir dumpsXavier Denis-1/+2
2020-07-28Replace write-to-vec hack by introducing a display renderer for allocationsOliver Scherer-19/+31
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-1/+1
2020-07-15improve namingBastian Kauschke-1/+1
2020-07-15InstanceDef::ItemBastian Kauschke-1/+4
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-1/+1
2020-06-24Improve GeneratorLayout debug outputTyler Mandry-1/+1
2020-06-16rename location field of Drop terminators to placeRalf Jung-3/+3
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-0/+2
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-0/+2
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-6/+16
2020-06-07Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasperDylan DPC-19/+38
2020-06-04Revert "Defer creating drop trees in MIR lowering until leaving that scope"Felix S. Klock II-8/+3
2020-06-04Revert "Reduce the number of drop-flag assignments in unwind paths"Felix S. Klock II-11/+35
2020-06-02Rename the crates in source codeVadim Petrochenkov-0/+1
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-16Improve documentation for drop elaborationJonas Schievink-8/+87
2020-05-13use `require_lang_item` over `unwrap`.Bastian Kauschke-4/+3
2020-05-10Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obkRalf Jung-38/+19
2020-05-09Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJungRalf Jung-2/+1
2020-05-09Reduce the number of drop-flag assignments in unwind pathsMatthew Jasper-35/+11
2020-05-09Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-3/+8
2020-05-09Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPCbors-5/+7
2020-05-09Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasperDylan DPC-5/+7
2020-05-08Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJungbors-1/+1
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-2/+1
2020-05-07Remove old `util/liveness.rs` moduleDylan MacKenzie-327/+0
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-1/+1
2020-05-06Shrink `LocalDecl` by 16 bytes.Nicholas Nethercote-2/+4
2020-05-06Improve `LocalDecl` creation.Nicholas Nethercote-2/+2
2020-05-06Add `SourceInfo::outermost`.Nicholas Nethercote-1/+1
2020-05-03Add `MutatingUseContext::Yield`Dylan MacKenzie-0/+1
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-11/+18
2020-04-28Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPCDylan DPC-7/+0
2020-04-28Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddybbors-1/+5
2020-04-27Return a `FxHashSet<LocalDefId>` from `mir_keys` querymarmeladema-1/+5