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
Age
Commit message (
Expand
)
Author
Lines
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-12
Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...
bors
-15
/
+8
2023-07-11
fix handling of alignment for dyn-sized places
Ralf Jung
-5
/
+6
2023-07-11
miri tree borrows: skip retag_reference early if there is no NewPermission
Ralf Jung
-13
/
+15
2023-07-11
miri: protect Move() function arguments during the call
Ralf Jung
-85
/
+422
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-15
/
+8
2023-07-10
Merge from rustc
Ralf Jung
-0
/
+43
2023-07-10
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2023-07-09
test and fix return place alias restrictions
Ralf Jung
-2
/
+124
2023-07-09
Auto merge of #113488 - RalfJung:miri, r=RalfJung
bors
-98
/
+251
2023-07-08
Merge from rustc
The Miri Conjob Bot
-1
/
+1
2023-07-08
Preparing for merge from rustc
The Miri Conjob Bot
-1
/
+1
2023-07-07
Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk
Michael Goulet
-0
/
+43
2023-07-07
miri: check that assignments do not self-overlap
Ralf Jung
-0
/
+43
2023-07-07
Auto merge of #2969 - oli-obk:run-dep, r=RalfJung
bors
-10
/
+11
2023-07-07
MIRIFLAGS are already passed in the `./miri` wrapper
Oli Scherer
-5
/
+0
2023-07-07
Remove a now-useless flag
Oli Scherer
-1
/
+0
2023-07-07
Silence all the boilerplate around `./miri run` and `./miri run-dep`
Oli Scherer
-1
/
+1
2023-07-07
Use new std::simd fn in miri tests
Jubilee Young
-1
/
+1
2023-07-07
fmt
The Miri Conjob Bot
-19
/
+26
2023-07-07
Merge from rustc
The Miri Conjob Bot
-14
/
+17
2023-07-07
Preparing for merge from rustc
The Miri Conjob Bot
-1
/
+1
2023-07-06
Stop parsing ui_test annotations in `run-dep` mode
Oli Scherer
-10
/
+17
2023-07-06
Ignore test on apple
Oli Scherer
-0
/
+1
2023-07-05
C "memcpy" shim: ensure the pointers are valid
Ralf Jung
-0
/
+108
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-14
/
+17
2023-07-04
Auto merge of #2960 - oli-obk:run_filter, r=oli-obk
bors
-1
/
+2
2023-07-04
Auto merge of #2963 - RalfJung:start, r=RalfJung
bors
-2
/
+6
2023-07-04
Restore test filtering by substring.
Oli Scherer
-1
/
+2
2023-07-04
better error on missing #[start]
Ralf Jung
-2
/
+6
2023-07-04
Auto merge of #2957 - RalfJung:zulip, r=oli-obk
bors
-5
/
+11
2023-07-03
vec tets: ensure pointer is still writeable
Ralf Jung
-6
/
+6
2023-07-03
remove outdated comment
Ralf Jung
-1
/
+0
2023-07-03
send link to PR to Zulip
Ralf Jung
-4
/
+11
2023-07-03
Silence clippy on FIXME'd code and fix the new lints otherwise
Oli Scherer
-2
/
+4
2023-07-03
fmt
The Miri Conjob Bot
-35
/
+53
2023-07-03
Merge from rustc
The Miri Conjob Bot
-1
/
+2
2023-07-03
Preparing for merge from rustc
The Miri Conjob Bot
-1
/
+1
2023-07-02
can't seem to avoid repeating the branch name...
Ralf Jung
-3
/
+3
2023-07-02
more CI yml cleanup
Ralf Jung
-7
/
+6
2023-07-02
sadly 'gh' doesnt support all git upstream branch configs
Ralf Jung
-2
/
+4
2023-07-02
cronjob auto-PR: try to fix setting the remote branch
Ralf Jung
-4
/
+2
2023-07-02
Auto merge of #2950 - icewind1991:cargo-miri-rustc-error, r=RalfJung
bors
-1
/
+5
2023-07-02
cron auto-PR: need to set upstream branch
Ralf Jung
-2
/
+2
2023-07-02
cargo-miri: better error message when RUSTC is not set
Robin Appelman
-1
/
+5
2023-07-02
CI cleanup
Ralf Jung
-8
/
+3
2023-07-02
cronjob auto-PR: fetch more of the history
Ralf Jung
-2
/
+2
2023-07-02
cronjob auto-PR: make sure we are on a branch
Ralf Jung
-2
/
+6
2023-07-01
Put `LayoutError` behind reference to shrink result
Nilstrieb
-1
/
+1
2023-06-29
Use a valid `target` directory in miri ui tests
Oli Scherer
-0
/
+1
[next]