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-09-10
fix a implicitly copyable warning
Niko Matsakis
-1
/
+1
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-54
/
+54
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-195
/
+398
2012-09-10
rustc: Trim down and rename trans_compare. Now only eq shape glue remains.
Patrick Walton
-26
/
+9
2012-09-10
Fix broken tests
Brian Anderson
-3
/
+5
2012-09-10
rustc: Make range literals use compare_scalar_types instead of trans_compare
Patrick Walton
-32
/
+6
2012-09-10
Capitalize Copy trait in test
Tim Chevalier
-1
/
+1
2012-09-10
Make moves explicit in pipes and pipe compiler
Tim Chevalier
-62
/
+62
2012-09-10
rustc: Long lines
Patrick Walton
-3
/
+7
2012-09-10
rustc: Move trans_compare into alt.rs
Patrick Walton
-0
/
+29
2012-09-10
Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...
Brian J. Burg
-0
/
+23
2012-09-10
Make moves explicit in task; also make option::unwrap take its argument by move
Tim Chevalier
-55
/
+58
2012-09-10
Combine the vtable_origins from impl + method.
Niko Matsakis
-84
/
+298
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-82
/
+322
2012-09-10
Uppercase Send bound and make test for #2834 work
Tim Chevalier
-1
/
+1
2012-09-10
Make more moves explicit in libcore
Tim Chevalier
-77
/
+77
2012-09-10
Promote most restricted keywords to strict keywords
Brian Anderson
-24
/
+31
2012-09-10
Un-xfail test for #2834
Tim Chevalier
-2
/
+1
2012-09-10
Make moves explicit in vec
Tim Chevalier
-52
/
+52
2012-09-10
Add vec::dedup for in-place consecutive duplicate element removal.
Jed Davis
-0
/
+81
2012-09-09
libstd: Fix botched exports for net_tcp
Patrick Walton
-1
/
+1
2012-09-09
Reformat comments
Brian Anderson
-5
/
+5
2012-09-09
Introduce 'strict' keywords, that may not be used as idents anywhere
Brian Anderson
-4
/
+42
2012-09-09
Long lines
Brian Anderson
-1
/
+2
2012-09-09
Turn most contextual keywords into restricted keywords
Brian Anderson
-7
/
+3
2012-09-09
Rename variables that clash with keywords
Brian Anderson
-43
/
+43
2012-09-09
std: warn(non_camel_case_types) -> deny
Brian Anderson
-2
/
+1
2012-09-09
core: warn(non_camel_case_types) -> deny
Brian Anderson
-2
/
+1
2012-09-08
Fix some old syntax
Brian Anderson
-2
/
+2
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-14
/
+253
2012-09-08
core: fix separator for Future<A> property
Jeff Olson
-1
/
+1
2012-09-08
test: bunch of test cleanup from sendable_futures change
Jeff Olson
-12
/
+19
2012-09-08
core: missed rebase cruft cleanup
Jeff Olson
-4
/
+0
2012-09-08
core: most rebase cruft cleanup
Jeff Olson
-2
/
+3
2012-09-08
core: change FutureState Forced(A) to Forced(~A)
Jeff Olson
-4
/
+4
2012-09-08
core: change notify_chan eq checks to is_none(), instead
Jeff Olson
-9
/
+8
2012-09-08
core: patch from nmatsakis to make futures non-copyable
Jeff Olson
-4
/
+8
2012-09-08
core/std: finish making futures sendable + test.. still issues
Jeff Olson
-8
/
+17
2012-09-08
core/std: an unending parade of minor tweaks due to renaming Option et al
Jeff Olson
-3
/
+3
2012-09-08
std: cleanup in sync.rs for things missed in last rebase
Jeff Olson
-9
/
+9
2012-09-08
core: cleanup in task.rs for things missed in last rebase
Jeff Olson
-7
/
+7
2012-09-08
core: fix breakage in TaskBuilder.future_result
Jeff Olson
-7
/
+15
2012-09-08
core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rs
Jeff Olson
-1
/
+1
2012-09-08
core: Fix stage0 build errors
Brian Anderson
-19
/
+48
2012-09-08
core: port task.rs to comm::Chan/Port to pipes::Chan/Port
Jeff Olson
-38
/
+135
2012-09-07
(fix incoming) Add the necessary traits to some generic functions
Kevin Cantu
-3
/
+6
2012-09-07
(partially fix incoming) More hash function simplification
Kevin Cantu
-15
/
+7
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-612
/
+603
2012-09-07
Remove import and export from intrinsic.rs
Brian Anderson
-4
/
+3
2012-09-07
Fix obsolete struct syntax in test
Brian Anderson
-1
/
+1
[prev]
[next]