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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
check_consts
/
validation.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
Remove `QualifResolver` abstraction
Dylan MacKenzie
-60
/
+102
2019-10-25
Make `check_consts::Item` work on non-const fns
Dylan MacKenzie
-68
/
+3
2019-10-26
rustc_mir: use the new validator's Qualif in promotion.
Eduard-Mihai Burtescu
-5
/
+4
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-10
/
+10
2019-10-03
Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk
Tyler Mandry
-9
/
+9
2019-10-03
Make visit_projection iterative
Santiago Pastorino
-9
/
+9
2019-10-01
Pass attrs to `do_dataflow` in new const checker
Dylan MacKenzie
-1
/
+1
2019-09-30
Stop printing `Qualif` results in debug logs
Dylan MacKenzie
-4
/
+0
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
Rename `sty` to `kind`
Dylan MacKenzie
-4
/
+4
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+2
2019-09-28
Share `IndirectlyMutableLocals` results via reference
Dylan MacKenzie
-21
/
+30
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-335
/
+2
2019-09-28
Correct list of miri-supported operations
Dylan MacKenzie
-2
/
+2
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+919