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
/
dataflow
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-6324
/
+0
2020-08-23
change offset from u32 to u64
DPC
-1
/
+1
2020-08-18
Moved coverage counter injection from BasicBlock to Statement.
Rich Kadel
-0
/
+4
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-2
/
+2
2020-08-09
rustc_mir: use IndexMap in BorrowSet
Josh Stone
-7
/
+7
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-3
/
+8
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-3
/
+3
2020-07-08
Stop adding unreachable basic blocks to dataflow work queue
Dylan MacKenzie
-9
/
+15
2020-07-08
Add `reachable` and friends to `mir::traversal` module
Dylan MacKenzie
-0
/
+9
2020-06-30
Handle inactive enum variants in `MaybeUninitializedPlaces`
Dylan MacKenzie
-23
/
+88
2020-06-26
Handle stores to projections correctly in liveness analysis
Dylan MacKenzie
-2
/
+25
2020-06-21
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
Ralf Jung
-1
/
+1
2020-06-16
rename location field of Drop terminators to place
Ralf Jung
-9
/
+9
2020-06-12
Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk
Dylan DPC
-1
/
+1
2020-06-10
Fix test
Aaron Hill
-0
/
+2
2020-06-10
Track span of function in method calls, and use this in #[track_caller]
Aaron Hill
-1
/
+2
2020-06-08
Revert #71956
Dylan MacKenzie
-8
/
+234
2020-06-07
rename FalseEdges -> FalseEdge
Ralf Jung
-3
/
+3
2020-06-07
Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper
Dylan DPC
-8
/
+7
2020-06-06
Fix #[thread_local] statics as asm! sym operands
Amanieu d'Antras
-1
/
+1
2020-06-04
placate tidy.
Felix S. Klock II
-1
/
+1
2020-06-04
Revert "Reduce the number of drop-flag assignments in unwind paths"
Felix S. Klock II
-1
/
+4
2020-06-04
Revert "Address review comments"
Felix S. Klock II
-6
/
+2
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-0
/
+2
2020-06-01
Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser
bors
-0
/
+2
2020-05-30
Make TLS accesses explicit in MIR
Oliver Scherer
-0
/
+2
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-2
/
+8
2020-05-23
take mir::PlaceElem by value
Bastian Kauschke
-5
/
+5
2020-05-23
iterate List by value
Bastian Kauschke
-1
/
+1
2020-05-19
Document assumptions made in generator transform for analyses
Dylan MacKenzie
-0
/
+6
2020-05-19
Remove `MaybeRequiresStorage`
Dylan MacKenzie
-234
/
+2
2020-05-19
Add `MaybeInitializedLocals` dataflow analysis
Dylan MacKenzie
-0
/
+117
2020-05-18
Add asm! to MIR
Amanieu d'Antras
-3
/
+62
2020-05-09
Address review comments
Matthew Jasper
-2
/
+6
2020-05-09
Reduce the number of drop-flag assignments in unwind paths
Matthew Jasper
-4
/
+1
2020-05-09
Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper
Dylan DPC
-1
/
+1
2020-05-08
Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink
Dylan DPC
-0
/
+7
2020-05-07
Incorporate old module docs into `MaybeLiveLocals` docs
Dylan MacKenzie
-0
/
+7
2020-05-06
Add `SourceInfo::outermost`.
Nicholas Nethercote
-1
/
+1
2020-05-04
Import dataflow impls via the `impls` submodule
Dylan MacKenzie
-6
/
+1
2020-05-04
Export dataflow impls by name
Dylan MacKenzie
-4
/
+4
2020-05-03
Use agreed upon terminology in cursor docs
Dylan MacKenzie
-5
/
+5
2020-05-03
Live variable analysis
Dylan MacKenzie
-2
/
+141
2020-05-03
Initialize the cursor with an empty state
Dylan MacKenzie
-4
/
+10
2020-05-03
Support backward dataflow analyses
Dylan MacKenzie
-639
/
+1075
2020-04-22
Use `Body` everywhere
Dylan MacKenzie
-2
/
+2
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+3
2020-04-09
Make `MaybeStorageLive` correct for all kinds of MIR bodies
Dylan MacKenzie
-5
/
+17
2020-04-03
Rollup merge of #70707 - ecstatic-morse:dataflow-graphviz-cleanup, r=nikomats...
Mazdak Farrokhzad
-277
/
+0
2020-04-02
Remove unused graphviz visualization
Dylan MacKenzie
-277
/
+0
[next]