summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-05-03Remove some more constsMark Rousskov-63/+50
2021-05-03drop some const unstables, due to revert no longer possibleMark Rousskov-8/+4
2021-05-03Revert "directly expose copy and copy_nonoverlapping intrinsics"Mark Rousskov-154/+205
2021-05-03Revert "Add debug_assert_matches macro."Mark Rousskov-38/+2
2021-05-03Revert "Add assert_matches!(expr, pat)."Mark Rousskov-103/+25
2021-04-26fix double-drop in in-place collect specializationThe8472-11/+20
2021-04-26add testcase for double-drop during Vec in-place collectionThe8472-1/+37
2021-04-26Update the commentYechan Bae-4/+4
2021-04-26Fixes #80335Yechan Bae-18/+54
2021-04-21Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514Dylan DPC-1/+5
2021-03-26SplitInclusive is public APIAlan Egerton-1/+1
2021-03-20Auto merge of #82919 - bstrie:stabchar, r=dtolnaybors-7/+7
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-7/+7
2021-03-19Rollup merge of #83269 - bstrie:revertdep, r=m-ou-seDylan DPC-2/+3
2021-03-19Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplettDylan DPC-5/+10
2021-03-19Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-seDylan DPC-19/+33
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-4/+61
2021-03-19Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplettDylan DPC-1/+1
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-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+84
2021-03-18Clarify docs for Read::read's return valueJannis Harder-2/+7
2021-03-18Apply suggestions from code reviewJ. Frimmel-3/+3
2021-03-18Fix typo/inaccuracy in the documentation of Iterator::skip_whileFrank Steffahn-1/+1
2021-03-18Revert the second deprecation of collections::Boundbstrie-2/+3
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-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