| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Remove some more consts | Mark Rousskov | -63/+50 |
| 2021-05-03 | drop some const unstables, due to revert no longer possible | Mark Rousskov | -8/+4 |
| 2021-05-03 | Revert "directly expose copy and copy_nonoverlapping intrinsics" | Mark Rousskov | -154/+205 |
| 2021-05-03 | Revert "Add debug_assert_matches macro." | Mark Rousskov | -38/+2 |
| 2021-05-03 | Revert "Add assert_matches!(expr, pat)." | Mark Rousskov | -103/+25 |
| 2021-04-26 | fix double-drop in in-place collect specialization | The8472 | -11/+20 |
| 2021-04-26 | add testcase for double-drop during Vec in-place collection | The8472 | -1/+37 |
| 2021-04-26 | Update the comment | Yechan Bae | -4/+4 |
| 2021-04-26 | Fixes #80335 | Yechan Bae | -18/+54 |
| 2021-04-21 | Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514 | Dylan DPC | -1/+5 |
| 2021-03-26 | SplitInclusive is public API | Alan Egerton | -1/+1 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -7/+7 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -7/+7 |
| 2021-03-19 | Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-19 | Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplett | Dylan DPC | -5/+10 |
| 2021-03-19 | Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-se | Dylan DPC | -19/+33 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -4/+61 |
| 2021-03-19 | Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2021-03-19 | Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplett | Dylan DPC | -0/+7 |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+84 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-18 | Apply suggestions from code review | J. Frimmel | -3/+3 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-18 | Revert the second deprecation of collections::Bound | bstrie | -2/+3 |
| 2021-03-18 | Incorporate review feedback #2 | Julian Frimmel | -3/+4 |
| 2021-03-18 | Add more information about panicking | Julian Frimmel | -5/+9 |
| 2021-03-18 | Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieu | bors | -1/+1 |
| 2021-03-18 | Include output stream in `panic!()` documentation | Julian Frimmel | -2/+2 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -6/+6 |
| 2021-03-18 | Rollup merge of #83223 - JohnTitor:display-err-from-mmap, r=joshtriplett | Dylan DPC | -4/+6 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -7/+16 |
| 2021-03-18 | Rollup merge of #82191 - Soveu:dedup, r=nagisa | Dylan DPC | -6/+306 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -6/+6 |
| 2021-03-17 | Fix overflowing length in Vec<ZST> to VecDeque | Josh Stone | -19/+33 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -4/+9 |
| 2021-03-17 | fix whitespace | Joshua Nelson | -1/+1 |
| 2021-03-17 | Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett | bors | -6/+44 |
| 2021-03-17 | Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitor | Yuki Okushi | -16/+16 |
| 2021-03-17 | Display error details when a `mmap` call fails | Yuki Okushi | -4/+6 |
| 2021-03-16 | Fix comments based on review | dylni | -5/+2 |
| 2021-03-16 | Deprecate std::os::haiku::raw | bstrie | -0/+7 |
| 2021-03-16 | Rollup merge of #83160 - m-ou-se:deprecate-rustc-serialize-derives, r=petroch... | Yuki Okushi | -2/+10 |
| 2021-03-16 | Rollup merge of #83091 - usbalbin:const_copy, r=oli-obk | Yuki Okushi | -36/+30 |
| 2021-03-16 | Rollup merge of #83072 - henryboisdequin:patch-1, r=Dylan-DPC | Yuki Okushi | -3/+3 |
| 2021-03-16 | Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytm | Yuki Okushi | -0/+30 |
| 2021-03-16 | Vec::dedup optimization - add benches | Soveu | -1/+91 |
| 2021-03-16 | feat: Update hashbrown to instantiate less llvm IR | Markus Westerlind | -1/+1 |