| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-06 | Implement wcslen | Asger Hautop Drewsen | -9/+64 | |
| 2024-05-06 | Auto merge of #3578 - RalfJung:realloc, r=RalfJung | bors | -7/+1 | |
| avoid code duplication between realloc and malloc | ||||
| 2024-05-06 | avoid code duplication between realloc and malloc | Ralf Jung | -7/+1 | |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -1/+0 | |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -0/+14 | |
| 2024-05-06 | Fix source_range for INT_NUMBER in completion | roife | -1/+46 | |
| 2024-05-05 | Auto merge of #3574 - RalfJung:deps, r=RalfJung | bors | -163/+17 | |
| reduce test_dependencies Also add comments for why we need all these 3 random functions for Windows, and the old Linux syscall interface. | ||||
| 2024-05-05 | getrandom: test with and without isolation | Ralf Jung | -23/+16 | |
| also add some comments for why we keep certain old obscure APIs supported | ||||
| 2024-05-05 | remove rand test | Ralf Jung | -61/+0 | |
| the actual target-specific things we want to test are all in getrandom, and rand already tests miri itself | ||||
| 2024-05-05 | reduce tokio features | Ralf Jung | -79/+1 | |
| 2024-05-05 | Auto merge of #3570 - devnexen:solaris_build_fix, r=RalfJung | bors | -8/+27 | |
| Solaris: make pre-main code work Fixes https://github.com/rust-lang/miri/issues/3566 | ||||
| 2024-05-05 | solaris support start. | David Carlier | -8/+27 | |
| 2024-05-05 | fix lifetime bound var index in dyn trait | dfireBird | -5/+25 | |
| 2024-05-05 | Auto merge of #124754 - RalfJung:miri-sync, r=RalfJung | bors | -1622/+1828 | |
| Miri subtree update r? `@ghost` | ||||
| 2024-05-05 | unix/fs: a bit of cleanup around host-specific code | Ralf Jung | -28/+18 | |
| 2024-05-05 | tests: update test in assist apply_demorgan | roife | -10/+8 | |
| 2024-05-05 | use the repository field to link to the repository | Gábor Szabó | -1/+2 | |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -10/+10 | |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -1/+0 | |
| 2024-05-05 | Implement `edition` method on `Rustdoc` type as well | Guillaume Gomez | -0/+7 | |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -72/+66 | |
| Stabilize exclusive_range_pattern (v2) This PR is identical to #124459, which was approved and merged but then removed from master by a force-push due to a [CI bug](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/ci.20broken.3F). r? ghost Original PR description: --- Stabilization report: https://github.com/rust-lang/rust/issues/37854#issuecomment-1842398130 FCP: https://github.com/rust-lang/rust/issues/37854#issuecomment-1872520294 Stabilization was blocked by a lint that was merged here: #118879 Documentation PR is here: rust-lang/reference#1484 `@rustbot` label +F-exclusive_range_pattern +T-lang | ||||
| 2024-05-05 | Auto merge of #3565 - RalfJung:libc, r=RalfJung | bors | -451/+418 | |
| re-organize libc tests And share some more things across unices | ||||
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 | |
| 2024-05-05 | move randomness tests into a single file and share the getrandom ↵ | Ralf Jung | -88/+55 | |
| implementation across unices | ||||
| 2024-05-05 | move things out of libc-misc that have a better home; make libc-misc work on ↵ | Ralf Jung | -364/+362 | |
| illumos | ||||
| 2024-05-05 | Auto merge of #3569 - RalfJung:cargo-update, r=RalfJung | bors | -335/+309 | |
| housekeeping: update dependencies This also pulls in the new rustc-build-sysroot that hides all the unexpected_cfgs noise. | ||||
| 2024-05-05 | fix: keep parentheses when the precedence of inner expr is lower than the ↵ | roife | -36/+40 | |
| outer one | ||||
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -335/+309 | |
| 2024-05-05 | unix/thread: properly use pthread_t for thread IDs | Ralf Jung | -5/+7 | |
| 2024-05-05 | sanity-check the pthread offsets against the static initializers | Ralf Jung | -26/+123 | |
| 2024-05-05 | pthread shims: reorganize field offset handling | Ralf Jung | -191/+134 | |
| 2024-05-05 | illumos support. | David Carlier | -24/+102 | |
| 2024-05-04 | make ExitProcess Windows-only | Ralf Jung | -8/+8 | |
| 2024-05-04 | fix/extend some comments | Ralf Jung | -1/+2 | |
| 2024-05-04 | rustc_pull: explain order of operations | Ralf Jung | -0/+2 | |
| 2024-05-04 | Merge from rustc | Ralf Jung | -223/+183 | |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 | |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a ↵ | Ralf Jung | -44/+34 | |
| missing foreign function | ||||
| 2024-05-04 | Auto merge of #3561 - RalfJung:rustup, r=RalfJung | bors | -49/+111 | |
| Rustup | ||||
| 2024-05-04 | Auto merge of #3557 - RalfJung:getaffinity, r=RalfJung | bors | -19/+13 | |
| Move sched_getaffinity back to Linux This reverts commit c1a3f8576ea12b0bed68ad3dedf4069ca3d9816f. The shim isn't actually useful for anything, and it is untested on FreeBSD. On Linux it exists solely because std and num_cpus are trying this before falling back to `sysconf`, but on FreeBSD that's not how they work, so there's no reason I can see to have this stub shim on FreeBSD. | ||||
| 2024-05-04 | remove some dead code | Ralf Jung | -3/+0 | |
| 2024-05-04 | bless and fmt | Ralf Jung | -5/+13 | |
| 2024-05-04 | Merge from rustc | Ralf Jung | -45/+102 | |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 | |
| 2024-05-04 | also test pthread_condattr_getclock | Ralf Jung | -1/+42 | |
| 2024-05-04 | factor some pthread offset into constants | Ralf Jung | -8/+16 | |
| 2024-05-04 | sync: better error in invalid synchronization primitive ID | Ralf Jung | -0/+9 | |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ↵ | Ralf Jung | -217/+184 | |
| return block | ||||
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -36/+50 | |
| add helper function to declare an extern static for a weak symbol and use it to make `statx` a regular function and get rid of the syscall | ||||
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -26/+23 | |
