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_const_eval
/
src
/
const_eval
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-21
implement valtree -> constvalue conversion
b-naber
-130
/
+6
2022-04-18
remove an unnecessary use of loc_place.ptr.into_pointer_or_addr
Ralf Jung
-1
/
+1
2022-04-14
handle arrays and slices uniformly in valtree creation
b-naber
-31
/
+13
2022-04-12
use len on mplace instead of reading immediate, remove dead code
b-naber
-37
/
+12
2022-04-08
use deref on ImmTy
b-naber
-3
/
+2
2022-04-08
create leafs for slices
b-naber
-71
/
+57
2022-03-29
include refs in valtree creation
b-naber
-25
/
+113
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-1
/
+1
2022-02-19
Fix pretty printing of enums without variants
Tomasz Miąsko
-0
/
+4
2022-02-16
Support pretty printing of invalid constants
Tomasz Miąsko
-20
/
+18
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-5
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-2
/
+2
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+207