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
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
Long lines
Brian Anderson
-1
/
+2
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-11
/
+10
2012-12-13
librustc: Have coherence check Copy kind bounds when determining whether para...
Patrick Walton
-22
/
+120
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-263
/
+24
2012-12-13
std: Convert records to structs in getopts
Brian Anderson
-33
/
+42
2012-12-13
Rename Send trait to Owned
Brian Anderson
-279
/
+290
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-96
/
+102
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-53
/
+155
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-23
/
+45
2012-12-13
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
Brian Anderson
-1
/
+24
2012-12-13
librustdoc: Try to unbreak the test. rs=burning
Patrick Walton
-2
/
+2
2012-12-13
libsyntax: Implement `deriving` for struct-like enum variants. r=brson
Patrick Walton
-16
/
+68
2012-12-13
librustc: Fix explicit self for objects in more cases. r=nmatsakis
Patrick Walton
-49
/
+212
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1131
/
+1315
2012-12-13
syntax: normalize paths when parsing, close #4173.
Graydon Hoare
-0
/
+1
2012-12-12
core: Remove some uses of 'move'
Brian Anderson
-112
/
+112
2012-12-12
Fix the test for transmute
Brian Anderson
-3
/
+4
2012-12-12
Fix vtable calculations when translating static methods. Closes #4165
Brian Anderson
-9
/
+20
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-272
/
+150
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-1226
/
+30
2012-12-12
syntax: remove all remaining uses of #ast, and #ast / qquote itself.
Graydon Hoare
-466
/
+95
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-81
/
+81
2012-12-11
re-fix typo
Tim Chevalier
-1
/
+1
2012-12-11
Auto-deref when checking field and method privacy
Tim Chevalier
-7
/
+17
2012-12-11
Remove old deriving
Brian Anderson
-1302
/
+17
2012-12-11
Avoid extra error for type mismatches in patterns
Tim Chevalier
-3
/
+11
2012-12-11
fix long line, r=tidypolice.
Graydon Hoare
-3
/
+4
2012-12-11
libstd: Implement read_managed_str for the JSON deserialiser.
Huon Wilson
-2
/
+5
2012-12-11
libstd: refactor future, remove with(), remove ~ indirection.
Graydon Hoare
-94
/
+36
2012-12-11
libstd: teach workcache to check freshness.
Graydon Hoare
-18
/
+59
2012-12-11
Fix deriving for single-variant enums
Brian Anderson
-20
/
+32
2012-12-11
Relate the module hierarchy to directory paths in the parser
Brian Anderson
-4
/
+186
2012-12-11
Remove duplicate bound_to_str code
Brian Anderson
-7
/
+1
2012-12-11
core: add Eq impl to LinearMap.
Erick Tryzelaar
-0
/
+37
2012-12-11
Switch snapshots to static.rust-lang.org.
Graydon Hoare
-1
/
+1
2012-12-11
Revert "Merge pull request #4144 from luqmana/deprecated-attribute"
Tim Chevalier
-38
/
+1
2012-12-11
Fix whitespace
Tim Chevalier
-1
/
+1
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-4
/
+13
2012-12-10
Merge pull request #4144 from luqmana/deprecated-attribute
Tim Chevalier
-1
/
+38
2012-12-10
Remove commented-out code
Tim Chevalier
-7
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-668
/
+392
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-22
/
+66
2012-12-10
tests: relicense .pp files. Oddly not caught during local testing.
Graydon Hoare
-0
/
+30
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-1
/
+19111
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-6
/
+569
2012-12-10
core: Fix capitalization in docs
Brian Anderson
-2
/
+2
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-27
/
+43
2012-12-10
test: Fix aux-build in struct-destructuring-cross-crate. rs=bustage
Patrick Walton
-0
/
+2
2012-12-10
librustc: Fix bug preventing cross-crate struct destructuring from working. r...
Patrick Walton
-1
/
+23
2012-12-10
librustc: Remove is_self_field from borrowck. Unused. rs=#rust
Patrick Walton
-12
/
+0
[prev]
[next]