about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-06rollup merge of #23087: nagisa/std-undeadlockAlex Crichton-3/+0
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-13/+80
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+30
2015-03-06std: Ignore a test on windowsAlex Crichton-0/+1
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+30
2015-03-06Implement std::error::Error for std::sync::mpsc error typesDan Burkert-0/+63
2015-03-06Rollup merge of #23096 - posborne:paths-documentation-grammar-fix, r=huonwManish Goregaokar-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-1/+2
2015-03-06Rollup merge of #23045 - ctjhoa:master, r=ManishearthManish Goregaokar-1/+1
2015-03-06Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichtonManish Goregaokar-0/+0
2015-03-06Fix an easy to trigger deadlock in std::io::stdioSimonas Kazlauskas-3/+0
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-15/+16
2015-03-06Rollup merge of #23095 - stepancheg:test-bind-fail, r=alexcrichtonManish Goregaokar-4/+4
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-37/+86
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-0/+7
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-18/+165
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-15/+16
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-05Removing unnecessary pub from a test functionCarol Nichols-2/+2
2015-03-05Add tests to stable f32 and f64 methods that didn't have anyCarol Nichols-0/+580
2015-03-05Rearrange tests to be in the same order as implementationCarol Nichols-345/+345
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-05fix minor grammar mistake in paths documentationPaul Osborne-1/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-37/+86
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-13/+80
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+7
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-15/+16
2015-03-05Rollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichtonManish Goregaokar-0/+3
2015-03-05Rollup merge of #23027 - fenhl:patch-1, r=sfacklerManish Goregaokar-1/+1
2015-03-05Rollup merge of #22973 - djmally:coll_docs, r=GankroManish Goregaokar-6/+7
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-124/+124
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-18/+165
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+59
2015-03-04docs(path.rs): fix ends_with methodCamille TJHOA-1/+1
2015-03-04iOS: fallout of env stabValerii Hiora-0/+3
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-8/+6
2015-03-04Fix Duration::weeks docsFenhl-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-8/+11
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-13/+13
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-40/+75
2015-03-03sidestep potential over- and underflow in estimated stack bounds.Felix S. Klock II-1/+15
2015-03-03Revert incorrect `usize` -> `u32` replacements from #22510Tobias Bucher-6/+6
2015-03-03Rollup merge of #22974 - nagisa:reintuint-std, r=alexcrichtonManish Goregaokar-0/+1
2015-03-03Rollup merge of #22956 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-1/+1
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-24/+23
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-14/+16
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-1/+1
2015-03-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-2/+2