about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-08-31Update sync condvar doc styleIvan Tham-2/+2
2019-08-31clarify that not all errors are observedJohn Erickson-2/+3
2019-08-31Add in generic type to description of BufReader and BufWriterJohn Erickson-17/+17
2019-08-31Update BufWriter example to include call to flush()John Erickson-6/+7
2019-08-30Fix unlock ordering in SGX synchronization primitivesJethro Beekman-20/+32
2019-08-30fuchsia: Fix default environment behavior when spawningTyler Mandry-2/+5
2019-08-30fuchsia: Don't fail to spawn if no stdin existsTyler Mandry-22/+41
2019-08-30Rollup merge of #62957 - dns2utf8:doc_loop_keyword, r=GuillaumeGomezMazdak Farrokhzad-3/+4
2019-08-30remove directory libstd/sys/vxworks/backtrace which is not used any moreBaoshan Pang-324/+0
2019-08-30Don't try to use /dev/null on FuchsiaTyler Mandry-9/+36
2019-08-30simplify codenewpavlov-5/+12
2019-08-29Update zx_time_t to an i64Tyler Mandry-3/+3
2019-08-29update to wasi v0.7newpavlov-53/+68
2019-08-29Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnayMazdak Farrokhzad-251/+18
2019-08-29Rollup merge of #63963 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-25/+2
2019-08-28Let 'clamp' be invoked without using return value; used in testsKyle Strand-1/+4
2019-08-28Annotate functions taking extra argsKyle Strand-2/+21
2019-08-28Add reason for each 'must_use'Kyle Strand-58/+58
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-251/+18
2019-08-27remove the reference to __cxa_thread_atexit_implBaoshan Pang-25/+2
2019-08-27Rollup merge of #63698 - Phosphorus15:master, r=nagisaMazdak Farrokhzad-19/+24
2019-08-26Rollup merge of #63836 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-26Update src/libstd/time.rsChristian Veenman-1/+3
2019-08-26Comment out println in read_dir sorting exampleAli Raheem-5/+5
2019-08-24Merge branch 'master' into wasiArtyom Pavlov-118/+167
2019-08-25Document platform-specific behavior of the iterator returned by std::fs::read...Marcin Mielniczuk-1/+2
2019-08-24Add 'must_use' to all functions 'fn(float) -> float'Kyle Strand-0/+56
2019-08-24Added table containing the system calls used by Instant and SystemTime.Christian-0/+30
2019-08-23Auto merge of #63814 - malbarbo:wasi-error-kind, r=alexcrichtonbors-2/+18
2019-08-23VxWorks does not provide a way to set the task name except at creation timeBaoshan Pang-1/+1
2019-08-23Implement decode_error_kind for wasiMarco A L Barbosa-2/+18
2019-08-23Auto merge of #63815 - sebastinez:sebastinez-doc-#63792, r=jonas-schievinkbors-1/+1
2019-08-23Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbinibors-13/+12
2019-08-22VxWorks ignores the SO_SNDTIMEO socket option (this is long-standingSalim Nasser-2/+4
2019-08-22Update occurences of as_sliceSebastian Martinez-1/+1
2019-08-22Fix for 7e13679.Tomasz Różański-2/+2
2019-08-22Change variables names to be more consistent.Tomasz Różański-16/+16
2019-08-22Make use of existing constants.Tomasz Różański-20/+18
2019-08-22Change code formatting for readability.Tomasz Różański-18/+18
2019-08-22Fix punctuation.Tomasz Różański-1/+1
2019-08-22Remove redundant `mut`.Tomasz Różański-1/+1
2019-08-21move cvtnewpavlov-24/+25
2019-08-21fixesnewpavlov-74/+69
2019-08-21update argsnewpavlov-2/+8
2019-08-20Auto merge of #63752 - Centril:rollup-nlxwety, r=Centrilbors-2/+0
2019-08-20use new get_argsnewpavlov-3/+5
2019-08-20Merge branch 'master' into wasinewpavlov-2/+2
2019-08-20Rollup merge of #63723 - josephlr:sigemptyset, r=alexcrichtonMazdak Farrokhzad-40/+27
2019-08-20Rollup merge of #63216 - oconnor663:take_read_to_end, r=sfacklerMazdak Farrokhzad-8/+58
2019-08-20fix C incompatibilitiesnewpavlov-22/+47