| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | Merge pull request #4561 from RalfJung/short-fd-ops | Ralf Jung | -19/+50 | |
| add flag to not shorten FD reads/writes; don't shorten pipe operations | ||||
| 2025-09-03 | re-balance CI | Ralf Jung | -4/+5 | |
| 2025-09-03 | add flag to not shorten FD reads/writes; don't shorten pipe operations | Ralf Jung | -19/+50 | |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -1/+51 | |
| - Add a fallback implementation for the intrinsics - Add LLVM backend support for funnel shifts Co-Authored-By: folkertdev <folkert@folkertdev.nl> | ||||
| 2025-09-03 | Merge pull request #4558 from RalfJung/float-err-fix | Oli Scherer | -69/+103 | |
| fix mangitude of applied float error | ||||
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -0/+1 | |
| 2025-09-03 | Merge pull request #4559 from nia-e/zed-config | Ralf Jung | -0/+47 | |
| Add Zed editor config | ||||
| 2025-09-03 | fix mangitude of applied float error | Ralf Jung | -69/+103 | |
| 2025-09-03 | Merge ref '51ff895062ba' from rust-lang/rust | The Miri Cronjob Bot | -88/+49 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 51ff895062ba60a7cba53f57af928c3fb7b0f2f4 Filtered ref: 5057370cda58bcaad24ea094ec11c8c01b24c2bc This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-09-03 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to 51ff895062ba60a7cba53f57af928c3fb7b0f2f4. | ||||
| 2025-09-03 | add zed editor config | Nia Espera | -0/+47 | |
| 2025-09-02 | account for aarch64 windows oversleeping | Ralf Jung | -1/+2 | |
| 2025-09-02 | add a flag to always apply the maximum float error | Ralf Jung | -9/+54 | |
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -88/+49 | |
| 2025-09-02 | move some configuration enums to a more logical place | Ralf Jung | -65/+63 | |
| 2025-09-01 | Merge pull request #4554 from RalfJung/help | Ralf Jung | -12/+27 | |
| improve output for 'cargo miri test --help' | ||||
| 2025-09-01 | improve output for 'cargo miri test --help' | Ralf Jung | -12/+27 | |
| 2025-09-01 | Merge ref '828e45ad11ce' from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 828e45ad11ce4ab56dd64e93f1fb5dd8f0c0ae93 Filtered ref: 10ab51e1b1b8eadb430163bd78ef39c0721cfbf8 This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-09-01 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to 828e45ad11ce4ab56dd64e93f1fb5dd8f0c0ae93. | ||||
| 2025-08-31 | Merge pull request #4466 from nia-e/native-structs | Ralf Jung | -133/+454 | |
| native-lib: allow passing structs as arguments | ||||
| 2025-08-31 | some refactoring and cleanup | Ralf Jung | -145/+128 | |
| 2025-08-31 | native-lib: pass structs to native code | Nia Espera | -129/+467 | |
| 2025-08-31 | native-lib: more resilient grabbing of instruction bytes | Nia Espera | -26/+26 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2025-08-31 | allow taking address to union field | Kivooeo | -1/+1 | |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -1/+1 | |
| Make target pointer width in target json an integer r? Noratrieb cc `@RalfJung` (https://github.com/rust-lang/rust/pull/142352/files#r2230380120) try-job: x86_64-rust-for-linux | ||||
| 2025-08-30 | Merge pull request #4549 from RalfJung/mprotect | Ralf Jung | -39/+21 | |
| native-lib mode: avoid unsoundness due to mrpotect | ||||
| 2025-08-30 | reduce some code duplication and update some comments | Ralf Jung | -22/+8 | |
| 2025-08-30 | native-lib mode: avoid unsoundness due to mrpotect | Ralf Jung | -17/+13 | |
| 2025-08-30 | Merge ref 'e004014d1bf4' from rust-lang/rust | The Miri Cronjob Bot | -1/+0 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: e004014d1bf4c29928a0f0f9f7d0964d43606cbd Filtered ref: d62798e442c1c6ec461725b87dacc87c285259c8 This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-08-30 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to e004014d1bf4c29928a0f0f9f7d0964d43606cbd. | ||||
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, ↵ | Trevor Gross | -1/+0 | |
| r=scottmcm Stabilize `strict_provenance_atomic_ptr` feature This closes [tracking issue](https://github.com/rust-lang/rust/issues/99108) and stabilises `AtomicPtr::{fetch_ptr_add, fetch_ptr_sub, fetch_byte_add, fetch_byte_sub, fetch_or, fetch_and, fetch_xor}` --- EDIT: FCP completed at https://github.com/rust-lang/rust/issues/99108#issuecomment-3168260347 | ||||
| 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-08-29 | Merge pull request #4371 from CraftSpider/duplicate-handle-test | Ralf Jung | -9/+46 | |
| Add shim test for `DuplicateHandle` | ||||
| 2025-08-29 | Add duplicate handle test + make null lpTargetHandle an abort, not an ↵ | Rune Tynan | -9/+46 | |
| unsupported. | ||||
| 2025-08-29 | Merge pull request #4545 from RalfJung/zst-readwrite | Ralf Jung | -9/+28 | |
| unix read/write: fix zero-size handling | ||||
| 2025-08-29 | unix read/write: fix zero-size handling | Ralf Jung | -9/+28 | |
| 2025-08-28 | Merge pull request #4539 from Stypox/tracing-docs | Ralf Jung | -0/+292 | |
| Add documentation for tracing | ||||
| 2025-08-28 | Add documentation for tracing | Stypox | -0/+292 | |
| 2025-08-27 | fix target-pointer-width in tests | Waffle Lapkin | -1/+1 | |
| 2025-08-27 | Stabilize BTree{Map,Set}::extract_if | Sidney Cammeresi | -1/+0 | |
| 2025-08-27 | Merge ref '269d5b56bcfd' from rust-lang/rust | The Miri Cronjob Bot | -3/+2 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 269d5b56bcfdf2be82213e72ef9a2e4c592a8c6b Filtered ref: a221b1d3ebb78ec8a01dcb1fe6bb165378e2f5c9 This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-08-27 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to 269d5b56bcfdf2be82213e72ef9a2e4c592a8c6b. | ||||
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -3/+2 | |
| 2025-08-25 | Merge pull request #4543 from RalfJung/tb-sifa | Ralf Jung | -12/+12 | |
| TB: fix SIFA comment | ||||
| 2025-08-25 | TB: fix SIFA comment | Ralf Jung | -12/+12 | |
| 2025-08-25 | Merge ref 'a1dbb443527b' from rust-lang/rust | The Miri Cronjob Bot | -0/+12 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: a1dbb443527bd126452875eb5d5860c1d001d761 Filtered ref: e644bd7324c7e071785356fcaad5bd89e671366b This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-08-25 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to a1dbb443527bd126452875eb5d5860c1d001d761. | ||||
| 2025-08-24 | fmt | The Miri Cronjob Bot | -1/+2 | |
| 2025-08-24 | Merge ref 'f6d23413c399' from rust-lang/rust | The Miri Cronjob Bot | -9/+100 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: f6d23413c399fb530be362ebcf25a4e788e16137 Filtered ref: fc132ae45e682a2556f99caed7bca9b8a2e909c8 This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-08-24 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 | |
| This updates the rust-version file to f6d23413c399fb530be362ebcf25a4e788e16137. | ||||
