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_const_eval
/
src
/
interpret
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-07
`UnsafeCell` now has no niches, ever.
Oli Scherer
-1
/
+1
2022-07-02
Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung
bors
-2
/
+45
2022-06-29
interpret: add From<&MplaceTy> for PlaceTy
Ralf Jung
-1
/
+1
2022-06-29
avoid walk when `get_ptr_alloc` returns no `AllocRef`
Rémy Rakic
-0
/
+3
2022-06-29
fix comments
Rémy Rakic
-5
/
+5
2022-06-28
const alloc interning: only check for references for arrays/slices
Rémy Rakic
-14
/
+18
2022-06-28
ctfe: clarify skipping the interning walk
Rémy Rakic
-11
/
+30
2022-06-28
ctfe interning: don't walk allocations that don't need it
Rémy Rakic
-3
/
+20
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-1
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+5
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-09
normalization change and rebase
b-naber
-0
/
+2
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-4
/
+7
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-15
/
+12
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-5
/
+6
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+437