| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -1/+1 |
| 2021-02-05 | Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum | Mara Bos | -4/+4 |
| 2021-01-20 | clarify docs a bit | Steven Fackler | -4/+3 |
| 2021-01-20 | make check a bit more clear | Steven Fackler | -2/+3 |
| 2021-01-20 | clean up control flow | Steven Fackler | -11/+2 |
| 2021-01-20 | Fix handling of malicious Readers in read_to_end | Steven Fackler | -1/+8 |
| 2020-12-31 | de-stabilize unsized raw ptr methods for Weak | Ralf Jung | -50/+6 |
| 2020-12-25 | Rollup merge of #80352 - ssomers:btree_test_diagnostics, r=Mark-Simulacrum | Dylan DPC | -5/+9 |
| 2020-12-25 | Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-se | Dylan DPC | -4/+1 |
| 2020-12-24 | BTreeMap: make test cases more explicit on failure | Stein Somers | -5/+9 |
| 2020-12-24 | BTreeMap: avoid implicit use of node length in flight | Stein Somers | -97/+81 |
| 2020-12-23 | Auto merge of #79521 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -106/+108 |
| 2020-12-23 | Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieu | bors | -53/+152 |
| 2020-12-23 | Rollup merge of #80222 - GreenRecycleBin:daniel/fix-rustc-std-workspace-core-... | Guillaume Gomez | -6/+6 |
| 2020-12-22 | Auto merge of #79451 - usbalbin:array_zip, r=m-ou-se | bors | -0/+31 |
| 2020-12-22 | Update library/std/src/sys/windows/thread_parker.rs | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Fix compare_and_swap in Windows thread_parker | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Improve documentation on `success` and `failure` arguments | Linus Färnstrand | -18/+24 |
| 2020-12-22 | Fix documentation typo | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Add doc aliases to compare_exchange[_weak] | Linus Färnstrand | -0/+2 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -33/+61 |
| 2020-12-22 | Add documentation on migrating away from compare_and_swap | Linus Färnstrand | -0/+51 |
| 2020-12-22 | Deprecate compare_and_swap on all atomic types | Linus Färnstrand | -0/+12 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -4/+1 |
| 2020-12-21 | Update stdarch submodule | Tomasz Miąsko | -0/+0 |
| 2020-12-21 | Auto merge of #80253 - Dylan-DPC:rollup-bkmn74z, r=Dylan-DPC | bors | -2/+12 |
| 2020-12-21 | Rollup merge of #80236 - tmiasko:atomic-swap, r=oli-obk | Dylan DPC | -1/+9 |
| 2020-12-21 | Rollup merge of #80159 - jyn514:array, r=m-ou-se | Dylan DPC | -1/+3 |
| 2020-12-21 | Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnay | bors | -1/+5 |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -2/+9 |
| 2020-12-20 | Check that c_int is i32 in FileDesc::new. | Mara Bos | -1/+1 |
| 2020-12-20 | Auto merge of #80123 - DrMeepster:maybe_uninit_write_slice, r=RalfJung | bors | -5/+11 |
| 2020-12-20 | Fix rustc-std-workspace-core documentation | Daniel Le | -6/+6 |
| 2020-12-20 | Use pointer type in AtomicPtr::swap implementation | Tomasz Miąsko | -1/+9 |
| 2020-12-19 | Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se | bors | -70/+70 |
| 2020-12-19 | Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk | bors | -22/+27 |
| 2020-12-19 | Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -10/+14 |
| 2020-12-18 | Fix unused import error on wasm | DrMeepster | -0/+1 |
| 2020-12-18 | Add array search aliases | Joshua Nelson | -1/+3 |
| 2020-12-18 | Add the "promise" aliases to the `async` lang feature | Yoshua Wuyts | -0/+1 |
| 2020-12-18 | Rollup merge of #80147 - pierwill:patch-9, r=lcnr | Ralf Jung | -1/+1 |
| 2020-12-18 | Rollup merge of #80146 - pierwill:pierwill-prelude-mod-docs, r=lcnr | Ralf Jung | -13/+12 |
| 2020-12-18 | Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se | bors | -5/+2 |
| 2020-12-17 | Add missing punctuation to std::alloc docs | pierwill | -1/+1 |
| 2020-12-17 | Edit formatting in Rust Prelude docs | pierwill | -13/+12 |
| 2020-12-18 | Rollup merge of #80003 - Stupremee:fix-zst-vecdeque-conversion-panic, r=dtolnay | Dylan DPC | -2/+13 |
| 2020-12-17 | BTreeMap: relax the explicit borrow rule to make code shorter and safer | Stein Somers | -106/+108 |
| 2020-12-17 | fix memory leak in test | DrMeepster | -5/+10 |