about summary refs log tree commit diff
path: root/src/libstd/rt/util.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+0
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-23/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-66/+7
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-3/+3
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-4/+5
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-2/+2
2015-01-13auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...bors-50/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-1/+1
2015-01-11std: Remove fortune cookies from fatal runtime errorsBrian Anderson-50/+0
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-6/+12
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+2
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-6/+12
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30Register new snapshotsAlex Crichton-15/+1
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+14
2014-12-21Fallout of std::str stabilizationAlex Crichton-12/+11
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-0/+1
2014-12-18Fallout from new thread APIAaron Turon-9/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-3/+144
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-3/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-10Register new snapshotsAlex Crichton-3/+3
2014-08-04stabilize atomics (now atomic)Aaron Turon-4/+4
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-13/+1
2014-06-06std: Extract librustrt out of libstdAlex Crichton-118/+30
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-1/+13
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-0/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-17/+0