summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-31/+11
2014-03-22auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichtonbors-0/+122
2014-03-23Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at()Eunchong Yu-0/+122
2014-03-22auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonwbors-43/+20
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-7/+38
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-17/+15
2014-03-22std: Remove the get() method from RefCell wrappersAlex Crichton-27/+6
2014-03-22std::os: Handle FormatMessage failureklutzy-3/+8
2014-03-22std: Remove the Freeze kind and the NoFreeze markerFlavio Percoco-15/+1
2014-03-22cell: Remove Freeze / NoFreezeFlavio Percoco-10/+6
2014-03-22std::comm: Remove Freeze / NoFreezeFlavio Percoco-6/+4
2014-03-22auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichtonbors-83/+16
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-18/+19
2014-03-21auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestingerbors-1/+2
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-137/+1110
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-0/+13
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-0/+13
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+10
2014-03-21auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelixbors-18/+21
2014-03-21Rewrite rc::Rc using cell::CellEdward Wang-34/+65
2014-03-21libstd: Add some methods to `Vec<T>`.Patrick Walton-18/+21
2014-03-20Clean up marker types and Unsafe initializationSteven Fackler-16/+12
2014-03-20std: Implement Clone/TotalEq for ProcessExitAlex Crichton-1/+2
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