about summary refs log tree commit diff
path: root/tests/ui-fulldeps/stable-mir/check_allocation.rs
AgeCommit message (Expand)AuthorLines
2025-07-18rename `ui-fulldeps/stable-mir`Makai-257/+0
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-10/+10
2025-07-07remove `rustc_smir` from testsMakai-2/+2
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-37/+23
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-1/+1
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-1/+0
2025-02-03Enable more tests on WindowsBen Kimock-1/+0
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-0/+1
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2024-01-16Remove tcx from SMIR run macro and accept closuresCelina G. Val-4/+2
2024-01-11Bless ui-fulldeps.Camille GILLOT-1/+1
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-1/+0
2023-12-15Add a method to check if type is a CStrCelina G. Val-0/+22
2023-12-07Add a test to evaluate type intrinsic.Celina G. Val-3/+36
2023-12-07Add tests to allocation methods and fix is_null()Celina G. Val-5/+90
2023-12-07Fix conversion to StaticDef and add testCelina G. Val-0/+16
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-0/+1
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+119