about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-03-18Incorporate review feedback #2Julian Frimmel-3/+4
2021-03-18Add more information about panickingJulian Frimmel-5/+9
2021-03-18Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieubors-1/+1
2021-03-18Include output stream in `panic!()` documentationJulian Frimmel-2/+2
2021-03-18Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-sebors-3/+2
2021-03-18Auto merge of #82868 - petrochenkov:bto, r=estebankbors-6/+6
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-7/+16
2021-03-18Rollup merge of #82191 - Soveu:dedup, r=nagisaDylan DPC-6/+306
2021-03-18add benchThe8472-0/+13
2021-03-18generalize slice::fill specialization for byte-sized itemsThe8472-36/+13
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-6/+6
2021-03-17Fix overflowing length in Vec<ZST> to VecDequeJosh Stone-19/+33
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-4/+9
2021-03-17fix whitespaceJoshua Nelson-1/+1
2021-03-17Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplettbors-6/+44
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-16Fix comments based on reviewdylni-5/+2
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-2/+10
2021-03-16Rollup merge of #83091 - usbalbin:const_copy, r=oli-obkYuki Okushi-36/+30
2021-03-16Rollup merge of #83072 - henryboisdequin:patch-1, r=Dylan-DPCYuki Okushi-3/+3
2021-03-16Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytmYuki Okushi-0/+30
2021-03-16Vec::dedup optimization - add benchesSoveu-1/+91
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-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-1/+2
2021-03-15Merge branch 'master' into dedupSoveu-2031/+4240
2021-03-15Vec::dedup optimization - add test for panicSoveu-0/+54
2021-03-15Constify mem::transmute_copyAlbin Hedman-1/+2
2021-03-15Constify mem::replace and ptr::replaceAlbin Hedman-2/+4
2021-03-15Constify mem::swap and ptr::swap[_nonoverlapping]Albin Hedman-27/+12
2021-03-15Constify copy_to and copy_fromAlbin Hedman-6/+12
2021-03-15Vec::dedup optimization - finishing polishesSoveu-11/+7
2021-03-15Vec::dedup optimization - add testsSoveu-0/+74
2021-03-15Deprecate RustcEncodable and RustcDecodable.Mara Bos-2/+10
2021-03-15Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplettbors-12/+72
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+2
2021-03-15Fix const stability `since` versions.Oli Scherer-20/+20
2021-03-15Clarify BTree range searching commentsdylni-1/+3
2021-03-14Revert "Revert "use RWlock when accessing os::env #81850""The8472-12/+72
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-103/+10
2021-03-14Fix a typo in thread_local_dtor.rsMotoki Ikeda-1/+1
2021-03-14Fix a typo in `swap_nonoverlapping_bytes`Motoki Ikeda-1/+1
2021-03-14Rollup merge of #83081 - hyd-dev:assert-message, r=m-ou-seYuki Okushi-1/+1
2021-03-14Rollup merge of #83066 - Seppel3210:master, r=joshtriplettYuki Okushi-0/+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