rust/tests
Nicholas Nethercote 141719f68a Remove NtItem and NtStmt.
This involves replacing `nt_pretty_printing_compatibility_hack` with
`stream_pretty_printing_compatibility_hack`.

The handling of statements in `transcribe` is slightly different to
other nonterminal kinds, due to the lack of `from_ast` implementation
for empty statements.

Notable test changes:
- `tests/ui/proc-macro/expand-to-derive.rs`: the diff looks large but
  the only difference is the insertion of a single invisible-delimited
  group around a metavar.
2025-03-07 14:51:07 +11:00
..
assembly Rollup merge of #136938 - mustartt:fix-stack-protector-filecheck, r=Mark-Simulacrum 2025-03-03 10:40:58 +01:00
auxiliary tests: use minicore more 2025-02-24 09:26:54 +00:00
codegen Hide the end of ranges in pretty printing if it's also the maximum of the type 2025-03-06 10:50:23 +00:00
codegen-units
coverage coverage: Add some more cases to tests/coverage/holes.rs 2025-02-19 13:56:20 +11:00
coverage-run-rustdoc
crashes Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors 2025-03-05 21:46:46 +08:00
debuginfo Delete tuple unsizing 2025-02-27 10:26:33 +00:00
incremental remove most simd_ intrinsic declaration in tests 2025-02-27 12:22:59 +01:00
mir-opt Hide the end of ranges in pretty printing if it's also the maximum of the type 2025-03-06 10:50:23 +00:00
pretty Implement &pin const self and &pin mut self sugars 2025-03-05 22:37:53 +08:00
run-make Rollup merge of #137643 - beetrees:repr128-dwarf-variant-test, r=jieyouxu 2025-03-06 12:22:14 -05:00
rustdoc Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=lcnr 2025-03-06 12:22:16 -05:00
rustdoc-gui Rollup merge of #137539 - GuillaumeGomez:copy-content-tests, r=notriddle 2025-02-25 13:07:34 +01:00
rustdoc-js
rustdoc-js-std
rustdoc-json Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
rustdoc-ui Don't typeck during WF, instead check outside of WF in check_crate 2025-03-03 23:09:42 +00:00
ui Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11:00
ui-fulldeps Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd 2025-03-05 21:46:35 +08:00
COMPILER_TESTS.md