about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-10-10Auto merge of #36341 - sagebind:thread_id, r=alexcrichtonbors-0/+59
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-6/+18
2016-10-09Use `try_into` and move some functionsTobias Bucher-29/+37
2016-10-09Dynamically detect presence of `p{read,write}64` on AndroidTobias Bucher-23/+68
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-2/+295
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-38/+32
2016-10-07Unlock guard before overflow panicStephen M. Coakley-0/+1
2016-10-06Auto merge of #36753 - srinivasreddy:hash, r=nrcbors-279/+438
2016-10-06Rollup merge of #36977 - Razican:bufreader_typo_fix, r=alexcrichtonJonathan Turner-1/+1
2016-10-06Rollup merge of #36965 - kallisti5:master, r=alexcrichtonJonathan Turner-1/+1
2016-10-05Auto merge of #36893 - apasel422:issue-32114, r=alexcrichtonbors-0/+9
2016-10-05Use mutex to guard thread ID counterStephen M. Coakley-30/+8
2016-10-05Restore `DISCONNECTED` state in `oneshot::Packet::send`Andrew Paseltiner-0/+9
2016-10-05Generate ID using u64 + atomic spinlockStephen M. Coakley-14/+54
2016-10-05Auto merge of #36944 - brson:modos, r=alexcrichtonbors-3/+3
2016-10-05Fixed small typo in `BufRead` commentsRazican-1/+1
2016-10-04Haiku: Fix IPv6 target_os checkAlexander von Gluck IV-1/+1
2016-10-04Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichtonManish Goregaokar-7/+18
2016-10-04Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnikManish Goregaokar-4/+8
2016-10-04Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-18/+15
2016-10-03Add two functions to check type of SockAddrAbhishek Chanda-0/+35
2016-10-03Add two functions to check type of given addressAbhishek Chanda-0/+32
2016-10-03Fix mod declarations on untested platformsBrian Anderson-3/+3
2016-10-03Check for overflow in Cursor<Vec<u8>>::write.Tomasz Miąsko-7/+18
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-12/+37
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-12/+37
2016-10-03Add missing urls for error moduleGuillaume Gomez-4/+8
2016-10-03Auto merge of #36766 - nnethercote:hash-span-capacity, r=blussbors-90/+122
2016-10-03Avoid overflow check in `HashMap::reserve`'s fast path.Nicholas Nethercote-2/+3
2016-10-02Update unstable attr to reference tracking issue.Corey Farwell-1/+1
2016-10-02Auto merge of #36807 - brson:pal, r=brsonbors-880/+959
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-281/+294
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-3/+6
2016-10-02Auto merge of #36404 - christopherdumas:master, r=GuillaumeGomezbors-3/+10
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-18/+15
2016-10-01std: Remove plattform-specific code from os_strBrian Anderson-11/+0
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-5/+6
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-271/+309
2016-10-01std: Move platform specific env code into sysBrian Anderson-183/+203
2016-10-01std: Move platform specific path code into sysBrian Anderson-126/+141
2016-10-01Auto merge of #36824 - kali:master, r=alexcrichtonbors-5/+27
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-30/+76
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-5/+18
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-125/+11
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-4/+4
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-132/+10
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+252
2016-09-30Preliminary wasm32 supportBrian Anderson-2/+19
2016-09-30Rollup merge of #36851 - tmiasko:fix-read-until-docs, r=blussSteve Klabnik-7/+3