about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-05-07Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisaDylan DPC-6/+7
2021-05-07Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-seDylan DPC-1/+1
2021-05-07Rollup merge of #84655 - CDirkx:wasm, r=m-ou-seDylan DPC-65/+14
2021-05-07Rearrange SGX split module filesJethro Beekman-6/+7
2021-05-07SGX mutex is movableJethro Beekman-1/+1
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-3/+3
2021-05-07Rollup merge of #84755 - jyn514:core-links, r=kennytmDylan DPC-10/+14
2021-05-07Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogbDylan DPC-10/+173
2021-05-06Auto merge of #79930 - tgnottingham:bufwriter_performance, r=m-ou-sebors-39/+178
2021-05-06join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-05-06Rollup merge of #84949 - sdroege:maybe-unint-typo, r=m-ou-seDylan DPC-1/+1
2021-05-06Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahcDylan DPC-5/+3
2021-05-06Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-seDylan DPC-34/+26
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-27/+322
2021-05-05Auto merge of #84956 - RalfJung:rollup-m70mx2n, r=RalfJungbors-47/+52
2021-05-05Rollup merge of #84878 - jimblandy:contains-doc-fix, r=joshtriplettRalf Jung-2/+3
2021-05-05Rollup merge of #84843 - wcampbell0x2a:use-else-if-let, r=dtolnayRalf Jung-6/+4
2021-05-05Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnayRalf Jung-0/+1
2021-05-05Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-seRalf Jung-39/+44
2021-05-05Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-3/+3
2021-05-05Bump map_into_keys_values stable version to 1.54.0.Mara Bos-26/+26
2021-05-05Auto merge of #84200 - CDirkx:os, r=m-ou-sebors-190/+161
2021-05-05Fix typo in `MaybeUninit::array_assume_init` safety commentSebastian Dröge-1/+1
2021-05-03Update `ptr` docs with regards to `ptr::addr_of!`Julian Frimmel-39/+44
2021-05-03Clarify documentation for `[T]::contains`. Fixes #84877.Jim Blandy-2/+3
2021-05-03Allow documenting on `hermit`Christiaan Dirkx-3/+0
2021-05-03Rework `os` to avoid using `cfg_if!` with public itemsChristiaan Dirkx-123/+151
2021-05-03Move `std::sys::sgx::ext` to `std::os::fortanix_sgx`Christiaan Dirkx-8/+4
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-26/+2
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-22/+2
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-16/+5
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-3/+6
2021-05-03Cleanup `std::os`Christiaan Dirkx-111/+113
2021-05-03Rollup merge of #84858 - LingMan:patch-1, r=JohnTitorGuillaume Gomez-2/+2
2021-05-03Rollup merge of #84856 - kornelski:enomem, r=JohnTitorGuillaume Gomez-1/+1
2021-05-03Rollup merge of #84835 - wcampbell0x2a:add-issue-34202-link, r=m-ou-seGuillaume Gomez-1/+3
2021-05-03use `else if` in std librarywcampbell-6/+4
2021-05-03Fix stability attributes of byte-to-string specializationLingMan-2/+2
2021-05-03Correct stability of ErrorKind::OutOfMemoryKornel-1/+1
2021-05-03Auto merge of #84845 - wcampbell0x2a:clippy-redundant-field-names, r=joshtrip...bors-2/+2
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-35/+35
2021-05-02[clippy] remove redundant field nameswcampbell-2/+2
2021-05-03Auto merge of #84840 - Dylan-DPC:rollup-uzk7w0h, r=Dylan-DPCbors-0/+11
2021-05-02Change 'NULL' to 'null'Brent Kerby-35/+35
2021-05-02Add link to Issue #34202 in udp docswcampbell-1/+3
2021-05-02Auto merge of #82576 - gilescope:to_string, r=Amanieubors-0/+41
2021-05-02Use ErrorKind::OutOfMemory in unix, windows, and wasiKornel-0/+5
2021-05-02Add ErrorKind::OutOfMemoryKornel-0/+6
2021-05-02Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplettbors-1/+1
2021-05-01Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkovbors-2/+8