about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-16`strdup_uniq` doesn't have to be `pub`.Lindsey Kuper-2/+1
2014-03-16auto merge of #12931 : aochagavia/rust/option-take_unwrap, r=cmrbors-3/+3
2014-03-16Refactored take_unwrap (libstd/option.rs)aochagavia-3/+3
2014-03-16auto merge of #12929 : sfackler/rust/automatically-derived, r=cmrbors-20/+0
2014-03-15Test fixes and rebase conflictsAlex Crichton-10/+25
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-84/+15
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-638/+23
2014-03-15Remove std::cmp::cmp2.Steven Fackler-20/+0
2014-03-15libstd: Fix a typo. s/target_os/target_arch/Luqman Aden-4/+4
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-22/+321
2014-03-14auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmanabors-2/+13
2014-03-14auto merge of #12888 : aochagavia/rust/Fix-comment, r=alexcrichtonbors-9/+3
2014-03-14auto merge of #12878 : crabtw/rust/mips, r=alexcrichtonbors-13/+23
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-22/+321
2014-03-14auto merge of #12869 : thestinger/rust/cmp, r=brsonbors-6/+6
2014-03-14cmp: switch `min` and `max` to `TotalOrd`Daniel Micay-6/+6
2014-03-14std: Fix backtraces on arm linuxAlex Crichton-2/+13
2014-03-14Refactored iter and mut_iteraochagavia-8/+2
2014-03-14Fixed comment of as_mut_slice (libstd/option.rs)aochagavia-1/+1
2014-03-14auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brsonbors-7/+54
2014-03-14auto merge of #12871 : aochagavia/rust/Optimize-while_some, r=alexcrichtonbors-3/+6
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-2/+5
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+37
2014-03-14fix MIPS targetJyun-Yan You-13/+23
2014-03-14std: render the vec_ng docs.Huon Wilson-2/+4
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13std: Demangle more escapes in backtracesAlex Crichton-7/+54
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+37
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-909/+865
2014-03-13Refactored while_some (libstd/option.rs)aochagavia-3/+6
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-909/+865
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