summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-08-06fs: indicate that we only copy regular filesTshepang Lekhonkhobe-1/+1
2015-08-05Better FFI disciplineTamir Duberstein-5/+3
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-41/+104
2015-08-04Auto merge of #26470 - l0kod:process-session-leader, r=alexcrichtonbors-3/+19
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-10/+4
2015-08-04std: Ignore test_process_mask on OSXAlex Crichton-0/+4
2015-08-04Rollup merge of #27398 - tshepang:patch-5, r=steveklabnikManish Goregaokar-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-32/+101
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-131/+532
2015-08-02Fix compile errors for ARM.Vadim Chugunov-2/+4
2015-08-03Rollup merge of #27473 - brson:stddocs, r=GankroManish Goregaokar-11/+6
2015-08-02std: Tighten up crate docsBrian Anderson-11/+6
2015-08-02Docs: clarify return value of std::io::Seek::seekSimon Sapin-2/+3
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-3/+19
2015-07-31trpl: fix link errorFuGangqiang-1/+1
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-19/+100
2015-07-31Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichtonbors-1/+1
2015-07-30Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brsonbors-44/+27
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-129/+528
2015-07-30doc: prelude nitsTshepang Lekhonkhobe-3/+3
2015-07-29Auto merge of #27383 - Manishearth:rollup, r=Manishearthbors-23/+19
2015-07-29std: Remove the curious inner moduleAlex Crichton-44/+27
2015-07-30Rollup merge of #27373 - alexcrichton:fix-wait-timeout-ms, r=brsonManish Goregaokar-13/+14
2015-07-30Rollup merge of #27369 - brson:realstd, r=alexcrichtonManish Goregaokar-10/+5
2015-07-29Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturonbors-0/+24
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-29Rollup merge of #27345 - killercup:patch-15, r=alexcrichtonSteve Klabnik-4/+2
2015-07-29Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichtonSteve Klabnik-2/+2
2015-07-29Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichtonSteve Klabnik-4/+0
2015-07-29Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichtonSteve Klabnik-1/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-32/+63
2015-07-29Auto merge of #27360 - dhuseby:fixing_freebsd_stat_structs_and_tests, r=alexc...bors-67/+124
2015-07-29Auto merge of #27339 - alexcrichton:remove-old-rt, r=brsonbors-44/+3
2015-07-28std: Stabilize a number of small APIsAlex Crichton-19/+100
2015-07-28std: Remove some old #[cfg(test) hacksBrian Anderson-10/+5
2015-07-28std: Deprecate extra TcpStream/UdpSocket methodsAlex Crichton-0/+24
2015-07-28Auto merge of #26934 - reem:boxed-slice-clone, r=Gankrobors-9/+1
2015-07-28Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10....Dave Huseby-67/+124
2015-07-28Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichtonbors-15/+25
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-11/+4
2015-07-28Implement Clone for Box<[T]> where T: CloneJonathan Reem-9/+1
2015-07-28IO Docs: Fix Link in Cursor descriptionPascal Hertleif-4/+2
2015-07-27fix two linksSteve Klabnik-2/+2
2015-07-27Remove warning header for consistencySteve Klabnik-4/+0
2015-07-28Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturonbors-5/+19
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-5/+19
2015-07-27std: Remove msvc/valgrind headersAlex Crichton-44/+3
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-27Show appropriate feature flags in docsSteve Klabnik-32/+63
2015-07-27Fix buffer length in std::io::takeSteve Klabnik-1/+1