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
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2014-01-08
auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton
bors
-0
/
+1
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+1
2014-01-07
'borrowed pointer' -> 'reference'
Brian Anderson
-13
/
+13
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-101
/
+103
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-11
/
+23
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-151
/
+25
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-1
/
+2
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-1
/
+5
2013-12-26
librustc: Fix tidy problem.
Patrick Walton
-1
/
+0
2013-12-26
librustc: De-`@mut` `all_loans` in the borrow checker
Patrick Walton
-14
/
+20
2013-12-26
librustc: De-`@mut` `MoveData`
Patrick Walton
-22
/
+22
2013-12-26
librustc: De-`@mut` `MoveData::assignee_ids`
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` `MoveData::var_assignments`
Patrick Walton
-18
/
+29
2013-12-26
librustc: De-`@mut` `MoveData::path_assignments`
Patrick Walton
-5
/
+11
2013-12-26
librustc: De-`@mut` `MoveData::path_map`
Patrick Walton
-10
/
+23
2013-12-26
librustc: De-`@mut` `MoveData::moves`
Patrick Walton
-16
/
+30
2013-12-26
librustc: Replace the `move` method with an accessor in the borrow check
Patrick Walton
-3
/
+3
2013-12-26
librustc: De-`@mut` `MoveData::paths`
Patrick Walton
-27
/
+47
2013-12-26
librustc: Change `mut_path` into mutators for specific fields in the
Patrick Walton
-5
/
+13
2013-12-26
librustc: Extract `first_child` and `next_sibling` from the borrow check
Patrick Walton
-5
/
+8
2013-12-26
librustc: Extract `first_move` from the move data into an accessor
Patrick Walton
-2
/
+6
2013-12-26
librustc: Extract `parent` from move data as an accessor
Patrick Walton
-3
/
+7
2013-12-26
librustc: Extract `loan_path` from move data into an accessor
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` the borrow check stat fields
Patrick Walton
-18
/
+14
2013-12-26
librustc: De-`@mut` the `used_mut_nodes` table in the type context
Patrick Walton
-2
/
+8
2013-12-26
librustc: De-`@mut` the moved variables set
Patrick Walton
-1
/
+4
2013-12-26
librustc: De-`@mut` the moves map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-3
/
+5
2013-12-26
librustc: Remove the unused `reported` table from the loan checking pass
Patrick Walton
-3
/
+0
2013-12-26
librustc: De-`@mut` the write guard map
Patrick Walton
-3
/
+6
2013-12-26
librustc: De-`@mut` the borrow check's `loan_map`
Patrick Walton
-4
/
+0
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-16
/
+1
2013-12-26
librustc: De-`@mut` the capture map
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` the borrow check's root map
Patrick Walton
-3
/
+6
2013-12-26
librustc: De-`@mut` the adjustments table in the type context
Patrick Walton
-3
/
+8
2013-12-17
s/Second borrow/Previous borrow/ in error messages.
Edward Z. Yang
-2
/
+2
2013-12-12
Remove fk_anon
Seo Sanghyeon
-3
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-16
/
+16
2013-12-11
auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelix
bors
-217
/
+322
2013-12-11
More small test case fixes. grr. cc #9629.
Niko Matsakis
-1
/
+11
2013-12-10
Fix test case harder (cc #9629)
Niko Matsakis
-0
/
+18
2013-12-09
Check the privacy of implemented traits
Alex Crichton
-0
/
+3
2013-12-09
Address nits for PR for #9629
Niko Matsakis
-2
/
+2
2013-12-08
Remove dead codes
Kiet Tran
-56
/
+0
2013-12-03
Issue #9629 -- permit freezing `&mut` found within an `&` pointer
Niko Matsakis
-219
/
+296
2013-12-02
rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)
Guillaume Pinot
-2
/
+2
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-16
/
+16
2013-11-28
Register new snapshots
Alex Crichton
-69
/
+69
2013-11-28
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...
bors
-105
/
+235
[next]