rust/src/test
bors 8ed5cb56b5 Auto merge of #76027 - davidtwco:issue-61139-remove-obsolete-pretty-printer, r=eddyb
ty: remove obsolete pretty printer

Fixes #61139.

This PR removes the obsolete printer and replaces all uses of it with `FmtPrinter`. Of the replaced uses, all but one use was in `debug!` logging, two cases were notable:

- `MonoItem::to_string` is used in `-Z print-mono-items` and therefore affects the output of all codegen-units tests (which have been updated).
- `DefPathBasedNames` was used in `librustc_codegen_llvm/type_of.rs` with `LLVMStructCreateNamed` and that'll now get different values, but nothing will break as a result of this.

cc @eddyb (whom I've discussed this with)
2020-08-31 05:32:54 +00:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen Rollup merge of #75910 - bugadani:testcase, r=oli-obk 2020-08-30 01:43:48 +02:00
codegen-units ty: remove obsolete printer 2020-08-30 18:59:07 +01:00
compile-fail Abort when catch_unwind catches a foreign exception 2020-08-27 21:08:30 +01:00
debuginfo Revert "Suppress debuginfo on naked function arguments" 2020-08-11 15:00:23 -04:00
incremental Share serialization optimization between incr and metadata 2020-07-26 18:37:03 -04:00
mir-opt New pass to optimize ifconditions on integrals to switches on the integer 2020-08-29 13:42:19 +02:00
pretty tests: add regression test for #74745 2020-08-02 15:33:06 +01:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Abort when catch_unwind catches a foreign exception 2020-08-27 21:08:30 +01:00
run-pass-valgrind
rustdoc Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov 2020-08-30 13:16:38 +00:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio 2020-08-29 07:52:53 +00:00
rustfix
ui Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkov 2020-08-31 03:19:05 +00:00
ui-fulldeps Capture tokens for Pat used in macro_rules! argument 2020-08-20 02:45:28 -04:00
COMPILER_TESTS.md