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
/
librustc_mir
/
interpret
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-26
Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is...
Ralf Jung
-49
/
+20
2020-06-28
Erase all block-only locals at the end of every block, even if they have not ...
Oliver Scherer
-1
/
+18
2020-05-30
Make TLS accesses explicit in MIR
Oliver Scherer
-0
/
+7
2020-05-01
rename InvalidIntPtrUsage
Ralf Jung
-3
/
+3
2020-04-30
Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk
Tyler Mandry
-0
/
+2
2020-04-27
share some common code for compile-time miri instances
Ralf Jung
-0
/
+64
2020-04-26
organize Debug/Display impls a bit more; avoid sign-ignorant decimal display
Ralf Jung
-0
/
+2
2020-04-16
Rename Machine::eval_maybe_thread_local_static_const to adjust_global_const a...
Vytautas Astrauskas
-1
/
+1
2020-04-15
Remove now unnecessary resolve_maybe_global_alloc.
Vytautas Astrauskas
-25
/
+11
2020-04-15
Add function eval_maybe_thread_local_static_const that allows handling thread...
Vytautas Astrauskas
-28
/
+39
2020-04-15
Clarify the comments explaining the purpose of resolve_maybe_global_alloc.
Vytautas Astrauskas
-4
/
+9
2020-04-15
Address reviewers' comments: replace resolve_thread_local_allocation_id with ...
Vytautas Astrauskas
-14
/
+26
2020-04-15
Make the necessary changes to support concurrency in Miri.
Vytautas Astrauskas
-0
/
+24
2020-04-15
Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk
Mazdak Farrokhzad
-5
/
+13
2020-04-13
Miri: let machine hook dynamically decide about alignment checks
Ralf Jung
-1
/
+1
2020-04-13
add after_stack_push hook; add public ImmTy::from_immediate method, and make ...
Ralf Jung
-0
/
+5
2020-04-13
Miri: let push_frame hook also access and mutate the rest of the frame data
Ralf Jung
-5
/
+8
2020-04-10
added machine hooks to track deallocations
Ozaren
-0
/
+8
2020-04-04
indicate better which kind of memory got leaked
Ralf Jung
-1
/
+1
2020-04-04
avoid printing allocations twice
Ralf Jung
-1
/
+1
2020-03-30
stop unnecessarily passing around span argument for Miri function calls
Ralf Jung
-3
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-25
rename def_id -> static_def_id
Ralf Jung
-1
/
+1
2020-03-24
fix const_prop ICE
Ralf Jung
-0
/
+1
2020-03-24
get back the more precise error message
Ralf Jung
-0
/
+1
2020-03-24
move ModifiedStatic error to ConstEval errors, and generally adjust terminolo...
Ralf Jung
-16
/
+19
2020-03-19
do not 'return' in 'throw_' macros
Ralf Jung
-1
/
+1
2020-03-18
Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk
Mazdak Farrokhzad
-1
/
+3
2020-03-14
adjust Miri to needs of changed unwinding strategy
Ralf Jung
-6
/
+6
2020-03-12
Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obk
Mazdak Farrokhzad
-0
/
+5
2020-03-11
generalize InvalidNullPointerUsage to InvalidIntPointerUsage
Ralf Jung
-1
/
+3
2020-03-11
miri: categorize errors into "unsupported" and "UB"
Ralf Jung
-1
/
+1
2020-03-09
also handle abort intrinsic with new machine hook
Ralf Jung
-1
/
+1
2020-03-09
remove no-longer needed span from Miri Machine hook
Ralf Jung
-1
/
+0
2020-03-09
miri: add machine hook for Abort terminator
Ralf Jung
-0
/
+5
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-23
fmt
Ralf Jung
-4
/
+1
2020-02-23
canonicalize alloc ID before calling tag_static_base_pointer
Ralf Jung
-0
/
+2
2020-02-23
miri/machine: add canonical_alloc_id hook to replace find_foreign_static
Ralf Jung
-19
/
+25
2020-02-13
move PanicInfo to mir module
Ralf Jung
-3
/
+3
2020-01-10
Remove StaticKind
Santiago Pastorino
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
Update ABI in const impls of panic_fn/begin_panic_fn.
Adam Perry
-0
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-23
Dynamically prevent constants from accessing statics
Oliver Scherer
-1
/
+4
2019-12-22
Format the world
Mark Rousskov
-31
/
+18
2019-12-04
Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung
bors
-1
/
+1
2019-12-02
fix init_allocation_extra
Ralf Jung
-6
/
+8
2019-12-02
make alloc_extra machine hook a bit nicer
Ralf Jung
-5
/
+2
2019-12-02
expose span to M::assert_panic, and provide helper to turn that into CallerLo...
Ralf Jung
-0
/
+1
[next]