summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-6/+6
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-9/+3
2024-03-03Add a proper `with_no_queries` to printingJohn Kåre Alsaker-8/+18
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-2/+2
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-2/+2
2024-02-27Print RPITIT like an opaqueMichael Goulet-8/+12
2024-02-23compiler: clippy::complexity fixesMatthias Krüger-1/+1
2024-02-22drive-by fmt cleanupEsteban Küber-1/+1
2024-02-13Remove `good_path_delayed_bug`.Nicholas Nethercote-6/+5
2024-02-10Print kind of coroutine closureMichael Goulet-1/+18
2024-02-07address review comments and add more testsLukas Markeffsky-10/+15
2024-02-07improve pretty printing for trait objectsLukas Markeffsky-12/+41
2024-02-06Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closureMichael Goulet-2/+19
2024-02-06Bless tests, add commentsMichael Goulet-1/+1
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-0/+43
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