about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
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
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-3/+282
2014-02-23std: Remove unstable::langBrian Anderson-1/+36
2014-02-23std: Move raw to std::rawBrian Anderson-3/+3
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-3/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-19/+24
2014-02-20move extra::test to libtestLiigo Zhuang-2/+4
2014-02-18Spellcheck library docs.Huon Wilson-2/+2
2014-02-15auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichtonbors-13/+6
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-2/+2
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-11/+4
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-14/+0
2014-02-15auto merge of #12283 : kballard/rust/env-args-bytes, r=ericktbors-21/+23
2014-02-14Register new snapshotsAlex Crichton-14/+0
2014-02-14Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()Kevin Ballard-21/+23
2014-02-14auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+2
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-0/+10
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-14auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brsonbors-0/+1
2014-02-13Don't require an allocation for on_exit messagesAlex Crichton-4/+12
2014-02-13Don't allocate in LocalHeap::new()Alex Crichton-7/+8
2014-02-13Register new snapshotsAlex Crichton-103/+1
2014-02-12Expose whether event loops have active I/OAlex Crichton-0/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-3/+5
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-6/+6
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-3/+3