summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-14Remove incorrect references to _raw stdio functionsKevin Ballard-18/+9
2015-03-14Stop recommending old_io in the module doc for std::ioKevin Ballard-4/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-27/+58
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-14/+14
2015-03-13std: Stabilize the `net` moduleAlex Crichton-227/+404
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-71/+75
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-5/+5
2015-03-13Fallout of std::old_io deprecationAlex Crichton-176/+172
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-14/+14
2015-03-12std: Stabilize the `io` moduleAlex Crichton-105/+212
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-291/+380
2015-03-12Stabilize std::pathAaron Turon-291/+380
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-176/+86
2015-03-12Rollup merge of #23296 - shepmaster:explain-why-joinguard-is-must-use, r=alex...Manish Goregaokar-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-195/+195
2015-03-11Explain why immediately dropping a JoinGuard is not what you want to doJake Goulding-1/+1
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-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-29/+29
2015-03-08Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`.Huon Wilson-5/+7
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