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
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2014-06-18
Revise dataflow to do a cfg-driven walk.
Felix S. Klock II
-13
/
+42
2014-06-16
Rename check_for_assignment_to_restricted_or_frozen_location
Cameron Zwarich
-2
/
+2
2014-06-16
Switch to each_in_scope_loan_affecting_path
Cameron Zwarich
-82
/
+1
2014-06-16
Always check assigned loan paths to the top of the path
Cameron Zwarich
-21
/
+3
2014-06-16
Remove an unused return value
Cameron Zwarich
-7
/
+5
2014-06-16
Call mark_variable_as_used_mut even after assignment errors
Cameron Zwarich
-4
/
+2
2014-06-16
Add a new each_in_scope_loan_affecting_path helper function
Cameron Zwarich
-42
/
+72
2014-06-16
Remove Restriction
Cameron Zwarich
-21
/
+11
2014-06-16
Remove RestrictionSet
Cameron Zwarich
-98
/
+17
2014-06-16
Remove an unused bkcerr_code constructor parameter
Cameron Zwarich
-5
/
+4
2014-06-16
Remove the last actual usage of RestrictionSet
Cameron Zwarich
-17
/
+3
2014-06-16
Make a new compatible_borrow_kinds helper function
Cameron Zwarich
-8
/
+8
2014-06-16
Remove an unused closure parameter
Cameron Zwarich
-4
/
+4
2014-06-16
Remove a pointless check for intersection with RESTR_MUTATE
Cameron Zwarich
-7
/
+3
2014-06-16
Remove comments that no longer apply after the removal of `const`
Cameron Zwarich
-38
/
+4
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-2
/
+3
2014-06-13
Reorganize code in check_loans
Cameron Zwarich
-93
/
+93
2014-06-13
Enforce stronger guarantees for mutable borrows
Cameron Zwarich
-2
/
+22
2014-06-13
Rename analyze_move_out_from to analyze_restrictions_on_use
Cameron Zwarich
-18
/
+18
2014-06-13
Make analyze_move_out_from take a BorrowKind
Cameron Zwarich
-7
/
+20
2014-06-13
Make analyze_move_out_from more field-sensitive
Cameron Zwarich
-13
/
+35
2014-06-13
Make check_for_move_of_borrowed_path take an &LoanPath rather than an &Rc<Loa...
Cameron Zwarich
-5
/
+5
2014-06-13
Make analyze_move_out_from use a loop rather than recursion
Cameron Zwarich
-13
/
+20
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-6
/
+5
2014-06-10
auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton
bors
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-11
/
+3
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-3
/
+4
2014-06-06
Change check_loans to use ExprUseVisitor.
Cameron Zwarich
-213
/
+218
2014-06-06
Add a kind_of_move_of_path method to FlowedMoveData.
Cameron Zwarich
-0
/
+22
2014-06-06
Use the MoveReason to determine a more precise MoveKind in gather_moves.
Cameron Zwarich
-8
/
+13
2014-06-06
Add a move reason to the Move ConsumeMode.
Cameron Zwarich
-2
/
+2
2014-06-06
Add an Init mode to MutateMode.
Cameron Zwarich
-1
/
+1
2014-06-06
Clean up check_loans.
Cameron Zwarich
-37
/
+48
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-33
/
+33
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-31
auto merge of #14557 : zwarich/rust/missing-comment, r=alexcrichton
bors
-2
/
+2
2014-05-30
Add a comment missing from 5aff0e7
Cameron Zwarich
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-9
/
+9
2014-05-29
Fix the handling of assignments to owning pointer paths in check_loans
Cameron Zwarich
-0
/
+2
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-16
/
+16
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-7
/
+7
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-12
/
+12
2014-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-3
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-51
/
+70
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-3
/
+3
2014-05-21
Add a suggestion to use a `let` binding on some borrowck errors.
Cameron Zwarich
-1
/
+18
2014-05-14
Removed unnecessary arguments for walk_* functions
Michael Darakananda
-2
/
+1
2014-05-13
auto merge of #14168 : zwarich/rust/deriving-clone, r=alexcrichton
bors
-24
/
+3
[prev]
[next]