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
/
src
/
librustc_mir
/
borrow_check
/
path_utils.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Kill borrows from a projection after assignment.
David Wood
-0
/
+1
2018-09-24
Rename places_conflict to borrow_conflicts_with_place
Matthew Jasper
-1
/
+1
2018-09-24
Add "Shallow" borrow kind
Matthew Jasper
-1
/
+8
2018-09-23
Rework checking for borrows conflicting with drops
Matthew Jasper
-2
/
+2
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-0
/
+1
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-04
Correctly handle an activation from dead code.
David Wood
-5
/
+5
2018-06-27
extract `places_conflict` into its own module
Niko Matsakis
-360
/
+9
2018-06-19
Return a `SmallVec` from `place_elements`.
Nicholas Nethercote
-2
/
+3
2018-05-29
Expand two-phase-borrows so that a case like this still compiles:
Felix S. Klock II
-3
/
+6
2018-05-18
Refactor borrowck to share more code with fact dumping
bobtwinkles
-0
/
+507