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
2024-11-20
interpret: make typing_env field private
Ralf Jung
-12
/
+15
2024-11-20
Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors
bors
-12
/
+10
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-10
/
+10
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-10
/
+8
2024-11-19
Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov
Matthias Krüger
-5
/
+5
2024-11-18
Update `xshell` and `xshell-macros` to v0.2.7
Urgau
-5
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-10
/
+16
2024-11-17
Likely unlikely fix
Jiri Bobek
-1
/
+1
2024-11-10
fix linux-futex test being accidentally disabled
Ralf Jung
-3
/
+2
2024-11-10
store futexes in per-allocation data rather than globally
Ralf Jung
-55
/
+122
2024-11-10
Merge from rustc
Ralf Jung
-22
/
+26
2024-11-10
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2024-11-09
make return type of get_alloc_info a struct, and reduce some code duplication...
Ralf Jung
-20
/
+20
2024-11-09
Merge pull request #4020 from RalfJung/thread-sope
Ralf Jung
-0
/
+24
2024-11-09
interpret: get_alloc_info: also return mutability
Ralf Jung
-7
/
+7
2024-11-09
pthread-sync: avoid confusing error when running with preemption
Ralf Jung
-0
/
+24
2024-11-09
Merge from rustc
The Miri Cronjob Bot
-1
/
+25
2024-11-09
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-11-08
Merge pull request #4004 from YohDeadfall/thread-name-ice-fix
Ralf Jung
-109
/
+192
2024-11-08
Get/set thread name shims return errors for invalid handles
Yoh Deadfall
-109
/
+192
2024-11-08
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...
Ralf Jung
-1
/
+1
2024-11-07
Renamed ecx variales to this
Yoh Deadfall
-36
/
+36
2024-11-04
miri: update ABI compat checks to accept Option-like types
Ralf Jung
-0
/
+24
2024-11-03
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-11-03
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-11-02
Auto merge of #125579 - Noratrieb:print-host, r=davidtwco
bors
-1
/
+1
2024-11-02
teach clippy about IeeeFloat, and make all 'allow' into 'expect'
Ralf Jung
-39
/
+28
2024-11-02
Merge from rustc
Ralf Jung
-486
/
+523
2024-11-02
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-1
/
+1
2024-11-02
miri: Directly use rustc_abi
Jubilee Young
-485
/
+526
2024-10-31
silence clippy
Ralf Jung
-0
/
+2
2024-10-31
fmt
The Miri Cronjob Bot
-1
/
+1
2024-10-31
Merge from rustc
The Miri Cronjob Bot
-9
/
+20
2024-10-31
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-10-31
Merge pull request #4003 from YohDeadfall/windows-shim-typo
Ben Kimock
-1
/
+1
2024-10-31
Fixed a typo in the GetThreadDescription shim
Yoh Deadfall
-1
/
+1
2024-10-30
Merge pull request #4000 from noahmbright/futex
Ralf Jung
-4
/
+18
2024-10-30
Change futex_wait errno from Scalar to IoError
Noah Bright
-4
/
+18
2024-10-30
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-10-30
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-10-29
miri: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-9
/
+20
2024-10-29
Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee
Jubilee
-1
/
+1
2024-10-28
Bless a miri test
Maybe Lapkin
-1
/
+1
2024-10-28
Merge pull request #3998 from RalfJung/contrib
Oli Scherer
-8
/
+19
2024-10-28
contributing guide: mention expectations around force pushes and squashing
Ralf Jung
-8
/
+19
2024-10-28
Merge pull request #3992 from YohDeadfall/android-syscall
Ralf Jung
-70
/
+93
2024-10-28
Android: Added syscall support
Yoh Deadfall
-70
/
+93
2024-10-28
Merge pull request #3954 from Mandragorian/coverage-report
Ralf Jung
-11
/
+173
2024-10-27
Add option for generating coverage reports
Konstantin Andrikopoulos
-11
/
+173
[next]