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
/
src
/
test
/
ui
/
const_prop
Age
Commit message (
Collapse
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-82
/
+0
2022-10-02
Don't ICE when trying to copy unsized value in const prop
Michael Goulet
-0
/
+24
2022-03-23
separate const prop lint from optimizations
Carl Scherer
-19
/
+3
2022-02-27
Only create a single expansion for each inline integration.
Camille GILLOT
-4
/
+8
2021-03-05
Bump mir-opt-level from 2 to 3 in tests
Santiago Pastorino
-2
/
+2
2021-01-23
Make sure that const prop does not produce unsilenceable lints after inlining
oli
-0
/
+15
2021-01-04
Do not run const prop on the `mir_for_ctfe` of `const fn`
oli
-3
/
+5
2020-10-27
Address review comment
oli
-1
/
+1
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-3
/
+6
2020-10-27
Add test where diagnostic span points to just the inlined function's body
Oliver Scherer
-0
/
+24
2020-09-26
Make invalid integer operation messages consistent
varkor
-1
/
+1
2020-07-15
Don't panic if the lhs of a div by zero is not statically known
Oliver Scherer
-4
/
+21
2020-07-04
Fix const prop ICE
Oliver Scherer
-0
/
+9
we used to erase the local just before we tried to read it for diagnostics