about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-42/+45
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-13/+1
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-8/+57
2014-06-13Rolling up PRs in the queueAlex Crichton-4/+4
2014-06-13Cosmetic fixes & commentsValerii Hiora-3/+8
2014-06-12Basic iOS supportValerii Hiora-8/+52
2014-06-11sync: Move underneath libstdAlex Crichton-352/+1
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-5/+6
2014-06-06std: Extract librustrt out of libstdAlex Crichton-3450/+143
2014-06-06rtio: Remove usage of `Path`Alex Crichton-3/+2
2014-06-06rtio: Remove unused stuctAlex Crichton-12/+0
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-05auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brsonbors-149/+200
2014-06-04std: Improve non-task-based usageAlex Crichton-149/+200
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+1
2014-05-30Register new snapshotsAlex Crichton-70/+2
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+5
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-25De-realstd os::argsKevin Ballard-34/+7
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-24auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfacklerbors-2/+2
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-2/+2
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-2/+2
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-1/+17
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-19/+26
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-12/+19
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-8/+9
2014-05-19std: Use Arc instead of UnsafeArc in BlockedTaskAlex Crichton-8/+9
2014-05-19rustc: Add official support for weak failureAlex Crichton-8/+72
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-272/+4
2014-05-15Updates with core::fmt changesAlex Crichton-4/+5
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-15/+3
2014-05-15std: Remove run_in_bare_threadBrian Anderson-11/+11
2014-05-15use sched_yield on linux and freebsdDaniel Micay-10/+0
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-2/+57
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+2
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+1
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-0/+1