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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-03
std: Remove io::io_error
Alex Crichton
-2
/
+5
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-1
/
+0
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-1
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+2
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-11
/
+0
2013-12-24
std: Handle prints with literally no context
Alex Crichton
-3
/
+14
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-24
Fix spelling of "vacuum" in one of the abort quotes.
Jason Orendorff
-1
/
+1
2013-11-13
Implement native::IoFactory
Alex Crichton
-19
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+0
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-7
/
+13
2013-10-24
Stop logging task failure to task loggers
Alex Crichton
-1
/
+1
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-2
/
+11
2013-10-11
De-pub some private runtime components
Alex Crichton
-16
/
+10
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-4
/
+6
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-08-29
rt: Handle non-integer RUST_THREADS (slightly) more gracefully.
Huon Wilson
-2
/
+8
2013-08-24
std::rt: Enforce sanity a while longer
Brian Anderson
-1
/
+2
2013-08-23
Define cfg(rtopt) when optimizing. Turn off runtime sanity checks
Brian Anderson
-0
/
+3
2013-08-23
rt: Remove exit_status helpers
Brian Anderson
-16
/
+5
2013-08-20
auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson
bors
-2
/
+1
2013-08-19
Try to fix mac valgrind bot by disabling thread-heavy activities.
Graydon Hoare
-1
/
+27
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-3
/
+10
2013-08-16
A round of code cleaning for the primary scheduler code. Comments have been u...
toddaaro
-2
/
+1
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+0
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-07-09
std: Make os::set_exit_status work with newsched
Brian Anderson
-0
/
+22
2013-06-24
extra: Make test runner compatible with newsched
Brian Anderson
-0
/
+12
2013-06-18
std::rt: Improve the rtabort! macro
Brian Anderson
-2
/
+63
2013-06-17
std::rt: move abort function to util module
Brian Anderson
-0
/
+4
2013-06-17
std::rt: Add util mod and num_cpus function
Brian Anderson
-0
/
+22