about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-28auto merge of #13158 : alexcrichton/rust/issue-13123, r=brsonbors-0/+30
2014-03-28native: Ignore SIGPIPE by defaultAlex Crichton-0/+30
2014-03-28native: Use WNOHANG before signalingAlex Crichton-3/+32
2014-03-28auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestingerbors-33/+48
2014-03-28auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichtonbors-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-33/+48
2014-03-27Fix fallout of removing default boundsAlex Crichton-167/+177
2014-03-26auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichtonbors-114/+713
2014-03-26Derive TotalEq for std::intrinsics::TypeIdTomas Sedovic-1/+1
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