summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31auto merge of #13221 : thestinger/rust/append, r=alexcrichtonbors-32/+32
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-32/+32
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-8/+8
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-91/+6
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-3/+3
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-27/+0
2014-03-29Register new snapshotFlavio Percoco-27/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-83/+83
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-6/+6
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-28std and green: fix some warningsErick Tryzelaar-3/+3
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