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_mir_dataflow
Age
Commit message (
Expand
)
Author
Lines
2022-11-07
Only allow registration of scalars for now
Jannis Christopher Köhl
-18
/
+50
2022-11-07
Handle StorageLive
Jannis Christopher Köhl
-4
/
+5
2022-11-07
Add comment about downcast projection element
Jannis Christopher Köhl
-1
/
+4
2022-11-07
Use StorageDead and Deinit to flood place
Jannis Christopher Köhl
-4
/
+8
2022-11-07
Flood place on drop
Jannis Christopher Köhl
-1
/
+5
2022-11-07
Remove superfluous line
Jannis Christopher Köhl
-1
/
+0
2022-11-07
Add more documentation
Jannis Christopher Köhl
-2
/
+29
2022-11-07
Add tracking of unreachability
Jannis Christopher Köhl
-24
/
+74
2022-11-07
Ignore terminators explicitly
Jannis Christopher Köhl
-5
/
+15
2022-11-07
Reject registration of downcasts for now
Jannis Christopher Köhl
-2
/
+7
2022-11-07
Move handling of references and simplify flooding
Jannis Christopher Köhl
-44
/
+71
2022-11-07
Clarify place expressions vs place objects
Jannis Christopher Köhl
-9
/
+16
2022-11-07
Begin a semi-formal argument for correctness
Jannis Christopher Köhl
-0
/
+28
2022-11-07
Add additional flooding when assigning a value and corresponding test
Jannis Christopher Köhl
-1
/
+3
2022-11-07
Clarify registration and tracking of references
Jannis Christopher Köhl
-2
/
+8
2022-11-07
Fix spelling
Jannis Christopher Köhl
-1
/
+1
2022-11-07
Try field type normalization instead of forcing it
Jannis Christopher Köhl
-4
/
+4
2022-11-07
Add initial version of value analysis and dataflow constant propagation
Jannis Christopher Köhl
-1
/
+682
2022-11-04
Some tracing and comment cleanups
Oli Scherer
-3
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-10
/
+10
2022-10-08
Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk
Matthias Krüger
-1
/
+2
2022-10-06
Remove `mir::CastKind::Misc`
ouz-a
-1
/
+2
2022-09-29
Remove from compiler/ crates
reez12g
-1
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-11
/
+11
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-11
/
+11
2022-09-20
Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank
bors
-1
/
+2
2022-09-16
Only generate `OpaqueCast` for opaque types
Oli Scherer
-1
/
+1
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-6
/
+3
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+3
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-17
/
+14
2022-08-26
Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco
Michael Goulet
-22
/
+96
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-17
/
+14
2022-08-25
Add method that applies DefUse effect
Tomasz Miąsko
-15
/
+11
2022-08-25
Fix liveness analysis for yield terminators
Tomasz Miąsko
-32
/
+61
2022-08-23
Rename rustc_mir_dataflow diagnostic to mir_dataflow
5225225
-10
/
+10
2022-08-23
Migrate rustc_mir_dataflow to diagnostic structs
5225225
-22
/
+96
2022-08-22
use type alias impl trait in `outlives_bounds::InferCtxtExt`
SparrowLii
-1
/
+2
2022-08-01
Remove redundant `TransferWrapper` struct
Tomasz Miąsko
-14
/
+2
2022-07-29
Auto merge of #99667 - ouz-a:some_branch, r=oli-obk
bors
-22
/
+17
2022-07-28
type alias covers whole return
ouz-a
-6
/
+7
2022-07-28
create type alias
ouz-a
-16
/
+10
2022-07-25
remove clone
ouz-a
-1
/
+1
2022-07-24
fix import error
ouz-a
-1
/
+1
2022-07-24
optimize un_derefer
ouz-a
-21
/
+21
2022-07-20
Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa
bors
-1
/
+1
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-1
/
+0
[prev]
[next]