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
/
interpret
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-437
/
+0
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-1
/
+1
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-3
/
+3
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-15
/
+13
2021-06-29
Support allocation failures when interperting MIR
Smitty
-1
/
+1
2021-06-27
Change miri to use tcx allocated allocations.
Charles Lew
-1
/
+0
2021-05-12
entirely remove rustc_args_required_const attribute
Ralf Jung
-1
/
+0
2021-02-20
all InterpError allocate now, so adjust alloc-error-check
Ralf Jung
-8
/
+0
2021-02-20
Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
bors
-9
/
+9
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-4
/
+4
2021-02-16
Pass ImmTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-4
/
+4
2021-01-24
Reduce log level used by tracing instrumentation from info to debug
Tomasz Miąsko
-1
/
+1
2020-12-03
move interpret::MemoryKind::Heap to const eval
Vishnunarayan K I
-11
/
+16
2020-12-02
rename MemoryKind::Heap to ConstHeap; bless test
Vishnunarayan K I
-1
/
+4
2020-12-01
add const_allocate intrisic
Vishnunarayan K I
-1
/
+1
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-1
/
+6
2020-10-26
explain why interning is not as trivial as it might seem
Ralf Jung
-0
/
+11
2020-10-26
interning cleanup: we no longer need to distinguish Const and ConstInner; we ...
Ralf Jung
-56
/
+16
2020-10-26
move &mut-in-const check from interning to validation
Ralf Jung
-2
/
+2
2020-10-26
move UnsafeCell-in-const check from interning to validation
Ralf Jung
-4
/
+2
2020-10-21
Miri engine interning: improve comments, and entirely skip ZST
Ralf Jung
-11
/
+17
2020-10-17
Optimize const value interning for ZST types
Wesley Wiser
-0
/
+6
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+455