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
/
mir
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-3
/
+3
2023-11-25
Review comment
Michael Goulet
-0
/
+11
2023-11-25
Remove mir::Const::from_anon_const
Michael Goulet
-99
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-31
Turn const_caller_location from a query to a hook
Oli Scherer
-2
/
+2
2023-10-31
Do not ICE on constant evaluation failure in GVN.
Camille GILLOT
-2
/
+4
2023-10-30
Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk
Guillaume Gomez
-0
/
+18
2023-10-28
interpret: call caller_location logic the same way codegen does, and share so...
Ralf Jung
-0
/
+18
2023-10-27
Apply suggestions from code review
Camille Gillot
-4
/
+7
2023-10-25
Rename has_provance and tweaks comments.
Camille GILLOT
-8
/
+11
2023-10-25
Valtrees for primitive types are fine.
Camille GILLOT
-2
/
+3
2023-10-25
Complete comments.
Camille GILLOT
-8
/
+5
2023-10-25
Disambiguate non-deterministic constants.
Camille GILLOT
-0
/
+34
2023-10-25
Evaluate computed values to constants.
Camille GILLOT
-0
/
+12
2023-10-05
fix fast-path for try_eval_scalar_int
Ralf Jung
-15
/
+15
2023-10-01
Move `eval_bits` optimization upstream
Nadrieril
-1
/
+10
2023-09-21
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
Guillaume Gomez
-84
/
+23
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-73
/
+17
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-11
/
+6
2023-09-19
adjust constValue::Slice to work for arbitrary slice types
Ralf Jung
-9
/
+18
2023-09-19
comment on the difference between mir::ConstantKind::Unevaluated and mir::Con...
Ralf Jung
-0
/
+5
2023-09-19
move ConstValue into mir
Ralf Jung
-5
/
+160
2023-09-19
move some MIR const pretty-printing into pretty.rs
Ralf Jung
-2
/
+2
2023-09-19
more MIR const types to separate file
Ralf Jung
-0
/
+414