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
/
const_eval
/
error.rs
Age
Commit message (
Collapse
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-206
/
+0
2020-08-09
move const_eval error reporting logic into rustc_mir::const_eval::error
Ralf Jung
-13
/
+157
2020-06-26
Show the values and computation that would overflow a const evaluation or ↵
Oliver Scherer
-1
/
+2
propagation
2020-06-12
fix const_prop spans and re-bless tests
Ralf Jung
-2
/
+3
2020-06-12
make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span ↵
Ralf Jung
-1
/
+1
of the evaluation
2020-04-30
Miri: port error backtraces to std::backtrace
Ralf Jung
-1
/
+1
2020-04-15
Make the necessary changes to support concurrency in Miri.
Vytautas Astrauskas
-1
/
+1
2020-03-30
remove a dead parameter that everyone sets to None
Ralf Jung
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-24
fix const_prop ICE
Ralf Jung
-5
/
+3
2020-03-24
move ModifiedStatic error to ConstEval errors, and generally adjust ↵
Ralf Jung
-0
/
+6
terminology from "static" to "global" where appropriate
2020-03-23
add err_machine_stop macro
Ralf Jung
-2
/
+2
2020-02-13
rename PanicInfo -> AssertKind
Ralf Jung
-2
/
+2
2020-02-13
move PanicInfo to mir module
Ralf Jung
-1
/
+2
2020-02-13
remove PanicInfo::Panic variant that MIR does not use or need
Ralf Jung
-2
/
+8
2020-02-13
remove Panic variant from InterpError
Ralf Jung
-7
/
+14
2019-12-26
Move const eval query components into their own module
Oliver Scherer
-2
/
+14
2019-12-26
Move const eval machine into its own module
Oliver Scherer
-0
/
+30