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
/
const_eval
/
valtrees.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2023-03-25
Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`
Scott McMurray
-2
/
+2
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-3
/
+3
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-2
/
+2
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-1
/
+2
2022-12-13
Combine identical alias arms
Michael Goulet
-5
/
+3
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+4
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-2
/
+2
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-1
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-12
/
+6
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-10
/
+5
2022-07-15
interpret/visitor: support visiting with a PlaceTy
Ralf Jung
-1
/
+1
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-6
/
+2
2022-06-29
interpret: add From<&MplaceTy> for PlaceTy
Ralf Jung
-5
/
+5
2022-06-14
correctly create Scalar for meta info
b-naber
-3
/
+7
2022-06-14
address review
b-naber
-7
/
+21
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-36
/
+15
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-61
/
+82
2022-05-12
fix clippy expect_fun_call
klensy
-1
/
+3
2022-04-27
combine all unsized types and add another recursive call to process nested un...
b-naber
-88
/
+77
2022-04-26
account for custom DSTs in valtree -> constvalue conversion
b-naber
-5
/
+113
2022-04-24
include valtree creation and valtree -> constvalue conversion in debug assert...
b-naber
-30
/
+22
2022-04-21
deduplicate a lot of code
b-naber
-224
/
+115
2022-04-21
implement valtree -> constvalue conversion
b-naber
-0
/
+479