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
/
compiler
/
rustc_mir
/
src
/
interpret
/
intern.rs
Age
Commit message (
Collapse
)
Author
Lines
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
no longer need the ignore_interior_mut_in_const hack
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
Interning can skip any inhabited ZST type in general.
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+455