index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
/
tests
/
pass-dep
Age
Commit message (
Expand
)
Author
Lines
2024-05-16
alloc now works on wasi (and some formatting)
Ralf Jung
-2
/
+4
2024-05-12
Add non-null pointer for posix_memalign
tiif
-4
/
+3
2024-05-09
do not run symlink tests on Windows hosts
Ralf Jung
-77
/
+62
2024-05-09
Implement non-null pointer for malloc(0)
tiif
-5
/
+9
2024-05-06
Auto merge of #3579 - RalfJung:libc, r=RalfJung
bors
-153
/
+164
2024-05-06
organize libc tests into a proper folder, and run some of them on Windows
Ralf Jung
-153
/
+164
2024-05-06
Implement wcslen
Asger Hautop Drewsen
-0
/
+20
2024-05-05
Auto merge of #3574 - RalfJung:deps, r=RalfJung
bors
-24
/
+2
2024-05-05
getrandom: test with and without isolation
Ralf Jung
-1
/
+2
2024-05-05
remove rand test
Ralf Jung
-23
/
+0
2024-05-05
solaris support start.
David Carlier
-2
/
+2
2024-05-05
move randomness tests into a single file and share the getrandom implementati...
Ralf Jung
-57
/
+23
2024-05-05
move things out of libc-misc that have a better home; make libc-misc work on ...
Ralf Jung
-361
/
+353
2024-05-04
also test pthread_condattr_getclock
Ralf Jung
-1
/
+26
2024-05-04
macos: use getentropy from libc
Ralf Jung
-7
/
+0
2024-04-22
Add localtime_r shim
tiif
-0
/
+45
2024-04-18
make realloc with a size of zero fail
Ralf Jung
-3
/
+2
2024-03-29
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
Aria Beingessner
-1
/
+1
2024-03-24
Add libc test for rename and ftruncate
tiif
-0
/
+63
2024-03-09
windows: remove support for slim rwlock
Ralf Jung
-286
/
+0
2024-03-04
linux-futex test: add comment
Ralf Jung
-0
/
+1
2024-02-22
fmt
The Miri Conjob Bot
-2
/
+3
2024-02-22
Merge from rustc
The Miri Conjob Bot
-6
/
+6
2024-02-21
rename ptr::invalid -> ptr::without_provenance
Ralf Jung
-6
/
+6
2024-02-17
add direct test of pthread_cond
Ralf Jung
-4
/
+52
2024-02-12
also test pthread_mutex/rwlock directly
Ralf Jung
-7
/
+122
2024-02-12
comment tweaks
Ralf Jung
-5
/
+4
2024-02-10
Factor out the redundancy between `test_mmap` and `test_mmap64`.
Dan Gohman
-127
/
+24
2024-01-30
Implement the `mmap64` foreign item.
Dan Gohman
-0
/
+114
2024-01-28
Auto merge of #3181 - devnexen:stat_calls_fbsd, r=RalfJung
bors
-1
/
+0
2023-12-30
Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJung
bors
-0
/
+518
2023-12-29
undo some lockfile changes, add explicit types to tests
DrMeepster
-63
/
+45
2023-12-28
Fix integer overflow ICEs from round_up_to_next_multiple_of
Ben Kimock
-0
/
+21
2023-12-28
Support for tempfile crate on UNIX hosts
Pointerbender
-0
/
+21
2023-12-25
have windows tests use windows-sys
DrMeepster
-0
/
+536
2023-12-18
Auto merge of #3220 - saethlin:strict-mmap, r=RalfJung
bors
-3
/
+2
2023-12-17
Make mmap not use expose semantics
Ben Kimock
-3
/
+2
2023-12-12
Merge from rustc
The Miri Conjob Bot
-1
/
+0
2023-12-10
Return MAP_FAILED when mmap fails
Ben Kimock
-0
/
+79
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-26
freebsd add *stat calls interception support
David Carlier
-1
/
+0
2023-11-23
detect and test for data races between setenv and getenv
Ralf Jung
-3
/
+2
2023-11-21
Merge from rustc
Ralf Jung
-0
/
+21
2023-11-20
Test that the GC consults the extra_fn_ptr map
Ben Kimock
-0
/
+21
2023-11-20
libc-misc test freebsd fixes attempt
David Carlier
-51
/
+45
2023-11-16
move reallocarray test into libc-misc
Ralf Jung
-16
/
+17
2023-11-16
make libc-misc pass under FreeBSD
Ralf Jung
-0
/
+7
2023-11-16
split thread test into synchronization primitives and threadname
Ralf Jung
-60
/
+51
2023-11-16
reallocarray shim linux/freebsd support proposal.
David Carlier
-0
/
+16
2023-11-15
freebsd adding getrandom interception.
David Carlier
-1
/
+4
[prev]
[next]