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
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-342
/
+0
2014-06-09
std: Remove the as_utf16_p functions
Alex Crichton
-5
/
+5
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-5
/
+1
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-788
/
+0
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-24
Fixes problems on systems with opaque mutex
Valerii Hiora
-10
/
+8
2014-05-23
std: Move unstable::finally to std::finally. #1457
Brian Anderson
-2
/
+0
2014-05-23
std: Move simd to core::simd and reexport. #1457
Brian Anderson
-62
/
+0
2014-05-23
std: Move running_on_valgrind to rt::util. #1457
Brian Anderson
-13
/
+0
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-7
/
+12
2014-05-21
auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson
bors
-3
/
+5
2014-05-20
core: Stabilize the mem module
Alex Crichton
-2
/
+2
2014-05-19
std: Build Exclusive on Arc<Unsafe<T>>
Alex Crichton
-3
/
+5
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-17
/
+51
2014-05-15
std: Remove run_in_bare_thread
Brian Anderson
-31
/
+0
2014-05-15
auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton
bors
-6
/
+8
2014-05-15
std:: switch the order in which dynamic_lib adds search paths.
Huon Wilson
-6
/
+8
2014-05-14
Change dynamic_library::open_external to take ToCStr
Aaron Turon
-8
/
+23
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-2
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-05-10
rename `global_heap` -> `libc_heap`
Daniel Micay
-1
/
+1
2014-05-08
Handle fallout for vector addition
Kevin Ballard
-2
/
+7
2014-05-07
std: Remove a glob to get std to compile
Alex Crichton
-1
/
+1
2014-05-07
core: Inherit the finally module
Alex Crichton
-160
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-4
/
+4
2014-04-29
rustc: Add search paths to dylib load paths
Alex Crichton
-2
/
+19
2014-04-23
auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis
bors
-8
/
+8
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-3
/
+3
2014-04-23
std: Change Finally to take `&mut self`
Alex Crichton
-5
/
+5
2014-04-22
Fixed Win64 build
Vadim Chugunov
-0
/
+2
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-1
/
+1
2014-04-11
Add more type signatures to the docs; tweak a few of them.
Huon Wilson
-3
/
+1
2014-04-08
Register new snapshots
Alex Crichton
-3
/
+3
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-10
/
+18
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-29
auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton
bors
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-3
/
+3
2014-03-28
std and green: fix some warnings
Erick Tryzelaar
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-1
/
+1
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-2
/
+2
2014-03-23
std: Move NativeMutex from &mut self to &self
Alex Crichton
-47
/
+56
2014-03-14
fix MIPS target
Jyun-Yan You
-0
/
+4
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2014-02-27
std: Small cleanup and test improvement
Alex Crichton
-3
/
+1
2014-02-23
std: Move unstable::stack to rt::stack
Brian Anderson
-277
/
+0
2014-02-23
std: Remove unstable::lang
Brian Anderson
-54
/
+0
2014-02-23
std: Move raw to std::raw
Brian Anderson
-96
/
+0
[next]