about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/alloc-access-tracking.rs
AgeCommit message (Expand)AuthorLines
2025-07-16minor tweaks and commentsRalf Jung-2/+2
2025-07-05Merge from rustcRalf Jung-2/+2
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-2/+2
2025-06-29Add shims for `gettid`-esque functionsTrevor Gross-2/+2
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-2/+2
2025-05-22interpret: do not force_allocate all return placesRalf Jung-2/+2
2025-01-21remove support for the #[start] attributeRalf Jung-3/+3
2024-09-16Bump ui testOli Scherer-1/+1
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-2/+2
2024-05-04make statx a regular function (so we don't need to support the syscall)Ralf Jung-2/+3
2024-04-16implement support for __rust_alloc_error_handlerRalf Jung-1/+1
2024-03-09interpret: do not call machine read hooks during validationRalf Jung-0/+25