about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-1/+2
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+4
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-04-08Register new snapshotsAlex Crichton-13/+13
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-1/+1
2014-04-03Test fixes from the rollupAlex Crichton-5/+5
2014-04-03fix Option<~ZeroSizeType>Daniel Micay-2/+11
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-41/+39
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-27Fix fallout of removing default boundsAlex Crichton-99/+107
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-107/+0
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+3
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-2/+2
2014-03-24rustc: Remove all crate map supportAlex Crichton-107/+0
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-3/+3
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-2/+2
2014-03-22std: Remove the get() method from RefCell wrappersAlex Crichton-1/+1
2014-03-21libstd: Add some methods to `Vec<T>`.Patrick Walton-1/+1
2014-03-20Register new snapshotsAlex Crichton-72/+3
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-9/+9
2014-03-15Test fixes and rebase conflictsAlex Crichton-3/+21
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-84/+15
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-323/+0
2014-03-15libstd: Fix a typo. s/target_os/target_arch/Luqman Aden-4/+4
2014-03-14auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmanabors-2/+13
2014-03-14auto merge of #12878 : crabtw/rust/mips, r=alexcrichtonbors-0/+3
2014-03-14std: Fix backtraces on arm linuxAlex Crichton-2/+13
2014-03-14auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brsonbors-7/+54
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+1
2014-03-14fix MIPS targetJyun-Yan You-0/+3
2014-03-13std: Demangle more escapes in backtracesAlex Crichton-7/+54
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+1
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-12/+12
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-12/+12
2014-03-13Add basic backtrace functionalityAlex Crichton-100/+914
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-37/+26
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-0/+56
2014-02-28auto merge of #12616 : alexcrichton/rust/size, r=huonwbors-102/+96
2014-02-28std: Remove lots of allocations from log settingsAlex Crichton-102/+96
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-1/+4
2014-02-25auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brsonbors-5/+10
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-5/+10
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-8/+43
2014-02-23Roll std::run into std::io::processAlex Crichton-0/+1
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-10/+324