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