about summary refs log tree commit diff
path: root/tests/ui/consts/auxiliary
AgeCommit message (Expand)AuthorLines
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-1/+1
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-4/+2
2024-11-04when an intrinsic has a const-stable fallback body, we can easily expose it o...Ralf Jung-0/+2
2024-11-04remove support for extern-block const intrinsicsRalf Jung-23/+8
2024-11-03Yeet effects featureMichael Goulet-2/+1
2024-10-25Re-do recursive const stability checksRalf Jung-13/+26
2024-09-30add test ensuring we cannot call const-stable unstable functionsRalf Jung-0/+13
2024-09-15stabilize const_mut_refsRalf Jung-2/+0
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-1/+3
2024-06-22Make `effects` an incomplete featureDeadbeef-1/+1
2024-03-25extend doc comment for reachability set computationRalf Jung-1/+12
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-0/+23
2024-03-12Add tests showing how we duplicate allocations when we shouldn'tAmanjeev Sethi-0/+23
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-1/+0
2023-12-19bless ui testsDeadbeef-1/+1
2023-05-01Rip it outNilstrieb-1/+1
2023-04-22Encode lifetime param spans tooMichael Goulet-1/+0
2023-04-17Encode def span for ConstParamMichael Goulet-0/+1
2023-01-16Encode const mir for closures if they're constMichael Goulet-0/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+89