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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
/
tests
/
pass
Age
Commit message (
Expand
)
Author
Lines
2023-07-07
Use new std::simd fn in miri tests
Jubilee Young
-1
/
+1
2023-06-28
Unique gets special treatment when -Zmiri-unique-is-unique
Neven Villani
-5
/
+206
2023-06-15
Merge from rustc
Oli Scherer
-3
/
+3
2023-06-14
update miri test
The 8472
-3
/
+3
2023-06-03
Select more TB fail tests
Neven Villani
-13
/
+113
2023-05-31
Merge from rustc
Ralf Jung
-1
/
+1
2023-05-29
Update a MIRI fake-time test that this makes "faster"
Scott McMurray
-1
/
+1
2023-05-28
Merge from rustc
Ben Kimock
-0
/
+29
2023-05-27
Add support for nested panics to miri
Amanieu d'Antras
-0
/
+29
2023-05-25
Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix
bors
-1
/
+1
2023-05-23
Merge from rustc
Oli Scherer
-1
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-13
support array return types in simd_bitmask
Ralf Jung
-0
/
+33
2023-05-13
implement SIMD ptr casts
Ralf Jung
-0
/
+12
2023-05-12
Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco
bors
-0
/
+3
2023-05-11
Fix fs miri test on AArch64
bjorn3
-1
/
+1
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-0
/
+3
2023-05-08
port tests to 2021 edition
Ralf Jung
-14
/
+38
2023-05-08
print how long the measured sleep time actually was on test failure
Ralf Jung
-2
/
+4
2023-05-08
increase timing slack for sync tests
Ralf Jung
-4
/
+6
2023-05-05
clearer variable names in data_race
Ralf Jung
-4
/
+2
2023-05-05
ensure that the proc_macro crate exists in the sysroot
Ralf Jung
-0
/
+9
2023-04-28
Tree Borrows: improved diagnostics
Neven Villani
-68
/
+84
2023-04-26
port stacked borrows tests to tree borrows
Ralf Jung
-0
/
+239
2023-04-26
tree borrows: test String::as_mut_ptr
Ralf Jung
-14
/
+41
2023-04-19
Remove a test that wasn't carrying its weight
Oli Scherer
-11
/
+0
2023-04-14
Auto merge of #2843 - jsoref:spelling, r=RalfJung
bors
-15
/
+15
2023-04-14
Fix spelling
Josh Soref
-15
/
+15
2023-04-14
Merge from rustc
Ralf Jung
-3
/
+0
2023-04-13
Update to new ui_test crate
Oli Scherer
-4
/
+4
2023-04-13
Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum
Matthias Krüger
-3
/
+0
2023-04-10
Stabilize IsTerminal
Josh Triplett
-3
/
+0
2023-04-04
Merge from rustc
Oli Scherer
-1
/
+28
2023-03-31
Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk
bors
-1
/
+1
2023-03-24
miri: fix raw pointer dyn receivers
Ralf Jung
-0
/
+27
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-1
/
+1
2023-03-19
Update the virtual clock in isolation mode to step forward with around the sa...
Oli Scherer
-5
/
+23
2023-03-16
TB: select tests to run both TB and SB
Neven Villani
-2
/
+111
2023-03-16
TB: new tests
Neven Villani
-0
/
+502
2023-03-14
Merge from rustc
Ben Kimock
-71
/
+22
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-35
/
+14
2023-03-11
Implement intrinsics for round_ties_even
Ben Kimock
-0
/
+30
2023-03-09
replace legacy copyright annotations in submodules
Pietro Albini
-36
/
+8
2023-02-24
Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`
LevitatingLion
-2
/
+6
2023-02-21
Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele...
Oli Scherer
-0
/
+3
2023-02-21
Merge from rustc
Ralf Jung
-0
/
+117
2023-02-20
fix Stacked Borrows interaction with dyn*
Ralf Jung
-2
/
+0
2023-02-20
basic dyn* support for Miri
Ralf Jung
-0
/
+119
2023-02-17
Add tests for moving data across await point
Bryan Garza
-0
/
+81
2023-02-06
also do not add noalias on not-Unpin Box
Ralf Jung
-10
/
+44
[next]