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-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