summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-11/+1
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-18/+7
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-11/+19
2014-04-03Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUintJonathan S-1/+133
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-6/+64
2014-04-03Test fixes from the rollupAlex Crichton-5/+5
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03std: Document builtin syntax extensionsAlex Crichton-0/+259
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03fix Option<~ZeroSizeType>Daniel Micay-2/+11
2014-04-03std: override clone_from for Vec.Huon Wilson-4/+53
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-31Switch some tuple structs to pub fieldsAlex Crichton-11/+19
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