summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-2/+2
2024-01-23Rollup merge of #120270 - compiler-errors:randos, r=lcnrLeón Orell Valerian Liehr-24/+14
2024-01-23Random type checker changesMichael Goulet-24/+14
2024-01-22Fix a `trimmed_def_paths` assertion failure.Nicholas Nethercote-2/+0
2024-01-17Use FnOnceOutput instead of FnOnce where expectedOli Scherer-1/+1
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-13/+11
2024-01-15Refactor `try_print_trimmed_def_path`.Nicholas Nethercote-18/+11
2024-01-15Add some helpful comments in `trimmed_def_paths`.Nicholas Nethercote-1/+5
2024-01-05Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgrbors-21/+51
2024-01-05Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errorsMatthias Krüger-21/+51
2024-01-04Make iteration order of trimmed_def_paths query stableMichael Woerister-3/+3
2024-01-01Pretty-print always-const trait predicates correctlyLeón Orell Valerian Liehr-12/+21
2023-12-28Movability doesn't need to be a query anymoreMichael Goulet-1/+1
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-4/+4
2023-12-28rustc_middle: Pretty-print negative bounds correctlyLeón Orell Valerian Liehr-21/+51
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-3/+3
2023-12-25Only regular coroutines have movabilityMichael Goulet-2/+2
2023-12-19rename to verbose-internalsjyn-3/+3
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-23/+8
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-18/+29
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-29/+18
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-3/+3
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-9/+9
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-5/+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