summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-13auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichtonbors-11/+85
2014-03-13auto merge of #12561 : pzol/rust/char-case, r=alexcrichtonbors-1388/+1115
2014-03-13auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakisbors-0/+29
2014-03-13auto merge of #12610 : eddyb/rust/deref-now-auto, r=nikomatsakisbors-24/+19
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-24/+19
2014-03-13auto merge of #12845 : eddyb/rust/vec-no-drop-flag, r=thestingerbors-0/+50
2014-03-13Remove code duplicationPiotr Zolnierek-52/+32
2014-03-13Implement lower, upper case conversion for charPiotr Zolnierek-1/+1088
2014-03-13std::unicode: remove unused category tablesPiotr Zolnierek-1340/+0
2014-03-13auto merge of #12602 : alexcrichton/rust/backtrace, r=brsonbors-100/+914
2014-03-13Add basic backtrace functionalityAlex Crichton-100/+914
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-46/+53
2014-03-12auto merge of #12822 : erickt/rust/cleanup, r=acrichtobors-7/+9
2014-03-12Update io iterators to produce IoResultsPalmer Cox-46/+53
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-4/+4
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-7/+9
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-4/+4
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-28/+0
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-12/+15
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-12std: Relax an assertion in oneshot selectionAlex Crichton-7/+64
2014-03-12Vec: remove the drop flag to make it no larger than (*T, uint, uint).Eduard Burtescu-0/+50
2014-03-12Add shift and remove methods for VecKiet Tran-0/+29
2014-03-12auto merge of #12797 : pczarn/rust/str_safety, r=huonwbors-51/+75
2014-03-12Port partition method from ~[T] to Vec<T>, for use early-late lifetime code.Felix S. Klock II-0/+20
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-12std: Move rand to librand.Huon Wilson-3888/+2
2014-03-11auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brsonbors-40/+28
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-40/+28
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-0/+15
2014-03-10fs: units tests for mkdir_recusive and rmdir_recursiveLaurent Bonnans-0/+26
2014-03-10fs: use an iterative algorithm for 'rmdir_recursive'Laurent Bonnans-8/+41
2014-03-10fs: use an iterative algorithm for 'mkdir_recursive'Laurent Bonnans-3/+18
2014-03-10libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte}Piotr Czarnecki-17/+10
2014-03-10libstd: Add unit tests for `slice_shift_char`Piotr Czarnecki-0/+12
2014-03-10libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and...Piotr Czarnecki-34/+53
2014-03-08auto merge of #12706 : pongad/rust/issue_12698, r=brsonbors-209/+20
2014-03-08auto merge of #12759 : lucab/rust/char-doc, r=alexcrichtonbors-29/+60
2014-03-08Incorporated review feedback atop pcwalton's original patches.Felix S. Klock II-11/+9
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-209/+20
2014-03-08libstd: Add some more functionality to Vec<T>Patrick Walton-0/+131
2014-03-08doc: add two missing char methods doc-stringsLuca Bruno-2/+12
2014-03-08doc: uniform std::char doc-stringsLuca Bruno-23/+30
2014-03-08doc: don't refer to 'char' as charactersLuca Bruno-18/+32
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-18/+33
2014-03-07std: stop `vec!()` warning about unused mutability.Huon Wilson-3/+5
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-8/+8
2014-03-06auto merge of #12705 : alexcrichton/rust/issue-12692, r=brsonbors-3/+64
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-0/+56