| Age | Commit message (Expand) | Author | Lines |
| 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 | add bench | The8472 | -0/+13 |
| 2021-03-18 | generalize slice::fill specialization for byte-sized items | The8472 | -36/+13 |
| 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 |
| 2021-03-16 | Filled tracking issue for path_try_exists | Martin Habovstiak | -1/+1 |
| 2021-03-16 | Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis | bors | -1/+2 |
| 2021-03-15 | Merge branch 'master' into dedup | Soveu | -2031/+4240 |
| 2021-03-15 | Vec::dedup optimization - add test for panic | Soveu | -0/+54 |
| 2021-03-15 | Constify mem::transmute_copy | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::replace and ptr::replace | Albin Hedman | -2/+4 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -27/+12 |
| 2021-03-15 | Constify copy_to and copy_from | Albin Hedman | -6/+12 |
| 2021-03-15 | Vec::dedup optimization - finishing polishes | Soveu | -11/+7 |
| 2021-03-15 | Vec::dedup optimization - add tests | Soveu | -0/+74 |
| 2021-03-15 | Deprecate RustcEncodable and RustcDecodable. | Mara Bos | -2/+10 |
| 2021-03-15 | Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplett | bors | -12/+72 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+2 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -20/+20 |
| 2021-03-15 | Clarify BTree range searching comments | dylni | -1/+3 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -12/+72 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -103/+10 |
| 2021-03-14 | Fix a typo in thread_local_dtor.rs | Motoki Ikeda | -1/+1 |
| 2021-03-14 | Fix a typo in `swap_nonoverlapping_bytes` | Motoki Ikeda | -1/+1 |
| 2021-03-14 | Rollup merge of #83081 - hyd-dev:assert-message, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-03-14 | Rollup merge of #83066 - Seppel3210:master, r=joshtriplett | Yuki Okushi | -0/+1 |
| 2021-03-14 | Rollup merge of #82943 - kornelski:threadstdio, r=joshtriplett | Yuki Okushi | -7/+18 |
| 2021-03-14 | Rollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelix | Yuki Okushi | -4/+2 |
| 2021-03-14 | Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplett | Yuki Okushi | -0/+86 |