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
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
Remove the cfg(stageN)-specific serialize code.
Erick Tryzelaar
-4
/
+0
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-0
/
+4
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-23
/
+14
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-1
/
+1
2012-12-17
Change the default_methods lint mode from forbid to deny to fix tests
Brian Anderson
-1
/
+1
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-90
/
+89
2012-12-17
When matching a slice, the tail should have the same lifetime
Jakub Wieczorek
-5
/
+20
2012-12-17
Simplify the exhaustiveness check and add comments
Jakub Wieczorek
-37
/
+37
2012-12-17
Use the same logic for _ and [..tail] when checking reachability
Jakub Wieczorek
-17
/
+6
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-8
/
+294
2012-12-14
librustc: Add a lint mode for deprecated self. r=brson
Patrick Walton
-0
/
+42
2012-12-14
librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix
Patrick Walton
-1
/
+12
2012-12-14
librustc: Implement a lint mode for default methods. r=brson
Patrick Walton
-1
/
+29
2012-12-14
Revert "librustc: Implement a lint mode for default methods"
Patrick Walton
-29
/
+1
2012-12-14
librustc: Implement a lint mode for default methods
Patrick Walton
-1
/
+29
2012-12-14
librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=cras...
Patrick Walton
-26
/
+98
2012-12-13
librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix
Patrick Walton
-9
/
+19
2012-12-13
librustc: Add missing case in mem_categorization. rs=bugfix
Patrick Walton
-0
/
+4
2012-12-13
librustc: Remove merge markers. rs=oops
Patrick Walton
-6
/
+1
2012-12-13
librustc: Have coherence check Copy kind bounds when determining whether para...
Patrick Walton
-22
/
+107
2012-12-13
Rename Send trait to Owned
Brian Anderson
-43
/
+43
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-58
/
+57
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-47
/
+86
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-23
/
+30
2012-12-13
librustc: Fix explicit self for objects in more cases. r=nmatsakis
Patrick Walton
-49
/
+56
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-513
/
+714
2012-12-12
Fix vtable calculations when translating static methods. Closes #4165
Brian Anderson
-9
/
+1
2012-12-12
syntax: remove all remaining uses of #ast, and #ast / qquote itself.
Graydon Hoare
-11
/
+24
2012-12-11
Auto-deref when checking field and method privacy
Tim Chevalier
-2
/
+7
2012-12-11
Remove old deriving
Brian Anderson
-972
/
+17
2012-12-11
Avoid extra error for type mismatches in patterns
Tim Chevalier
-1
/
+10
2012-12-11
Revert "Merge pull request #4144 from luqmana/deprecated-attribute"
Tim Chevalier
-27
/
+0
2012-12-11
Fix whitespace
Tim Chevalier
-1
/
+1
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-1
/
+11
2012-12-10
Merge pull request #4144 from luqmana/deprecated-attribute
Tim Chevalier
-0
/
+27
2012-12-10
Remove commented-out code
Tim Chevalier
-7
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-395
/
+254
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-12-10
librustc: Fix bug preventing cross-crate struct destructuring from working. r...
Patrick Walton
-1
/
+7
2012-12-10
librustc: Remove is_self_field from borrowck. Unused. rs=#rust
Patrick Walton
-12
/
+0
2012-12-09
Add deprecated attribute.
Luqman Aden
-0
/
+27
2012-12-08
Print out a more helpful type error message for do-blocks/for-loops
Tim Chevalier
-27
/
+71
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-87
/
+82
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-4
/
+9
2012-12-07
Long lines
Brian Anderson
-5
/
+7
2012-12-07
Remove impl_id from trait_ref. Unused
Brian Anderson
-3
/
+0
2012-12-07
Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...
Brian Anderson
-7
/
+45
2012-12-07
Merge pull request #4101 from brson/bound-default-methods
Brian Anderson
-36
/
+85
2012-12-06
librustc: Propagate type uses correctly from method calls to the containing f...
Patrick Walton
-4
/
+4
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-30
/
+30
[next]