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
/
librustc_mir
/
transform
/
check_consts
Age
Commit message (
Expand
)
Author
Lines
2019-11-13
Change control flow error to delay span bug
Dylan MacKenzie
-1
/
+8
2019-11-12
Rename in librustc_mir.
Camille GILLOT
-2
/
+1
2019-11-12
check-consts remove cannot mutate statics in initializer of another static error
Santiago Pastorino
-11
/
+1
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-11-08
Stop returning promotables from `mir_const_qualif`
Dylan MacKenzie
-1
/
+1
2019-10-25
Remove `QualifResolver` abstraction
Dylan MacKenzie
-204
/
+111
2019-10-25
Use `is_lang_panic_fn` from `check_consts` in `promote_consts`
Dylan MacKenzie
-1
/
+2
2019-10-25
Make `Item` fields pub
Dylan MacKenzie
-5
/
+5
2019-10-25
Make `check_consts::Item` work on non-const fns
Dylan MacKenzie
-119
/
+104
2019-10-26
rustc_mir: use the new validator's Qualif in promotion.
Eduard-Mihai Burtescu
-27
/
+65
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-21
/
+20
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-30
Use separate files for debugging `Qualif` dataflow results
Dylan MacKenzie
-1
/
+6
2019-09-30
Update consumers of `generic::Engine` API
Dylan MacKenzie
-1
/
+2
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-3
/
+3
2019-09-28
Rename `sty` to `kind`
Dylan MacKenzie
-6
/
+6
2019-09-28
Revert "Use conservative, type-based qualifcation for statics"
Dylan MacKenzie
-2
/
+3
2019-09-28
Mask results from flow-sensitive resolver with `in_any_value_of_ty`
Dylan MacKenzie
-1
/
+19
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+17
2019-09-28
Share `IndirectlyMutableLocals` results via reference
Dylan MacKenzie
-25
/
+33
2019-09-28
Require `fmt::Debug` to implement `NonConstOp`
Dylan MacKenzie
-1
/
+1
2019-09-28
Use conservative, type-based qualifcation for statics
Dylan MacKenzie
-3
/
+2
2019-09-28
Return a `bool` from `in_any_value_of_ty`
Dylan MacKenzie
-20
/
+12
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-336
/
+341
2019-09-28
Correct list of miri-supported operations
Dylan MacKenzie
-2
/
+2
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+1291
2019-09-28
Pass current qualification state in a separate parameter
Dylan MacKenzie
-25
/
+36
2019-09-28
Control whether a `Qualif` is cleared on move
Dylan MacKenzie
-0
/
+4
2019-09-28
Remove reference to `Mode::NonConstFn` in qualifs
Dylan MacKenzie
-16
/
+12
2019-09-28
Add requisite imports and bitset to hold qualifs
Dylan MacKenzie
-1
/
+19
2019-09-28
Make new qualifs public
Dylan MacKenzie
-3
/
+3
2019-09-28
Remove unnecessary method
Dylan MacKenzie
-10
/
+0
2019-09-28
Copy `Qualif` to start work on new const validator
Dylan MacKenzie
-0
/
+271
[prev]