summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-1/+1
2021-02-05Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-SimulacrumMara Bos-4/+4
2021-01-20clarify docs a bitSteven Fackler-4/+3
2021-01-20make check a bit more clearSteven Fackler-2/+3
2021-01-20clean up control flowSteven Fackler-11/+2
2021-01-20Fix handling of malicious Readers in read_to_endSteven Fackler-1/+8
2020-12-31de-stabilize unsized raw ptr methods for WeakRalf Jung-50/+6
2020-12-25Rollup merge of #80352 - ssomers:btree_test_diagnostics, r=Mark-SimulacrumDylan DPC-5/+9
2020-12-25Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-seDylan DPC-4/+1
2020-12-24BTreeMap: make test cases more explicit on failureStein Somers-5/+9
2020-12-24BTreeMap: avoid implicit use of node length in flightStein Somers-97/+81
2020-12-23Auto merge of #79521 - ssomers:btree_cleanup_2, r=Mark-Simulacrumbors-106/+108
2020-12-23Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieubors-53/+152
2020-12-23Rollup merge of #80222 - GreenRecycleBin:daniel/fix-rustc-std-workspace-core-...Guillaume Gomez-6/+6
2020-12-22Auto merge of #79451 - usbalbin:array_zip, r=m-ou-sebors-0/+31
2020-12-22Update library/std/src/sys/windows/thread_parker.rsLinus Färnstrand-1/+1
2020-12-22Fix compare_and_swap in Windows thread_parkerLinus Färnstrand-1/+1
2020-12-22Improve documentation on `success` and `failure` argumentsLinus Färnstrand-18/+24
2020-12-22Fix documentation typoLinus Färnstrand-1/+1
2020-12-22Add doc aliases to compare_exchange[_weak]Linus Färnstrand-0/+2
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-33/+61
2020-12-22Add documentation on migrating away from compare_and_swapLinus Färnstrand-0/+51
2020-12-22Deprecate compare_and_swap on all atomic typesLinus Färnstrand-0/+12
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-4/+1
2020-12-21Update stdarch submoduleTomasz Miąsko-0/+0
2020-12-21Auto merge of #80253 - Dylan-DPC:rollup-bkmn74z, r=Dylan-DPCbors-2/+12
2020-12-21Rollup merge of #80236 - tmiasko:atomic-swap, r=oli-obkDylan DPC-1/+9
2020-12-21Rollup merge of #80159 - jyn514:array, r=m-ou-seDylan DPC-1/+3
2020-12-21Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnaybors-1/+5
2020-12-20Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-sebors-2/+9
2020-12-20Check that c_int is i32 in FileDesc::new.Mara Bos-1/+1
2020-12-20Auto merge of #80123 - DrMeepster:maybe_uninit_write_slice, r=RalfJungbors-5/+11
2020-12-20Fix rustc-std-workspace-core documentationDaniel Le-6/+6
2020-12-20Use pointer type in AtomicPtr::swap implementationTomasz Miąsko-1/+9
2020-12-19Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-sebors-70/+70
2020-12-19Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obkbors-22/+27
2020-12-19Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-seYuki Okushi-0/+1
2020-12-19Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-SimulacrumYuki Okushi-0/+1
2020-12-19Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi-10/+14
2020-12-18Fix unused import error on wasmDrMeepster-0/+1
2020-12-18Add array search aliasesJoshua Nelson-1/+3
2020-12-18Add the "promise" aliases to the `async` lang featureYoshua Wuyts-0/+1
2020-12-18Rollup merge of #80147 - pierwill:patch-9, r=lcnrRalf Jung-1/+1
2020-12-18Rollup merge of #80146 - pierwill:pierwill-prelude-mod-docs, r=lcnrRalf Jung-13/+12
2020-12-18Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-sebors-5/+2
2020-12-17Add missing punctuation to std::alloc docspierwill-1/+1
2020-12-17Edit formatting in Rust Prelude docspierwill-13/+12
2020-12-18Rollup merge of #80003 - Stupremee:fix-zst-vecdeque-conversion-panic, r=dtolnayDylan DPC-2/+13
2020-12-17BTreeMap: relax the explicit borrow rule to make code shorter and saferStein Somers-106/+108
2020-12-17fix memory leak in testDrMeepster-5/+10