about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-5/+5
2015-03-16Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichtonbors-2/+1
2015-03-16Auto merge of #23396 - semarie:remove-sized-bounds, r=sfacklerbors-2/+2
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-27/+58
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-323/+397
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-323/+397
2015-03-15Auto merge of #23387 - Manishearth:rollup, r=Manishearthbors-25/+12
2015-03-15Removed old_io note from std::netTrent Nadeau-2/+1
2015-03-15Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichtonbors-13/+3
2015-03-15Rollup merge of #23384 - daboross:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-03-15Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichtonManish Goregaokar-2/+2
2015-03-15Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale...Manish Goregaokar-18/+9
2015-03-15Implement `winsize()` for {ios,dragonfly}Tamir Duberstein-12/+2
2015-03-15Fallout of c933d44f7bb9Tamir Duberstein-1/+1
2015-03-15Fix an String -> a String in env.rs documentationDabo Ross-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-43/+39
2015-03-15fix typosFuGangqiang-2/+2
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-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-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