about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-4/+5
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-4/+5
2015-03-10Rollup merge of #23125 - danburkert:master, r=brsonManish Goregaokar-0/+63
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-14/+14
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-18/+18
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-14/+14
2015-03-09Rollup merge of #23190 - steveklabnik:fix_as_slice, r=alexcrichtonManish Goregaokar-3/+3
2015-03-09Rollup merge of #22984 - carols10cents:tests-for-float, r=huonwManish Goregaokar-345/+925
2015-03-08Small fixes to example to be more idiomaticSteve Klabnik-3/+3
2015-03-07Use assert_eq! rather than assert!Ryan Prichard-1/+1
2015-03-06Test fixes and rebase conflictsAlex Crichton-2/+8
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
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