summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-77/+105
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-77/+49
2015-12-22Add an impl for Box<Error> from String.Michael Sproul-0/+9
2015-12-21std: Ensure AssertRecoverSafe indeed is more oftenAlex Crichton-15/+19
2015-12-21Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakisbors-25/+2
2015-12-21Register new snapshotsAlex Crichton-25/+2
2015-12-21unbreak openbsd codeSébastien Marie-1/+1
2015-12-20Corrected deprecation reference to appropriate crateebadf-1/+1
2015-12-20Auto merge of #30454 - mmcco:size_t, r=alexcrichtonbors-2/+2
2015-12-19Auto merge of #30430 - mmcco:master, r=alexcrichtonbors-1/+62
2015-12-19Auto merge of #30403 - webmobster:master, r=alexcrichtonbors-0/+27
2015-12-18Use libc's syscall() and NR_GETENTROPY constMichael McConville-7/+1
2015-12-18Merge branch 'master' of https://github.com/rust-lang/rustMichael McConville-4/+396
2015-12-19Auto merge of #30381 - fhahn:memchr-in-std, r=alexcrichtonbors-4/+396
2015-12-18Fix build by removing needless type prefixMichael McConville-1/+1
2015-12-18Simplify logic checking getentropy's return valueMichael McConville-5/+3
2015-12-18Use a const for getentropy(2)'s syscall numberMichael McConville-1/+5
2015-12-18Use the correct syscall name in panic messageMichael McConville-1/+1
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