about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/alloc-access-tracking.rs
AgeCommit message (Collapse)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
Various platforms provide a function to return the current OS thread ID, but they all use a slightly different name. Add shims for these functions for Apple, FreeBSD, and Windows, with tests to account for those and a few more platforms that are not yet supported by Miri. The syscall and extern symbol is included as well on Linux. These should be useful in general but will also help support printing the OS thread ID in panic messages [1]. [1]: https://github.com/rust-lang/rust/pull/115746 Squashed commit from Ralf: try_from_scalar: extend comment
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