about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-26auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichtonbors-114/+713
2014-03-26auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestingerbors-0/+1
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-108/+1
2014-03-25auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichtonbors-24/+24
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-24/+24
2014-03-25auto merge of #13070 : huonw/rust/share-doc, r=alexcrichtonbors-1/+45
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-17/+39
2014-03-25libstd: Document the following modules:Patrick Walton-112/+689
2014-03-25std: Explicitly link to libm for freebsdAlex Crichton-0/+1
2014-03-26std: expand the `Share` docs to make them more precise.Huon Wilson-1/+45
2014-03-24comm: Implement synchronous channelsAlex Crichton-16/+1227
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-55/+61
2014-03-24std: Unignore atomic testsBrian Anderson-4/+2
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-7/+38
2014-03-24rustc: Remove all crate map supportAlex Crichton-107/+0
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-23auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonwbors-6/+5
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-6/+5
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-50/+59
2014-03-23Snapshot cleanupAlex Crichton-1/+0
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-85/+32
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-1042/+0
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-85/+32
2014-03-23auto merge of #13092 : sfackler/rust/buffer-vec, r=thestingerbors-15/+24
2014-03-23Register new snapshotsFlavio Percoco-1042/+0
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-42/+30
2014-03-23iter: remove `to_owned_vec`Daniel Micay-42/+30
2014-03-22auto merge of #13088 : thestinger/rust/hashmap, r=cmrbors-6/+23
2014-03-23use TotalEq for HashMapDaniel Micay-6/+23
2014-03-22make std::managed privateDaniel Micay-19/+1
2014-03-22Some cleanup in std::io::bufferedSteven Fackler-15/+24
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