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
/
compiler
/
rustc_mir
/
src
/
const_eval
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-1402
/
+0
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-1
/
+2
2021-07-28
Improve comments about const panic handling
Mara Bos
-0
/
+2
2021-07-28
Check that const_panic_fmt is const too.
Mara Bos
-2
/
+9
2021-07-28
Make const panic!("..") work in Rust 2021.
Mara Bos
-9
/
+28
2021-07-24
get rid of NoMirFor error variant
Ralf Jung
-15
/
+4
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-2
/
+2
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-6
/
+8
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-35
/
+22
2021-07-10
Update tests
Deadbeef
-1
/
+1
2021-07-10
Update CTFE to allow fns marked with the attr
Deadbeef
-6
/
+9
2021-07-10
functions marked with attr are not const
Deadbeef
-3
/
+0
2021-07-10
Treat trait fns marked with the attr as const
Deadbeef
-1
/
+4
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-2
/
+2
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-3
/
+3
2021-07-02
Allocation failure in constprop panics right away
Smitty
-0
/
+2
2021-06-29
Unwrap allocated Location at creation
Smitty
-5
/
+1
2021-06-29
Support allocation failures when interperting MIR
Smitty
-3
/
+7
2021-06-16
Move some hard error logic to InterpError
Smitty
-15
/
+17
2021-06-15
Use better error message for hard errors in CTFE
Smitty
-9
/
+4
2021-05-30
Emit a hard error when a panic occurs during const-eval
Aaron Hill
-52
/
+56
2021-05-29
Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk
bors
-3
/
+15
2021-05-28
Auto merge of #85546 - hyd-dev:unwind, r=RalfJung
bors
-3
/
+3
2021-05-28
const eval errors: display the current item instance if there are generics in...
Rémy Rakic
-3
/
+15
2021-05-23
Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...
hyd-dev
-3
/
+3
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-2
/
+3
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-1
/
+1
2021-04-25
remove now-unused 'is_min_const_fn'
Ralf Jung
-49
/
+0
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-02
Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk
bors
-0
/
+10
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+10
2021-03-29
Only emit a discrimiant tag for enums
Oli Scherer
-1
/
+1
2021-03-16
Update compiler/rustc_mir/src/const_eval/mod.rs
Oli Scherer
-5
/
+4
2021-03-15
Explain pointer and dyn Trait handling in const_to_valtree
Oli Scherer
-9
/
+7
2021-03-15
Explain how we encode enums at the encoding site
Oli Scherer
-3
/
+4
2021-03-15
Explain why we do not allow const_to_valtree to read from statics
Oli Scherer
-1
/
+6
2021-03-12
We won't support trait object constants in type level constants for the forse...
Oli Scherer
-3
/
+5
2021-03-12
Intern valtree field vector
Oli Scherer
-3
/
+7
2021-03-12
Implement valtree
Oli Scherer
-2
/
+90
2021-02-25
fix review
klensy
-1
/
+1
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-20
Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
bors
-27
/
+27
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-4
/
+8
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-6
/
+6
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-4
/
+4
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-17
/
+17
2021-02-13
Heat up the ICE-y error reporting
Ellen
-1
/
+1
2021-02-05
improve error message for disallowed ptr-to-int casts in const eval
Jeffrey Griffin
-1
/
+8
2021-01-24
clean up some const error reporting around promoteds
Ralf Jung
-74
/
+28
[next]