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
/
discriminant.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-14
Fix some typos
cui fliter
-2
/
+2
2023-10-25
Evaluate computed values to constants.
Camille GILLOT
-5
/
+6
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-21
try to avoid some layout_of calls
Ralf Jung
-1
/
+1
2023-09-20
interpret: more consistently use ImmTy in operators and casts
Ralf Jung
-7
/
+6
2023-09-11
Return ImmTy in discriminant_for_variant.
Camille GILLOT
-3
/
+4
2023-07-25
interpret: make read functions generic over operand type
Ralf Jung
-18
/
+13
2023-07-25
interpret: make write functions generic over the place type
Ralf Jung
-6
/
+11
2023-07-25
interpret: read_discriminant: only return VariantIdx
Ralf Jung
-27
/
+39
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-6
/
+22
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-14
/
+10
2023-07-21
support non-null pointer niches in CTFE
Moulins
-10
/
+14
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+3
2023-04-16
Various minor Idx-related tweaks
Scott McMurray
-8
/
+9
2023-02-06
interpret: move discriminant reading and writing to separate file
Ralf Jung
-0
/
+238