about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-12-18Use the getentropy(2) syscall on OpenBSDMichael McConville-1/+66
2015-12-18Use memrchr bindings provided by libcFlorian Hahn-29/+15
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-1/+1
2015-12-18Made dynamic_lib migration path more explicitebadf-1/+1
2015-12-18Rollup merge of #30431 - mmcco:cleanup, r=alexcrichtonManish Goregaokar-3/+2
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-4/+8
2015-12-18Add memchr implemenation based on rust-memchr to libstdFlorian Hahn-0/+402
2015-12-17Add a type prefix to fix buildMichael McConville-1/+1
2015-12-17Make runtime function return size_tMichael McConville-2/+2
2015-12-18Fix the falloutVadim Petrochenkov-1/+1
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-3/+3
2015-12-17Rollup merge of #30442 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnikSteve Klabnik-1/+1
2015-12-17doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-17doc: add a missing commaTshepang Lekhonkhobe-1/+1
2015-12-17Add a debug implementation to process::OutputEd Clarke-0/+27
2015-12-17Remove unused importsJeffrey Seyfried-3/+1
2015-12-17Trivial cleanupMichael McConville-3/+2
2015-12-16small fix to str doc exampleSteve Klabnik-1/+1
2015-12-13Auto merge of #30351 - tamird:remove-range-inclusive, r=alexcrichtonbors-1/+1
2015-12-13Auto merge of #30343 - Seeker14491:patch-1, r=blussbors-2/+3
2015-12-13remove deprecated APIs missed in #30182Tamir Duberstein-1/+1
2015-12-12Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichtonbors-1/+23
2015-12-11Fix MIN, MAX linksBrian Bowman-2/+3
2015-12-10std: improve io error descriptionsSean McArthur-1/+23
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-179/+40
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-179/+40
2015-12-10Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakisbors-1/+16
2015-12-09Fix extra space in str docsSteve Klabnik-1/+1
2015-12-09Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichtonbors-2/+2
2015-12-09Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichtonbors-20/+262
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-20/+262
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-7/+2
2015-12-08std: Use mem::replace in TLS initializationAlex Crichton-1/+16
2015-12-08Fix a typo in `fd.rs`. Fixes #30231.Richard Diamond-2/+2
2015-12-07Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichtonbors-0/+16
2015-12-06doc: add example for std::net::lookup_addrTshepang Lekhonkhobe-0/+16
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-121/+146
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-121/+146
2015-12-05Auto merge of #30177 - retep998:handling-threads, r=alexcrichtonbors-0/+122
2015-12-05Remove allocations in `impl Display for Ipv6Addr`Simon Sapin-11/+11
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+79
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+43
2015-12-04Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichtonbors-2/+7
2015-12-04Fix the time overflow on mac as wellSean Griffin-1/+1
2015-12-03doc: add example for std::fs::DirBuilderTshepang Lekhonkhobe-0/+14
2015-12-03Fix tests for SystemTime addition on mac and iosSean Griffin-2/+2
2015-12-02Fixed make tidy errorSean Griffin-1/+2
2015-12-02Ensure two `SystemTime`s are equal when nanos add to exactly 1BSean Griffin-1/+5
2015-12-02Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=blussbors-1/+1