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_middle
/
src
/
ty
/
consts
/
valtree.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Apply suggestions from code review
Ralf Jung
-1
/
+1
2025-08-14
avoid unnecessary type sanity checks
Ralf Jung
-8
/
+4
2025-08-14
use ty::Value instead of manual pairs of types and valtrees
Ralf Jung
-4
/
+10
2025-08-14
pattern testing: store constants as valtrees
Ralf Jung
-0
/
+13
2025-06-26
const-eval: allow constants to refer to mutable/external memory, but reject s...
Ralf Jung
-1
/
+7
2025-04-01
Improve docs of ValTreeKind
bjorn3
-1
/
+1
2025-02-13
intern valtrees
Lukas Markeffsky
-27
/
+71
2025-02-03
Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`
FedericoBruzzone
-24
/
+23
2025-01-30
check the types in `ty::Value` to value conversion
Lukas Markeffsky
-1
/
+11
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-7
/
+44
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-4
/
+5
2024-04-19
avoid PartialOrd on ScalarInt
Ralf Jung
-1
/
+1
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-2
/
+2
2023-07-12
fixed typos
agnarrarendelle
-1
/
+1
2023-04-01
use and_then/flat_map for map().flatten()
Matthias Krüger
-1
/
+1
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-2
/
+2
2022-09-04
Make `const_eval_select` a real intrinsic
Deadbeef
-1
/
+4
2022-07-26
Allow try_to_raw_bytes on u8 array
Michael Goulet
-20
/
+14
2022-07-20
clippy::perf fixes
Matthias Krüger
-6
/
+4
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-0
/
+59
2022-04-21
implement valtree -> constvalue conversion
b-naber
-0
/
+3
2022-04-21
add helper methods on ValTree
b-naber
-0
/
+16
2022-04-08
create leafs for slices
b-naber
-28
/
+0
2022-03-29
Add type for slices in ValTrees
b-naber
-1
/
+29
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-03-16
Update compiler/rustc_middle/src/ty/consts/valtree.rs
Oli Scherer
-1
/
+1
2021-03-16
Update compiler/rustc_middle/src/ty/consts/valtree.rs
Oli Scherer
-1
/
+2
2021-03-15
Pacify tidy
Oli Scherer
-1
/
+1
2021-03-15
Document valtree
Oli Scherer
-0
/
+18
2021-03-12
Intern valtree field vector
Oli Scherer
-5
/
+5
2021-03-12
Implement valtree
Oli Scherer
-0
/
+15