| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | Merge pull request #4506 from Patrick-6/miri-genmc-mvp | Ralf Jung | -12/+12 | |
| Add minimal functionality for using GenMC mode | ||||
| 2025-09-03 | Implement basic support for running Miri with GenMC. | Patrick-6 | -12/+12 | |
| - Implement memory allocation compatible with GenMC. - Extract address generator struct from Miri's allocator. - Support thread creation and joining. - Support atomic load and store. - Support scheduling through GenMC. - Add tests for GenMC mode. - Add clang-format file for C++ code in Miri. - Update genmc-sys crate license to MIT/Apache to match GenMC dependency. - Add documentation for GenMC mode. Note: this commit depends on changes to GenMC not yet upstreamed to its official repository. Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2025-08-29 | Bump tracing-subscriber from 0.3.19 to 0.3.20 | dependabot[bot] | -2/+2 | |
| Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| 2025-07-28 | Reduce required cc crate version. | Patrick-6 | -2/+2 | |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -0/+545 | |
| 2025-07-19 | bump ui_test | Ralf Jung | -4/+5 | |
| 2025-07-19 | bump ipc-channel | Ralf Jung | -39/+7 | |
| 2025-07-19 | bump colored dep | Ralf Jung | -2/+11 | |
| 2025-07-19 | cargo update | Ralf Jung | -192/+229 | |
| 2025-07-02 | Add tracing feature to enable tracing_chrome support | Stypox | -0/+1 | |
| 2025-06-20 | supervisor bits of ffi ptracing | Nia Espera | -0/+21 | |
| 2025-06-18 | minimal ptrace setup | Nia Espera | -7/+171 | |
| Apply suggestions from code review Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de> review comments fix possible hang | ||||
| 2025-06-06 | use File::lock to implement flock, and add a test for File::lock | Ralf Jung | -1/+0 | |
| 2025-04-11 | fix build fail on macos bacause of libffi-sys 2.3.0; This updates libffi to ↵ | LorrensP-2158466 | -4/+4 | |
| new major version | ||||
| 2025-04-10 | Bump crossbeam-channel from 0.5.14 to 0.5.15 | dependabot[bot] | -2/+2 | |
| Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| 2025-04-08 | Implement trivial file operations - opening and closing handles. Just enough ↵ | Rune Tynan | -0/+1 | |
| to get file metadata. | ||||
| 2025-04-04 | cargo update | Ralf Jung | -267/+250 | |
| 2025-04-04 | semver-bump some dependencies | Ralf Jung | -18/+47 | |
| 2025-02-26 | Update ui test | Oli Scherer | -2/+2 | |
| 2025-02-01 | Bump rand to 0.9 and getrandom to 0.3 | Eduardo Sánchez Muñoz | -13/+79 | |
| 2025-01-28 | Bump ui test | Oli Scherer | -2/+2 | |
| 2025-01-27 | Bump ui_test | Oli Scherer | -2/+2 | |
| 2024-12-04 | update lockfile | Ralf Jung | -12/+12 | |
| 2024-11-28 | remove ctrlc, unused | klensy | -29/+0 | |
| 2024-09-29 | bump few deps | klensy | -5/+4 | |
| 2024-09-27 | Update cc to 1.1.22 | Chris Denton | -2/+11 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -53/+28 | |
| 2024-08-05 | bump dependencies | Ralf Jung | -102/+134 | |
| 2024-07-26 | Add `flock` shim | Артём Павлов [Artyom Pavlov] | -0/+1 | |
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -118/+126 | |
| 2024-05-03 | update lockfile | Ralf Jung | -1/+0 | |
| 2024-04-28 | Use the interpreted program's TZ variable in localtime_r | Ben Kimock | -125/+76 | |
| 2024-04-24 | windows: basic support for GetUserProfileDirectoryW | Ralf Jung | -0/+49 | |
| 2024-04-22 | Add localtime_r shim | tiif | -0/+144 | |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -0/+1 | |
| 2024-02-23 | cargo update | Ralf Jung | -159/+85 | |
| 2024-01-30 | Switch over to rustc's `tracing` crate instead of using our own `log` crate | Oli Scherer | -56/+0 | |
| 2024-01-21 | update lockfile | Ralf Jung | -2/+2 | |
| 2024-01-07 | Auto merge of #3257 - RalfJung:build-tests, r=RalfJung | bors | -135/+176 | |
| ./miri build: also build tests, to avoid rebuilds later | ||||
| 2024-01-07 | use jemalloc as global allocator | Ralf Jung | -0/+11 | |
| 2024-01-06 | cargo update | Ralf Jung | -134/+176 | |
| 2024-01-06 | ./miri build: also build tests, to avoid rebuilds later | Ralf Jung | -1/+0 | |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 | dependabot[bot] | -2/+2 | |
| --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| 2023-10-09 | Implement `llvm.x86.aesni.*` intrinsics | Eduardo Sánchez Muñoz | -0/+72 | |
| 2023-10-05 | Update miri dependencies | Eduardo Sánchez Muñoz | -169/+133 | |
| 2023-09-30 | Bump libloading to 0.8 | Samuel Thibault | -3/+3 | |
| 2023-09-28 | update ui_test | Ralf Jung | -2/+2 | |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -9/+29 | |
| 2023-09-22 | Bump ui test crate | Oli Scherer | -6/+94 | |
| 2023-09-21 | remove atty dependency by updating colored | Ralf Jung | -26/+6 | |
