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
/
impls
Age
Commit message (
Expand
)
Author
Lines
2018-09-18
Eliminate `BitwiseOperator`.
Nicholas Nethercote
-24
/
+24
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-40
/
+38
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-1
/
+4
2018-09-15
Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum
bors
-2
/
+2
2018-09-13
Remove bitslice.rs.
Nicholas Nethercote
-2
/
+2
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-1
/
+1
2018-09-08
Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis
bors
-2
/
+8
2018-09-08
Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakis
kennytm
-41
/
+79
2018-09-06
Skip a shared borrow of a immutable local variables
Mikhail Modin
-2
/
+8
2018-09-05
A few cleanups and minor improvements to mir/dataflow
ljedrz
-3
/
+1
2018-09-04
Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.
Nicholas Nethercote
-41
/
+79
2018-08-30
Make move out computation lazy
Santiago Pastorino
-127
/
+2
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-08
optimize redundant borrows
Niko Matsakis
-1
/
+1
2018-07-31
Don't count MIR locals as borrowed after StorageDead when finding locals live...
John Kåre Alsaker
-4
/
+12
2018-07-24
Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa
bors
-0
/
+2
2018-07-23
Let mir reference lifetime be inferred
Santiago Pastorino
-2
/
+2
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-0
/
+2
2018-07-17
Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakis
bors
-10
/
+10
2018-07-13
compute region values using SCCs not iterative flow
Niko Matsakis
-1
/
+1
2018-07-13
Make BitSlice's `Word` properly generic.
Nicholas Nethercote
-10
/
+10
2018-05-30
Auto merge of #51106 - davidtwco:issue-50934, r=nikomatsakis
bors
-13
/
+77
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-05-29
fix off by one error
Niko Matsakis
-1
/
+1
2018-05-29
tweak debug output some more
Niko Matsakis
-2
/
+7
2018-05-29
Ensure that all statements in block are visited not just successors of a block.
David Wood
-8
/
+18
2018-05-29
add some debugging statements
Niko Matsakis
-0
/
+3
2018-05-29
Refactored DFS to be much cleaner. Added continue after noting that borrow is...
David Wood
-99
/
+27
2018-05-27
Ensure that depth first search does not get stuck in cycles.
David Wood
-12
/
+28
2018-05-27
Ensure that we don't skip the last statement.
David Wood
-2
/
+2
2018-05-27
Use precomputed DFS of borrows that out of scope at a location.
David Wood
-14
/
+116
2018-05-19
Remove extra calls to kill_loans_out_of_scope_at_location - keep only before_...
David Wood
-5
/
+0
2018-05-03
Instrument `statement_effect_on_borrows` for the `lhs = &place` case.
Felix S. Klock II
-0
/
+6
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-31
/
+20
2018-04-15
stop using `borrows` for anything but iterating over live data
Niko Matsakis
-26
/
+1
2018-04-15
thread borrow-set around more
Niko Matsakis
-3
/
+3
2018-04-15
remove `ReserveOrActivateIndex`
Niko Matsakis
-59
/
+20
2018-04-15
use the `activations_at_location` map to check activations
Niko Matsakis
-0
/
+7
2018-04-15
construct the `BorrowSet` outside of `borrows`
Niko Matsakis
-8
/
+8
2018-04-15
extract code to build borrow-set into `borrow_check::borrow_set`
Niko Matsakis
-404
/
+12
2018-04-15
relocate `BorrowData` etc into `borrow_check::borrow_set`
Niko Matsakis
-76
/
+25
2018-04-15
gather activation locations for 2-phase borrows in 1 pass
Niko Matsakis
-98
/
+139
2018-04-15
remove `assigned_map` (appears to be dead code)
Niko Matsakis
-9
/
+0
2018-04-07
Auto merge of #49678 - bobtwinkles:fix_multiple_activations, r=nikomatsakis
bors
-14
/
+8
2018-04-04
two-phase borrows: support multiple activations in one statement
bobtwinkles
-14
/
+8
2018-04-02
avoid IdxSets containing garbage above the universe length
Ariel Ben-Yehuda
-2
/
+2
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+1
2018-03-09
Remove some commented out code
bobtwinkles
-12
/
+0
2018-03-09
Check for two_phase_borrows in the right place
bobtwinkles
-1
/
+1
2018-03-09
Fix tests after two-phase borrow rewrite
bobtwinkles
-17
/
+10
[prev]
[next]