summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-20Remove RefCell::{with, with_mut}Steven Fackler-67/+4
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-18/+19
2014-03-20std: Update atomic documentation to remove 'mut'Alex Crichton-23/+23
2014-03-20std: Remove AtomicU64Brian Anderson-52/+0
2014-03-20std: Make the generic atomics in `sync::atomics` privateBrian Anderson-10/+10
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-124/+127
2014-03-20Register new snapshotsAlex Crichton-95/+4
2014-03-20std: Make atomics immutable. #11583Brian Anderson-42/+1064
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20std: Add Vec to the preludeAlex Crichton-0/+1
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