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
Age
Commit message (
Expand
)
Author
Lines
2023-05-27
Add support for nested panics to miri
Amanieu d'Antras
-23
/
+38
2023-05-25
Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obk
Michael Goulet
-5
/
+8
2023-05-25
Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix
bors
-7
/
+7
2023-05-25
Manually add inlined frames in the interpreter stacktrace.
Camille GILLOT
-5
/
+8
2023-05-23
Merge from rustc
Oli Scherer
-10
/
+8
2023-05-23
Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead
Dylan DPC
-4
/
+4
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-1
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-3
/
+3
2023-05-19
Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`
Maybe Waffle
-6
/
+4
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-13
fmt and fix lint
Ralf Jung
-1
/
+0
2023-05-13
Merge from rustc
Ralf Jung
-0
/
+9
2023-05-12
Auto merge of #111506 - RalfJung:miri, r=oli-obk
bors
-1
/
+5
2023-05-12
Auto merge of #2890 - oli-obk:ui_test, r=RalfJung
bors
-16
/
+47
2023-05-12
Document arguments and interesting flags
Oli Scherer
-1
/
+3
2023-05-12
Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco
bors
-0
/
+9
2023-05-12
Pass arguments to the interpreted program via `run-dep`
Oli Scherer
-44
/
+39
2023-05-12
fmt
Ralf Jung
-1
/
+3
2023-05-12
Merge from rustc
Ralf Jung
-37
/
+24
2023-05-11
miri: Move patterns for simd tests
Jubilee Young
-35
/
+17
2023-05-11
Remove a misleading part of a function name
Oli Scherer
-3
/
+3
2023-05-11
Stop ignoring the `--manifest-path`
Oli Scherer
-2
/
+2
2023-05-11
Bless miri tests
bjorn3
-6
/
+6
2023-05-11
Fix fs miri test on AArch64
bjorn3
-1
/
+1
2023-05-11
Add `./miri run-dep` for running a file with test dependencies available
Oli Scherer
-2
/
+36
2023-05-11
Emit the compiler flags again
Oli Scherer
-0
/
+2
2023-05-11
fix deny_lint test
Ralf Jung
-2
/
+7
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-0
/
+9
2023-05-10
fmt
Ralf Jung
-1
/
+0
2023-05-10
Merge from rustc
Ralf Jung
-1
/
+0
2023-05-09
Document some arguments
Oli Scherer
-0
/
+2
2023-05-09
Separate config building from Miri command building
Oli Scherer
-25
/
+26
2023-05-09
Update to latest ui_test crate version.
Oli Scherer
-48
/
+99
2023-05-08
port tests to 2021 edition
Ralf Jung
-33
/
+109
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-06
Simplify Tree Borrows event filtering by getting the Range from RangeMap
Neven Villani
-0
/
+6
2023-05-05
Stabilize const_ptr_read
bors
-1
/
+0
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-05-05
Merge from rustc
Ralf Jung
-0
/
+56
2023-05-02
Avoid ICEing miri on layout query cycles
Oli Scherer
-0
/
+56
2023-05-02
Avoid interpreting code that has lint errors
Oli Scherer
-0
/
+20
2023-05-01
Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin
bors
-3
/
+3
2023-04-30
Update MIRI compiletests
Scott McMurray
-3
/
+3
2023-04-29
bless
Ralf Jung
-2
/
+2
2023-04-28
tweak wording
Ralf Jung
-68
/
+71
2023-04-28
Tree Borrows: improved diagnostics
Neven Villani
-99
/
+367
2023-04-26
port stacked borrows tests to tree borrows
Ralf Jung
-0
/
+239
[next]