about summary refs log tree commit diff
path: root/src/librustc_mir/util/pretty.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-932/+0
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-06-24Improve GeneratorLayout debug outputTyler Mandry-1/+1
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-6/+16
2020-05-09Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJungRalf Jung-2/+1
2020-05-09Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPCbors-2/+4
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-2/+1
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-1/+1
2020-05-06Shrink `LocalDecl` by 16 bytes.Nicholas Nethercote-2/+4
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-11/+18
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
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ...Oliver Scherer-5/+5
2020-04-26fmtRalf Jung-1/+1
2020-04-26print pointers more compactly when they are too bigRalf Jung-0/+4
2020-04-26sync alloc dump and pointer printingRalf Jung-11/+14
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-4/+4
2020-04-24add a few more DefKindsmark-1/+1
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+2
2020-04-17Minor fix and addition to doc commentsJOE1994-0/+1
2020-04-04share more alloc printing code between Miri and MIR dumpingRalf Jung-26/+44
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+2
2020-04-01Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwcoMazdak Farrokhzad-3/+3
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-5/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+6
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-28`dump_enabled` takes a `DefId` instead of `MirSource`Dylan MacKenzie-3/+3
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-20/+262
2020-03-23Rollup merge of #70080 - anyska:mir-double-space, r=oli-obkMazdak Farrokhzad-1/+1
2020-03-17rustc_mir: remove extra space when pretty-printing MIR.Ana-Maria Mihalache-1/+1
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-5/+5
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-07libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string)Matthias Krüger-5/+5
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2