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-10-05
Categorize upvars in `Fn` unboxed closures as freely aliasable
Brian Koropoff
-0
/
+13
2014-10-05
Track kind of closure in upvar categorization
Brian Koropoff
-14
/
+24
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+2
2014-10-02
docs: remove mentions of Gc.
Eduard Burtescu
-92
/
+18
2014-10-02
rustc: remove support for Gc.
Eduard Burtescu
-19
/
+2
2014-10-02
Change the `use of moved value` error to be more accurate
P1start
-11
/
+48
2014-10-02
Clarify some borrowck errors
P1start
-27
/
+102
2014-10-02
Add an explanatory note when calling a closure via `&`
P1start
-1
/
+9
2014-09-26
librustc: Eliminate the `ref` syntax for unboxed closure capture clauses
Patrick Walton
-24
/
+29
2014-09-24
Remove dead code from librustc
Jakub Wieczorek
-105
/
+0
2014-09-24
Remove unused enum variants
Jakub Wieczorek
-6
/
+0
2014-09-20
Induce an empty loan for the value being matched in match expressions
Jakub Wieczorek
-3
/
+6
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-2
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-18
rustc: remove DefArg and DefBinding in favor of DefLocal.
Eduard Burtescu
-12
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
Add help diagnostic messages
P1start
-0
/
+4
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-32
/
+29
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-7
/
+7
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-11
/
+11
2014-09-10
Implement tuple and tuple struct indexing
P1start
-1
/
+1
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-61
/
+61
2014-08-26
DST coercions and DST structs
Nick Cameron
-5
/
+4
2014-08-22
librustc: Properly tag upvars in proc's to stop misleading unused_mut warnings.
Luqman Aden
-5
/
+6
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-18
/
+18
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-2
/
+3
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-1
/
+1
2014-08-12
librustc: Record unique immutable borrows in the restrictions table.
Patrick Walton
-4
/
+6
2014-08-08
librustc: Update unused mut lint to properly track moved upvars.
Luqman Aden
-5
/
+3
2014-08-01
auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton
bors
-2
/
+56
2014-08-01
librustc: Forbid pattern bindings after `@`s, for memory safety.
Patrick Walton
-20
/
+29
2014-07-30
Implement RFC #43
Cameron Zwarich
-2
/
+5
2014-07-30
Add two helper functions for dealing with OwnedPtr paths
Cameron Zwarich
-0
/
+51
2014-07-25
auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexc...
bors
-2
/
+2
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+12
2014-07-24
Fix display of `-NaN%` in borrock stats caused by div by zero
Falco Hirschenberger
-2
/
+2
2014-07-18
auto merge of #15742 : pnkfelix/rust/fsk-fix-15019, r=pcwalton
bors
-6
/
+6
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-0
/
+1
2014-07-18
Removed the `_frozen` methods from dataflow API.
Felix S. Klock II
-6
/
+6
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-2
/
+7
2014-07-16
auto merge of #15656 : nick29581/rust/index-bck, r=pnkfelix
bors
-4
/
+12
2014-07-15
Extend --pretty flowgraph=ID to include dataflow results in output.
Felix S. Klock II
-10
/
+228
2014-07-15
Borrow checking for overloaded indexing
Nick Cameron
-4
/
+12
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-54
/
+54
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-19
/
+8
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-9
/
+6
2014-06-18
Merge conflicts from the rollup
Alex Crichton
-1
/
+1
2014-06-18
Reject double moves out of array elements
Cameron Zwarich
-4
/
+28
2014-06-18
fix typo in borrowck doc.
Felix S. Klock II
-1
/
+1
2014-06-18
Ensure dataflow of a proc never looks at blocks from closed-over context.
Felix S. Klock II
-17
/
+64
[prev]
[next]