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
/
compiler
/
rustc_mir_dataflow
/
src
/
impls
Age
Commit message (
Expand
)
Author
Lines
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-36
/
+36
2022-04-11
Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`
Jakob Degen
-25
/
+14
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-1
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-2
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-02-26
Rollup merge of #94087 - tmiasko:rm-ignore-borrow-on-drop, r=jackh726
Matthias Krüger
-34
/
+11
2022-02-26
Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec...
Matthias Krüger
-15
/
+18
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-7
/
+7
2022-02-19
Adopt let else in more places
est31
-12
/
+8
2022-02-17
Remove unused `unsound_ignore_borrow_on_drop`
Tomasz Miąsko
-34
/
+11
2022-02-10
Fix switch on discriminant detection in a presence of coverage counters
Tomasz Miąsko
-15
/
+18
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-6
/
+0
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-12
/
+12
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-75
/
+77
2021-11-13
Mark mutably borrowed places as maybe initialized
Dylan MacKenzie
-6
/
+67
2021-11-03
Remove `MaybeMutBorrowedLocals`
Tomasz Miąsko
-118
/
+16
2021-10-04
Discuss field-sensitivity and enums in context of `MaybeLiveLocals`
Dylan MacKenzie
-0
/
+31
2021-09-28
More tracing instrumentation
Oli Scherer
-12
/
+6
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+1570