about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-seDylan DPC-38/+40
2021-03-22Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-seDylan DPC-12/+6
2021-03-21Bump osstring_ascii stabilization version to 1.53.0.Mara Bos-6/+6
2021-03-21Rollup merge of #83280 - starthal:fix-typo-keyword-docs, r=dtolnayDylan DPC-2/+2
2021-03-20Fix broken doc link referenceStephen Albert-Moore-2/+2
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-19Rollup merge of #83269 - bstrie:revertdep, r=m-ou-seDylan DPC-2/+3
2021-03-19Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplettDylan DPC-0/+7
2021-03-19Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplettDylan DPC-2/+7
2021-03-19Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplettDylan DPC-38/+1
2021-03-18Clarify docs for Read::read's return valueJannis Harder-2/+7
2021-03-18Fix pluralization in keyword docsStephen Albert-Moore-3/+3
2021-03-18Revert the second deprecation of collections::Boundbstrie-2/+3
2021-03-18Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieubors-1/+1
2021-03-18Rollup merge of #83223 - JohnTitor:display-err-from-mmap, r=joshtriplettDylan DPC-4/+6
2021-03-18Rollup merge of #82434 - jyn514:hash, r=JohnTitorDylan DPC-2/+4
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-2/+3
2021-03-17Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitorYuki Okushi-16/+16
2021-03-17Display error details when a `mmap` call failsYuki Okushi-4/+6
2021-03-16Deprecate std::os::haiku::rawbstrie-0/+7
2021-03-16Rollup merge of #83160 - m-ou-se:deprecate-rustc-serialize-derives, r=petroch...Yuki Okushi-1/+1
2021-03-16Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytmYuki Okushi-0/+30
2021-03-16feat: Update hashbrown to instantiate less llvm IRMarkus Westerlind-1/+1
2021-03-16Filled tracking issue for path_try_existsMartin Habovstiak-1/+1
2021-03-15Deprecate RustcEncodable and RustcDecodable.Mara Bos-1/+1
2021-03-15Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplettbors-12/+72
2021-03-14Revert "Revert "use RWlock when accessing os::env #81850""The8472-12/+72
2021-03-14Fix a typo in thread_local_dtor.rsMotoki Ikeda-1/+1
2021-03-14Rollup merge of #82943 - kornelski:threadstdio, r=joshtriplettYuki Okushi-7/+18
2021-03-14Rollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelixYuki Okushi-4/+2
2021-03-14Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplettYuki Okushi-0/+86
2021-03-11Auto merge of #82417 - the8472:fix-copy_file_range-append, r=m-ou-sebors-8/+28
2021-03-10Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplettDylan DPC-7/+19
2021-03-10Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakisDylan DPC-1/+36
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-2/+3
2021-03-10Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnayYuki Okushi-11/+75
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-1/+1
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-7/+19
2021-03-09Demonstrate best practice for feeding stdin of a child processesKornel-7/+18
2021-03-09Always compile the fragile wait status test cases, just run them conditionallyIan Jackson-6/+7
2021-03-09Rollup merge of #82731 - de-vri-es:bump-libc-for-std, r=Mark-SimulacrumMara Bos-1/+1
2021-03-09Auto merge of #82911 - m-ou-se:rollup-rjomgja, r=m-ou-sebors-1/+5
2021-03-08Auto merge of #82877 - ehuss:revert-rwlock, r=m-ou-sebors-72/+12
2021-03-08Rollup merge of #82870 - jfrimmel:improve-docs, r=jyn514Mara Bos-1/+5
2021-03-08Rollup merge of #82862 - athre0z:generalize-vec-write-impl, r=TimDiekmannDylan DPC-1/+2
2021-03-07Add note about the `#[doc(no-inline)]` usageJulian Frimmel-1/+5
2021-03-07Revert "use RWlock when accessing os::env #81850"Eric Huss-72/+12
2021-03-07Generalize Write impl for Vec<u8> to Vec<u8, A>Joel Höner-1/+2
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+10