rust/tests
Matthias Krüger f5a143f796
Rollup merge of - spastorino:ergonomic-ref-counting-1, r=nikomatsakis
Ergonomic ref counting

This is an experimental first version of ergonomic ref counting.

This first version implements most of the RFC but doesn't implement any of the optimizations. This was left for following iterations.

RFC: https://github.com/rust-lang/rfcs/pull/3680
Tracking issue: https://github.com/rust-lang/rust/issues/132290
Project goal: https://github.com/rust-lang/rust-project-goals/issues/107

r? ```@nikomatsakis```
2025-03-07 19:15:33 +01:00
..
assembly Rollup merge of - 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 Rollup merge of - tmiasko:inline-asm-critical-edges, r=bjorn3 2025-03-07 10:12:46 +01:00
codegen-units Remove -Zinline-in-all-cgus and clean up CGU partitioning tests 2025-01-27 23:48:47 -05:00
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 - 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 Rollup merge of - scottmcm:ordering-is, r=workingjubilee 2025-03-07 10:02:26 +01:00
pretty Implement &pin const self and &pin mut self sugars 2025-03-05 22:37:53 +08:00
run-make Auto merge of - compiler-errors:rollup-kcarqrz, r=compiler-errors 2025-03-07 02:56:46 +00:00
rustdoc Rollup merge of - compiler-errors:always-applicable-negative-impl, r=lcnr 2025-03-06 12:22:16 -05:00
rustdoc-gui Rollup merge of - GuillaumeGomez:copy-content-tests, r=notriddle 2025-02-25 13:07:34 +01:00
rustdoc-js
rustdoc-js-std Remove the common prelude module 2025-02-11 13:04:27 -08:00
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 Rollup merge of - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
ui-fulldeps Rollup merge of - jieyouxu:long-type-path-compare-mode, r=lqd 2025-03-05 21:46:35 +08:00
COMPILER_TESTS.md