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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+234
2012-09-19
Remove old stage0 compat gunk
Brian Anderson
-8
/
+0
2012-09-19
std: Demode test
Brian Anderson
-24
/
+27
2012-09-19
std: Mostly demode net::tcp
Brian Anderson
-30
/
+30
2012-09-19
std: Demode uv::global_loop
Brian Anderson
-0
/
+3
2012-09-19
std: Demode uv::iotask
Brian Anderson
-3
/
+6
2012-09-19
std: Partially demode uv::ll
Brian Anderson
-10
/
+10
2012-09-19
std: Demode bitv
Brian Anderson
-1
/
+4
2012-09-19
std: Demode arena
Brian Anderson
-3
/
+6
2012-09-19
repair broken map test; it seems that the original test relied on hokey
Niko Matsakis
-3
/
+0
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-8
/
+8
2012-09-19
std: Clean up crate description
Brian Anderson
-1
/
+9
2012-09-19
Remove final bits of residual hokey-hash functions. Close #1616.
Graydon Hoare
-6
/
+0
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-66
/
+11
2012-09-19
V2: now with more locks!
Philipp Brüschweiler
-2
/
+2
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-2
/
+2
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-69
/
+83
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-88
/
+68
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-68
/
+88
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-10
/
+10
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-2
/
+2
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-31
/
+29
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-18
/
+18
2012-09-18
core: Rename at_vec::unsafe to raw
Brian Anderson
-1
/
+1
2012-09-15
vec::u8 => vec::bytes (#3444)
Erick Tryzelaar
-1
/
+1
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-13
Fix implicit-instantiation of non-implicitly-copyable warnings.
Graydon Hoare
-1
/
+1
2012-09-13
s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs
Niko Matsakis
-65
/
+3
2012-09-13
CamelCase and demode json.rs and deque.rs
Kevin Cantu
-78
/
+96
2012-09-12
Rename str::unsafe to str::raw
Brian Anderson
-6
/
+6
2012-09-12
Rename vec::unsafe to vec::raw
Brian Anderson
-10
/
+10
2012-09-12
Promote 'const', 'copy', 'fn' to strict keywords
Brian Anderson
-12
/
+14
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-15
/
+76
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-4
/
+22
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-22
/
+25
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-11
Promote 'pub' and 'priv' from restricted to strict keywords
Brian Anderson
-1
/
+1
2012-09-10
Fix ebml tests
Brian Anderson
-4
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-7
/
+6
2012-09-10
Camel case std::serialization
Brian Anderson
-46
/
+51
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-68
/
+68
2012-09-10
Convert std::map to camel case
Brian Anderson
-96
/
+95
2012-09-10
Rename the poorly named Managed<T> type to Mut<T>.
Niko Matsakis
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-1
/
+7
2012-09-10
Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...
Brian J. Burg
-0
/
+23
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-1
/
+78
2012-09-09
libstd: Fix botched exports for net_tcp
Patrick Walton
-1
/
+1
2012-09-09
std: warn(non_camel_case_types) -> deny
Brian Anderson
-2
/
+1
2012-09-08
std: cleanup in sync.rs for things missed in last rebase
Jeff Olson
-9
/
+9
[next]