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
Age
Commit message (
Expand
)
Author
Lines
2023-05-27
Add support for nested panics to miri
Amanieu d'Antras
-32
/
+53
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
-38
/
+51
2023-05-25
Manually add inlined frames in the interpreter stacktrace.
Camille GILLOT
-5
/
+8
2023-05-23
Update to latest clippy
Oli Scherer
-16
/
+16
2023-05-23
Merge from rustc
Oli Scherer
-10
/
+8
2023-05-23
Preparing for merge from rustc
Oli Scherer
-1
/
+1
2023-05-23
Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead
Dylan DPC
-4
/
+4
2023-05-21
Use a signal handler to observe ctrl+c and cleanly drop the measureme profiler
Ben Kimock
-0
/
+56
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-18
Merge from rustc
Ralf Jung
-2
/
+1
2023-05-18
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2023-05-16
Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk
Nilstrieb
-2
/
+1
2023-05-16
Merge from rustc
Ralf Jung
-2
/
+2
2023-05-16
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+2
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-2
/
+1
2023-05-13
Auto merge of #2895 - RalfJung:simd_bitmask, r=RalfJung
bors
-2
/
+42
2023-05-13
support array return types in simd_bitmask
Ralf Jung
-2
/
+42
2023-05-13
cargo-miri: fix forwarding arguments to cargo
Ralf Jung
-30
/
+33
2023-05-13
implement SIMD ptr casts
Ralf Jung
-5
/
+33
2023-05-13
fmt and fix lint
Ralf Jung
-2
/
+1
2023-05-13
Merge from rustc
Ralf Jung
-0
/
+9
2023-05-13
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2023-05-12
Auto merge of #111506 - RalfJung:miri, r=oli-obk
bors
-4
/
+7
2023-05-12
Auto merge of #2890 - oli-obk:ui_test, r=RalfJung
bors
-21
/
+58
2023-05-12
Document arguments and interesting flags
Oli Scherer
-1
/
+3
2023-05-12
opt-level 4 should work again now
Ralf Jung
-2
/
+1
2023-05-12
bump rustc (no josh changes)
Ralf Jung
-1
/
+1
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
-47
/
+42
2023-05-12
fmt
Ralf Jung
-1
/
+3
2023-05-12
Merge from rustc
Ralf Jung
-37
/
+24
2023-05-12
Preparing for merge from rustc
Ralf Jung
-1
/
+1
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
-3
/
+3
2023-05-11
Bless miri tests
bjorn3
-6
/
+6
2023-05-11
Fix review comments
bjorn3
-7
/
+6
2023-05-11
Improve miri comments
bjorn3
-1
/
+14
2023-05-11
Fix fs miri test on AArch64
bjorn3
-1
/
+1
2023-05-11
Fix allocator shim handling in miri
bjorn3
-31
/
+32
2023-05-11
Add `./miri run-dep` for running a file with test dependencies available
Oli Scherer
-4
/
+44
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
Auto merge of #2879 - saethlin:measureme, r=RalfJung
bors
-2
/
+18
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-0
/
+9
2023-05-10
Explain the padding
Ben Kimock
-0
/
+4
[next]