summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-23Add ctype-likes to AsciiCorey Richardson-0/+68
2013-11-22Add Rc::from_mutSteven Fackler-0/+17
2013-11-22More Mut testsSteven Fackler-0/+9
2013-11-22Strip down Cell functionalitySteven Fackler-59/+3
2013-11-22Change Mut::map to Mut::withSteven Fackler-19/+19
2013-11-22Make MutRef more consistent with &mutSteven Fackler-9/+9
2013-11-22Cell -> Mut switch in commSteven Fackler-20/+24
2013-11-22Move Rc tests away from CellSteven Fackler-7/+7
2013-11-22Remove RcMutSteven Fackler-237/+0
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+299
2013-11-22auto merge of #10612 : pnkfelix/rust/remove-cut-and-pasted-rt-fixme, r=pcwaltonbors-1/+0
2013-11-22The original fixme #2699 was removed back in PR #6053.Felix S. Klock II-1/+0
2013-11-22auto merge of #10610 : thestinger/rust/breakpoint, r=pnkfelixbors-0/+4
2013-11-22add a breakpoint intrinsic for debuggingDaniel Micay-0/+4
2013-11-22auto merge of #10582 : g3xzh/rust/master, r=cmrbors-2/+70
2013-11-22Add more benchmark tests to vec.rsg3xzh-2/+70
2013-11-21auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichtonbors-30/+43
2013-11-22std::rand: move TaskRng off @mut.Huon Wilson-30/+43
2013-11-21`std::ptr::read_ptr` now takes `*T` instead of `*mut T`Ziad Hatahet-3/+3
2013-11-20auto merge of #10576 : thestinger/rust/gc, r=pcwaltonbors-0/+100
2013-11-19add an initial `Gc<T>` stub with the APIDaniel Micay-0/+100
2013-11-19Remove NonCopyable::newSteven Fackler-6/+0
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-236/+270
2013-11-19auto merge of #10495 : alexcrichton/rust/more-native-io, r=brsonbors-651/+1054
2013-11-19Implement more native file I/OAlex Crichton-651/+1054
2013-11-19auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwaltonbors-0/+2
2013-11-19auto merge of #10542 : huonw/rust/open01, r=alexcrichtonbors-39/+122
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-82/+92
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+1
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-94/+90
2013-11-18Implement a native mutex typeAlex Crichton-0/+337
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-82/+92
2013-11-18Disable priv in std::comm::Port, etcDiego Ongaro-6/+7
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-0/+2
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-8/+8
2013-11-18std::rand: wrappers for floats from [0,1] and (0,1).Huon Wilson-39/+122
2013-11-17Fixed docs for advance() in Iterator traitAndrei Formiga-6/+3
2013-11-17Fixed uses of get() to unwrap() in doc examples in std::iterAndrei Formiga-28/+28
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-102/+157
2013-11-16auto merge of #10420 : sanxiyn/rust/path, r=cmrbors-1/+1
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+43
2013-11-14remove `cast::unsafe_copy`Daniel Micay-8/+0
2013-11-14auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichtonbors-1/+16
2013-11-14test: Fix signal-exit-status on windowsklutzy-0/+1
2013-11-13auto merge of #10457 : alexcrichton/rust/native-io, r=brsonbors-350/+434
2013-11-13Implement native::IoFactoryAlex Crichton-350/+434
2013-11-13add rust_trylock_little_lockJason Toffaletti-1/+16
2013-11-13auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichtonbors-10/+99
2013-11-13Introduce an io::Buffer traitAlex Crichton-102/+114
2013-11-13Implemented BufWriterZach Kamsler-10/+99