about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-24/+26
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-15/+17
2014-04-02auto merge of #13243 : huonw/rust/cellshow, r=thestingerbors-2/+13
2014-04-01auto merge of #13241 : stepancheg/rust/push-all, r=alexcrichtonbors-7/+3
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-278/+126
2014-04-01Reimplement Vec::push_all* with .extendStepan Koltsov-6/+2
2014-04-01Vec::reserve_exact should not shrinkStepan Koltsov-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-34/+122
2014-04-01std: fix Cell's Show instance.Huon Wilson-2/+13
2014-04-01remove the cmath moduleDaniel Micay-205/+126
2014-04-01rand: bubble up IO messages futher.Huon Wilson-23/+23
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-11/+99
2014-03-31std: Switch field privacy as necessaryAlex Crichton-893/+889
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-73/+0
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