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
Age
Commit message (
Expand
)
Author
Lines
2019-10-07
Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk
bors
-4
/
+1
2019-10-05
Rollup merge of #65116 - spastorino:remove-unneeded-fn, r=oli-obk
Tyler Mandry
-6
/
+0
2019-10-04
Remove unneeded visit_statement definition
Santiago Pastorino
-6
/
+0
2019-10-04
clean up GeneratorSubsts
csmoe
-0
/
+1
2019-10-03
Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk
Tyler Mandry
-67
/
+72
2019-10-03
Make visit_projection iterative
Santiago Pastorino
-67
/
+72
2019-10-02
Do not mark unitinitialized locals as requiring storage
Matthew Jasper
-4
/
+1
2019-10-02
Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk
Mazdak Farrokhzad
-29
/
+5
2019-10-02
Rollup merge of #64980 - ecstatic-morse:better-rustc-peek, r=oli-obk
Mazdak Farrokhzad
-130
/
+184
2019-10-02
[const-prop] Correctly handle locals that can't be propagated
Wesley Wiser
-29
/
+5
2019-10-01
Add `rustc_peek` support for `IndirectlyMutableLocals`
Dylan MacKenzie
-0
/
+32
2019-10-01
Refactor `rustc_peek`
Dylan MacKenzie
-131
/
+153
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
-14
/
+14
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-7
/
+7
2019-09-29
Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb...
bors
-28
/
+1743
2019-09-28
Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk
bors
-218
/
+292
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
-26
/
+35
2019-09-28
Require `fmt::Debug` to implement `NonConstOp`
Dylan MacKenzie
-4
/
+4
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
Trigger ICE on nightly if validators disagree
Dylan MacKenzie
-2
/
+19
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-337
/
+342
2019-09-28
Remember to replace ICE with some form of warning
Dylan MacKenzie
-1
/
+3
2019-09-28
Add rationale for `suppress_errors` flag
Dylan MacKenzie
-1
/
+3
2019-09-28
Correct list of miri-supported operations
Dylan MacKenzie
-2
/
+2
2019-09-28
Run new validator in compare mode
Dylan MacKenzie
-28
/
+97
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+1292
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
2019-09-28
Silence "skipping const checks" if outside a const context
Dylan MacKenzie
-1
/
+3
2019-09-28
Allow reading non-mutable statics in const prop
Wesley Wiser
-5
/
+11
2019-09-27
Introduce a `ConstPropMachine`
Wesley Wiser
-8
/
+149
2019-09-27
Move Ref-from-arg checking from `step.rs` to `const_prop.rs`
Wesley Wiser
-80
/
+93
2019-09-27
Respond to code review feedback and fix tidy
Wesley Wiser
-13
/
+20
2019-09-27
Don't run the ConstProp MIR pass on generators
Wesley Wiser
-0
/
+8
2019-09-27
[const-prop] Replace `Ref` handling with use of `InterpCx`
Wesley Wiser
-6
/
+2
2019-09-27
[const-prop] Replace some `Binaryp` handling with use of `InterpCx`
Wesley Wiser
-38
/
+24
[prev]
[next]