about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-12-24Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplettMazdak Farrokhzad-74/+357
2018-12-23Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-3/+2
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #57050 - RyanMarcus:master, r=zackmdaviskennytm-1/+1
2018-12-23Rollup merge of #57040 - otavio:topic/adjust-path_from_str-feature-gate, r=Ce...kennytm-1/+1
2018-12-23Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoeristerkennytm-0/+3
2018-12-23Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale...kennytm-6/+139
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-1/+8
2018-12-23Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnaykennytm-30/+30
2018-12-21Stabilize PinTaylor Cramer-2/+1
2018-12-21Update Pin API to match the one proposed for stabilizationTaylor Cramer-1/+1
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-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-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-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