about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-5/+7
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-1/+0
2020-12-17Add missing punctuation to std::alloc docspierwill-1/+1
2020-12-17Edit formatting in Rust Prelude docspierwill-13/+12
2020-12-15Add `&mut` as an alias for 'reference' primitiveJoshua Nelson-0/+1
2020-12-16Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnaybors-84/+141
2020-12-14Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieubors-0/+301
2020-12-14Rollup merge of #79918 - woodruffw-forks:ww/doc-initializer-side-effects, r=d...Guillaume Gomez-0/+4
2020-12-13Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPCYuki Okushi-0/+10
2020-12-11doc: apply suggestionsWilliam Woodruff-2/+3
2020-12-11Auto merge of #79893 - RalfJung:forget-windows, r=oli-obkbors-7/+4
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-4/+2
2020-12-10Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3Tyler Mandry-8/+11
2020-12-10Rollup merge of #77027 - termhn:mul_add_doc_change, r=m-ou-seTyler Mandry-4/+8
2020-12-10Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrumbors-82/+129
2020-12-10doc(array,vec): add notes about side effects when empty-initializingWilliam Woodruff-0/+3
2020-12-10Windows TLS: ManuallyDrop instead of mem::forgetRalf Jung-7/+4
2020-12-10Auto merge of #79274 - the8472:probe-eperm, r=nagisabors-36/+50
2020-12-09Improve comment grammarThe8472-2/+2
2020-12-09implement better availability probing for copy_file_rangeThe8472-34/+48
2020-12-09Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisabors-13/+0
2020-12-09Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieubors-15/+57
2020-12-09Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertjbors-14/+53
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-73/+70
2020-12-08Add (internal-only) SyncOnceCell::get_or_init_pin.Mara Bos-0/+55
2020-12-08Remove unnecessary import of `crate::marker` in std::sys_common::remutex.Mara Bos-2/+1
2020-12-08Fix outdated comment about not needing to flush stderr.Mara Bos-7/+3
2020-12-07Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key methodChai T. Rex-3/+6
2020-12-07Fix net.rs - rsplitn() returns a reverse iteratorEric Arellano-2/+1
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-3/+2
2020-12-06Auto merge of #79650 - the8472:fix-take, r=dtolnaybors-16/+54
2020-12-04Auto merge of #79673 - ijackson:intoinnerintoinnererror, r=m-ou-sebors-0/+49
2020-12-04IntoInnerError: Provide into_errorIan Jackson-0/+21
2020-12-04IntoInnerError: Provide into_partsIan Jackson-0/+24
2020-12-04std: impl of `Write` for `&mut [u8]`: document the buffer full errorIan Jackson-0/+4
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-10/+10
2020-12-04Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514Dylan DPC-2/+2
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-0/+1
2020-12-03Make the kernel_copy tests more robust/concurrent.Edd Barrett-8/+11
2020-12-03fix copy specialization not updating Take wrappersThe8472-14/+45
2020-12-02update test to check Take limits after copyingThe8472-2/+9
2020-12-02Auto merge of #69864 - LinkTed:master, r=Amanieubors-1771/+3098
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-2/+2
2020-12-01Rollup merge of #79600 - nicokoch:kernel_copy_unixstream, r=m-ou-seGuillaume Gomez-0/+58