summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-01-01Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnikbors-3/+3
2016-01-01Added comment in which direction operation happensDaniel Collin-3/+3
2016-01-01Auto merge of #30648 - tshepang:missing-graves, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30645 - tshepang:grammar, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30616 - arcnmx:cstr-asref, r=aturonbors-2/+33
2015-12-31CStr impl stabilityarcnmx-4/+4
2015-12-31impl From<&CStr> for CStringarcnmx-7/+7
2015-12-31Auto merge of #30644 - tshepang:typo, r=steveklabnikbors-1/+1
2015-12-30doc: missed these in a4da9acTshepang Lekhonkhobe-2/+2
2015-12-30doc: fix grammarTshepang Lekhonkhobe-2/+2
2015-12-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-30Rollup merge of #30546 - tshepang:add-links, r=steveklabnikSteve Klabnik-15/+36
2015-12-30Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnikSteve Klabnik-10/+11
2015-12-30doc: add gravesTshepang Lekhonkhobe-23/+23
2015-12-30doc: add some links for io::stdioTshepang Lekhonkhobe-14/+35
2015-12-30Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiynbors-75/+81
2015-12-29AsRef and related conversions for CStringarcnmx-2/+33
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-75/+81
2015-12-28Auto merge of #30548 - mmcco:linux-syscall, r=brsonbors-5/+1
2015-12-28Instant/SystemTime doc: add meaning to first lineSimon Sapin-3/+4
2015-12-28Auto merge of #30570 - fhartwig:dead-doc-links, r=steveklabnikbors-6/+5
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-26Fix link that is currently broken due to bad markupFlorian Hartwig-2/+1
2015-12-25libstd: unix process spawning: fix bug with setting stdioIvan Petkov-0/+32
2015-12-25Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturonManish Goregaokar-15/+19
2015-12-25Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichtonManish Goregaokar-8/+150
2015-12-23Use libc's Linux syscall()Michael McConville-5/+1
2015-12-23Rollup merge of #30537 - tshepang:make-visible, r=GankroSteve Klabnik-1/+1
2015-12-23Rollup merge of #30465 - androm3da:master, r=alexcrichtonSteve Klabnik-1/+1
2015-12-23Implement custom panic handlersSteven Fackler-8/+150
2015-12-23doc: make line visibleTshepang Lekhonkhobe-1/+1
2015-12-22Removed usage of `drop` from `std::net::UdpSocket` docsdefyrlt-10/+11
2015-12-22Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichtonbors-77/+49
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