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
/
unstable
Age
Commit message (
Expand
)
Author
Lines
2013-06-10
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...
Ben Blum
-0
/
+1
2013-06-10
std: convert str::reserve* to methods, and methodise str::push_*.
Huon Wilson
-3
/
+3
2013-06-10
std: remove str::{len, slice, is_empty} in favour of methods.
Huon Wilson
-1
/
+1
2013-06-09
std: add reverse vec iterators, replace vec::each*_reverse.
Huon Wilson
-1
/
+2
2013-06-05
Made fns in the impls for the Atomic structs pub
Matthijs Hofstra
-31
/
+31
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-4
/
+4
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-7
/
+7
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-2
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-30
/
+36
2013-05-28
auto merge of #6740 : Aatch/rust/atomic-types, r=brson
bors
-68
/
+118
2013-05-26
add memset32/memset64
Daniel Micay
-0
/
+10
2013-05-26
C++0x -> C++11
Daniel Micay
-1
/
+1
2013-05-26
make the memcpy/memmove intrinsics higher-level
Daniel Micay
-4
/
+17
2013-05-26
Add some documentation
James Miller
-1
/
+25
2013-05-26
Add AtomicOption type
James Miller
-33
/
+91
2013-05-26
Make AtomicPtr use *mut, instead of ~
James Miller
-47
/
+15
2013-05-25
Add basic atomic types
James Miller
-0
/
+344
2013-05-23
optimize util::swap, &mut pointers never alias
Daniel Micay
-1
/
+0
2013-05-23
add memcpy intrinsic to mirror memmove
Daniel Micay
-0
/
+7
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+2516