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
/
librustc_mir
/
const_eval
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-2
/
+3
2020-04-28
clarify comment
Ralf Jung
-1
/
+3
2020-04-28
better document const-pattern dynamic soundness checks, and fix a soundness hole
Ralf Jung
-1
/
+8
2020-04-27
share some common code for compile-time miri instances
Ralf Jung
-56
/
+4
2020-04-22
Don't use `*` for deref-coercion
Dylan MacKenzie
-1
/
+1
2020-04-16
Move stack access methods in the Machine implementations out of the enforce_ ...
Vytautas Astrauskas
-14
/
+14
2020-04-15
Make the necessary changes to support concurrency in Miri.
Vytautas Astrauskas
-6
/
+24
2020-04-15
Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk
Mazdak Farrokhzad
-4
/
+7
2020-04-14
Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obk
Dylan DPC
-8
/
+23
2020-04-13
Miri: let machine hook dynamically decide about alignment checks
Ralf Jung
-3
/
+6
2020-04-13
Miri: let push_frame hook also access and mutate the rest of the frame data
Ralf Jung
-4
/
+7
2020-04-10
assert that only statics can possibly be mutable
Ralf Jung
-8
/
+8
2020-04-09
tighten CTFE safety net for accesses to globals
Ralf Jung
-8
/
+23
2020-03-30
stop unnecessarily passing around span argument for Miri function calls
Ralf Jung
-7
/
+4
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-25
rename def_id -> static_def_id
Ralf Jung
-3
/
+3
2020-03-25
better explain GLOBAL_KIND choice
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
-2
/
+6
2020-03-24
move ModifiedStatic error to ConstEval errors, and generally adjust terminolo...
Ralf Jung
-6
/
+10
2020-03-24
Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...
Mazdak Farrokhzad
-47
/
+20
2020-03-22
Rename `TimeLimitReached` -> `StepLimitReached`
Dylan MacKenzie
-1
/
+1
2020-03-21
remove unused unit values (clippy::unused_unit)
Matthias Krüger
-3
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-17
Use `const_eval_limit` instead of infinite loop detector
Dylan MacKenzie
-47
/
+20
2020-03-11
miri: categorize errors into "unsupported" and "UB"
Ralf Jung
-1
/
+2
2020-03-09
remove no-longer needed span from Miri Machine hook
Ralf Jung
-1
/
+0
2020-03-05
Opt out of CTFE if the 'const_eval_limit' is set to 0
Christoph Schmidler
-5
/
+13
2020-02-23
miri/machine: add canonical_alloc_id hook to replace find_foreign_static
Ralf Jung
-9
/
+1
2020-02-13
rename PanicInfo -> AssertKind
Ralf Jung
-2
/
+2
2020-02-13
move PanicInfo to mir module
Ralf Jung
-3
/
+4
2020-02-13
no need for hook_panic_fn to return a bool
Ralf Jung
-10
/
+8
2020-02-13
remove PanicInfo::Panic variant that MIR does not use or need
Ralf Jung
-4
/
+3
2020-02-13
remove Panic variant from InterpError
Ralf Jung
-17
/
+45
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb
Dylan DPC
-1
/
+2
2020-01-04
Update ABI in const impls of panic_fn/begin_panic_fn.
Adam Perry
-1
/
+2
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-26
Rebase fallout
Oliver Scherer
-2
/
+2
2019-12-26
Bail out before running the query
Oliver Scherer
-3
/
+4
2019-12-26
Move a function to make its adjacent impl block easier to discover
Oliver Scherer
-39
/
+43
2019-12-26
Move `eval_const_fn_call` to the `const_eval` module
Oliver Scherer
-12
/
+43
2019-12-26
Move const eval machine into its own module
Oliver Scherer
-0
/
+328