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
/
libstd
/
rt
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
pass exchange_malloc an alignment, not a tydesc
Daniel Micay
-7
/
+2
2013-06-30
global_heap: inline get_box_size and align_to
Daniel Micay
-0
/
+2
2013-06-30
global_heap: inline malloc_raw and add realloc_raw
Daniel Micay
-1
/
+13
2013-06-30
add a closure_exchange_malloc lang item
Daniel Micay
-0
/
+14
2013-06-30
stop initializing ref_count in exchange_alloc
Daniel Micay
-1
/
+21
2013-06-30
simplify the exchange allocator
Daniel Micay
-53
/
+41
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-2
/
+5
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-9
/
+9
2013-06-28
std: silence some test warnings.
Huon Wilson
-2
/
+2
2013-06-28
Convert vec::{reserve, reserve_at_least, capacity} to methods.
Huon Wilson
-1
/
+1
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-2
/
+2
2013-06-26
auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr
bors
-2
/
+2
2013-06-25
Change finalize -> drop.
Luqman Aden
-13
/
+13
2013-06-25
Deny common lints by default for lib{std,extra}
Alex Crichton
-2
/
+2
2013-06-25
auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr
bors
-7
/
+3
2013-06-24
remove old_iter
Daniel Micay
-1
/
+0
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-7
/
+3
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+2
2013-06-18
std::rt: Work around a dynamic borrowck bug
Brian Anderson
-3
/
+2
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-16
std::rt: Reduce the delay on a timer test. Slow
Brian Anderson
-2
/
+2
2013-06-15
rm vec::uniq_len
Daniel Micay
-1
/
+2
2013-06-13
automated whitespace fixes
Daniel Micay
-4
/
+0
2013-06-13
Remove unused imports
Steven Stewart-Gallus
-2
/
+0
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+2
2013-06-10
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...
Ben Blum
-1
/
+1
2013-06-10
Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.
Ben Blum
-15
/
+1
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-3
/
+3
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-75
/
+75
2013-06-03
rename the Ptr trait to RawPtr
Daniel Micay
-3
/
+3
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-2
/
+3
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-87
/
+85
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-1
/
+0
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-4
/
+13
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-20
/
+32
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-11
/
+7
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+3238
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+5846