summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-18auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichtonbors-68/+393
2014-03-18std: Improve option docsBrian Anderson-20/+170
2014-03-18Test fixes from the rollupAlex Crichton-0/+4
2014-03-18Made the `clone_from` implementation for `~T` reuse the `T` itself ifMarvin Löbel-1/+2
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-1/+1
2014-03-18Docsprint: Document ops module, primarily Deref.Matthew McPherrin-3/+77
2014-03-18Relaxed the memory ordering on the implementation of UnsafeArcJonathan S-7/+29
2014-03-18Documentation and formatting changes for option.rs.Ziad Hatahet-10/+10
2014-03-18Add impl IntoStr for ::std::vec_ng::Vec<Ascii>Eunchong Yu-0/+26
2014-03-18remove duplicate methods in implsCorey Richardson-3/+0
2014-03-18Make method Vec::remove() publicJorge Aparicio-1/+1
2014-03-17std: Improve docs for atomics. Fix two bugsBrian Anderson-68/+393
2014-03-17auto merge of #12957 : lkuper/rust/docsprint, r=alexcrichtonbors-2/+1
2014-03-17auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r...bors-41/+6
2014-03-17auto merge of #12945 : cadencemarseille/rust/vec_ng-as_mut_ptr, r=alexcrichtonbors-4/+7
2014-03-16auto merge of #12944 : mcpherrinm/rust/master, r=alexcrichtonbors-0/+95
2014-03-16`strdup_uniq` doesn't have to be `pub`.Lindsey Kuper-2/+1
2014-03-16Doc-sprint: Document endian conversion functionsMatthew McPherrin-0/+95
2014-03-16Remove AtomicFlagCadence Marseille-41/+6
2014-03-16Add method Vec<T>::as_mut_ptr()Cadence Marseille-4/+7
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