about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-20auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichtonbors-6/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-76/+210
2014-03-20auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestingerbors-1/+7
2014-03-20A couple of fixes to vec_ng docsSteven Fackler-14/+24
2014-03-20Make atomics interior Unsafe<T>Flavio Percoco-50/+60
2014-03-20Let ArcData use Unsafe<T>Flavio Percoco-5/+8
2014-03-20Make Cell and RefCell use Unsafe<T>Flavio Percoco-14/+19
2014-03-20Add Unsafe<T> typeFlavio Percoco-0/+82
2014-03-20Make `Rc`, `Cell` and `RefCell` NoShareFlavio Percoco-7/+18
2014-03-20Add a Share kindFlavio Percoco-1/+24
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-19/+22
2014-03-20rename std::vec -> std::sliceDaniel Micay-154/+152
2014-03-19std: io: flush stdout on stdin read from ttyCorey Richardson-1/+7
2014-03-19Remove std::cast::transmute_immut_unsafeTobias Bucher-6/+0
2014-03-19auto merge of #12982 : brson/rust/optiondocs, r=alexcrichtonbors-20/+170
2014-03-19auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichtonbors-30/+608
2014-03-18Docify std::vec_ngSteven Fackler-30/+608
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