about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-12-21Auto merge of #56779 - adrian-budau:master, r=alexcrichtonbors-28/+78
2018-12-21Fixed typo in HashMap documentationRyan Marcus-1/+1
2018-12-21Fix poor worst case performance of set intersection (and union, somewhat) on ...Stein Somers-6/+56
2018-12-21Properly report ENOSYS by modifying errnoAdrian Budau-22/+18
2018-12-21Fix feature gate to point to 1.32.0 for `path_from_str`Otavio Salvador-1/+1
2018-12-21Inline tweaksJohn KÄre Alsaker-0/+3
2018-12-21Auto merge of #56813 - oli-obk:main_đŸ§¶, r=pnkfelixbors-41/+0
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-0/+3
2018-12-20Fix typo in commentAdrian Budau-1/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-27/+81
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-56/+325
2018-12-19Adding unwinding support for x86_64_fortanix_unknown_sgx target.Vardhan Thigle-6/+139
2018-12-19Rollup merge of #56363 - Lucretiel:patch-3, r=shepmasterPietro Albini-13/+10
2018-12-19Revert "Remove some dead code from `sgx`"Jethro Beekman-0/+15
2018-12-19SGX target: fix docs buildJethro Beekman-2/+2
2018-12-19Show platform-specific modules in `std::os` when building those platformsJethro Beekman-17/+16
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-1/+8
2018-12-17Reordered match armsNathan West-1/+1
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-30/+30
2018-12-17Update the stdsimd submoduleAlex Crichton-15/+15
2018-12-16Rollup merge of #56858 - tbu-:pr_doc_canonicalize, r=shepmasterMazdak Farrokhzad-1/+1
2018-12-16Rollup merge of #56857 - tbu-:pr_doc_abssub, r=zackmdavisMazdak Farrokhzad-2/+4
2018-12-16Rollup merge of #56832 - alexcrichton:external-demangle, r=Mark-SimulacrumMazdak Farrokhzad-228/+13
2018-12-16Rollup merge of #56640 - myfreeweb:patch-1, r=alexcrichtonMazdak Farrokhzad-0/+8
2018-12-15Fix doc of `std::fs::canonicalize`Tobias Bucher-1/+1
2018-12-15Fix a small mistake regarding NaNs in a deprecation messageTobias Bucher-2/+4
2018-12-15Rollup merge of #56809 - dbrgn:permissions-ext, r=alexcrichtonPietro Albini-1/+2
2018-12-15Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=CentrilPietro Albini-13/+15
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-228/+13
2018-12-14Add documentation about panicking Add<Duration> implsLinus FĂ€rnstrand-0/+12
2018-12-14Use checked_add for adding time in recv_timeoutLinus FĂ€rnstrand-6/+18
2018-12-14Remove dead codeOliver Scherer-41/+0
2018-12-14Auto merge of #56818 - kennytm:rollup-2, r=kennytmbors-27/+3
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-1/+2
2018-12-14Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichtonkennytm-26/+1
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-53/+209
2018-12-14Fix docs path to PermissionsExtDanilo Bargen-1/+2
2018-12-14Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichtonbors-166/+150
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-8/+5
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-1/+2
2018-12-13Fix dur2intervals import on cloudabiLinus FĂ€rnstrand-5/+9
2018-12-13Fix checked_add/sub for sys/sgx/time.rsLinus FĂ€rnstrand-11/+7
2018-12-13Add checked_sub for Instant and SystemTimeLinus FĂ€rnstrand-87/+83
2018-12-13Add checked_add method to Instant time typeLinus FĂ€rnstrand-74/+62
2018-12-12use actual invalid string in OsStr::to_string_lossy exampleLyndon Brown-8/+33
2018-12-12Bump to 1.33.0Alex Crichton-8/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-9/+14
2018-12-11Add missing urls in ffi module docsGuillaume Gomez-13/+15
2018-12-11Use iterators instead of raw offsets in Windows argument parserMichael Howell-49/+45
2018-12-11Address unused variables warning with TcpStreamvarkor-0/+3