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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-42
/
+45
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-16
Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707
Jorge Aparicio
-13
/
+1
2014-06-16
auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
bors
-8
/
+57
2014-06-13
Rolling up PRs in the queue
Alex Crichton
-4
/
+4
2014-06-13
Cosmetic fixes & comments
Valerii Hiora
-3
/
+8
2014-06-12
Basic iOS support
Valerii Hiora
-8
/
+52
2014-06-11
sync: Move underneath libstd
Alex Crichton
-352
/
+1
2014-06-10
auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
bors
-0
/
+1
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-1
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-2
/
+2
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-0
/
+1
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-5
/
+6
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-3450
/
+143
2014-06-06
rtio: Remove usage of `Path`
Alex Crichton
-3
/
+2
2014-06-06
rtio: Remove unused stuct
Alex Crichton
-12
/
+0
2014-06-06
Test fixes from the rollup
Alex Crichton
-1
/
+0
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-06-05
How about a less cringe-worthy double-failure message?
Brian Anderson
-3
/
+1
2014-06-05
auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brson
bors
-149
/
+200
2014-06-04
std: Improve non-task-based usage
Alex Crichton
-149
/
+200
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-1
/
+1
2014-05-30
Register new snapshots
Alex Crichton
-70
/
+2
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+5
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-25
De-realstd os::args
Kevin Ballard
-34
/
+7
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-24
auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler
bors
-2
/
+2
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-2
/
+2
2014-05-23
std: Move unstable::finally to std::finally. #1457
Brian Anderson
-2
/
+2
2014-05-23
std: Move running_on_valgrind to rt::util. #1457
Brian Anderson
-1
/
+17
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-19
/
+26
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-12
/
+19
2014-05-21
auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson
bors
-8
/
+9
2014-05-19
std: Use Arc instead of UnsafeArc in BlockedTask
Alex Crichton
-8
/
+9
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-8
/
+72
2014-05-17
std: Refactor liballoc out of lib{std,sync}
Alex Crichton
-272
/
+4
2014-05-15
Updates with core::fmt changes
Alex Crichton
-4
/
+5
2014-05-15
core: Implement unwrap()/unwrap_err() on Result
Alex Crichton
-15
/
+3
2014-05-15
std: Remove run_in_bare_thread
Brian Anderson
-11
/
+11
2014-05-15
use sched_yield on linux and freebsd
Daniel Micay
-10
/
+0
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-2
/
+57
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-1
/
+2
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-2
/
+1
2014-05-12
Add `stat` method to `std::io::fs::File` to stat without a Path.
Yuri Kunde Schlesner
-0
/
+1
[prev]
[next]