| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -2/+2 | |
| 2025-07-05 | Merge from rustc | Ralf Jung | -2/+2 | |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -2/+2 | |
| 2025-06-29 | Add shims for `gettid`-esque functions | Trevor 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-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -2/+2 | |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -2/+2 | |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -3/+3 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -1/+1 | |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -2/+2 | |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -2/+3 | |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -1/+1 | |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -0/+25 | |
