about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print/pretty.rs
AgeCommit message (Expand)AuthorLines
2023-12-12Uplift TypeAndMutMichael Goulet-4/+4
2023-12-12Uplift ClosureKindMichael Goulet-5/+1
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-19/+7
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-6/+5
2023-12-10clean up leftover FIXMEDeadbeef-28/+1
2023-12-10fix testsDeadbeef-1/+2
2023-12-10Revert "Don't print host effect param in pretty path_generic_args"Deadbeef-14/+28
2023-12-10remove redundant importssurechen-6/+5
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-3/+6
2023-12-09Don't print host effect param in pretty path_generic_argsMichael Goulet-28/+14
2023-12-08Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwUbors-0/+7
2023-12-08implement and use `NormalizesTo`lcnr-1/+7
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-3/+3
2023-12-07add unused `NormalizesTo` predicatelcnr-0/+1
2023-12-07ctfe interpreter: extend provenance so that it can track whether a pointer is...Ralf Jung-3/+3
2023-12-05Add print_trait_sugaredMichael Goulet-1/+45
2023-12-03rustc: Harmonize `DefKind` and `DefPathData`Vadim Petrochenkov-2/+2
2023-12-02Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-27Rollup merge of #118340 - compiler-errors:tweaks, r=lqdTakayuki Maeda-10/+10
2023-11-26Use helpersMichael Goulet-10/+10
2023-11-24Separate Nan/Inf floats with _Michael Goulet-2/+5
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-5/+0
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-8/+8
2023-11-21Remove ClosureKind predicate kindMichael Goulet-5/+0
2023-11-19Add documentation for some queriesNilstrieb-1/+2
2023-11-14finish `RegionKind` renamelcnr-4/+4
2023-11-13rename `ReLateBound` to `ReBound`lcnr-13/+9
2023-10-30Some more coroutine renamingsMichael Goulet-1/+1
2023-10-28Remove needless `allow`sNilstrieb-3/+0
2023-10-28Move macros to usageNilstrieb-40/+40
2023-10-28Remove needless print ctx defsNilstrieb-7/+0
2023-10-25Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726bors-45/+53
2023-10-24Get rid of 'tcx on ConstVid, EffectVidMichael Goulet-3/+3
2023-10-21Make `ty::print::Printer` take `&mut self` instead of `self`Nilstrieb-248/+265
2023-10-20Uplift ClauseKind and PredicateKindMichael Goulet-45/+53
2023-10-20Rename `CoroutineKind::Gen` to `::Coroutine`Oli Scherer-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-11/+11
2023-10-20s/Generator/Coroutine/Oli Scherer-5/+5
2023-10-19Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiserbors-2/+3
2023-10-18Make sure that non-pretty-printing usages are using the correct elaboratorMichael Goulet-2/+3
2023-10-17Remove `Print::Error`Nilstrieb-15/+11
2023-10-17Remove `Printer::Error`Nilstrieb-68/+66
2023-10-17Remove `Print::Output`Nilstrieb-17/+14
2023-10-17Remove "subprinter" types from `Printer`Nilstrieb-62/+36
2023-10-13Format all the let chains in compilerMichael Goulet-15/+26
2023-09-26Don't store lazyness in DefKindMichael Goulet-3/+3
2023-09-24Remove span from BrAnon.Camille GILLOT-2/+2
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-4/+1
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-7/+7
2023-09-19use pretty_print_const_value from MIR constant 'extra' printingRalf Jung-1/+1