| Age | Commit message (Expand) | Author | Lines |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -55/+55 |
| 2021-12-14 | Auto merge of #91902 - matthiaskrgr:rollup-hjjyhow, r=matthiaskrgr | bors | -1/+81 |
| 2021-12-14 | Rollup merge of #91851 - woppopo:const_maybeuninit_zeroed, r=yaahc | Matthias Krüger | -1/+2 |
| 2021-12-14 | Rollup merge of #91529 - TennyZhuang:try_reserve_binary_heap, r=yaahc | Matthias Krüger | -0/+79 |
| 2021-12-14 | Auto merge of #91766 - scottmcm:more-array-raw-eq, r=yaahc | bors | -5/+49 |
| 2021-12-14 | Auto merge of #91680 - saethlin:spare_capacity_mut-in-join, r=dtolnay | bors | -2/+10 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -2/+1 |
| 2021-12-13 | Make `MaybeUninit::zeroed` `const` | woppopo | -1/+2 |
| 2021-12-13 | Auto merge of #91841 - matthiaskrgr:rollup-zlhsg5a, r=matthiaskrgr | bors | -59/+101 |
| 2021-12-13 | Rollup merge of #91824 - woppopo:const_ptr_write_bytes, r=oli-obk | Matthias Krüger | -1/+17 |
| 2021-12-13 | Rollup merge of #91749 - ssomers:btree_comments, r=Mark-Simulacrum | Matthias Krüger | -55/+58 |
| 2021-12-13 | Rollup merge of #91091 - ecstatic-morse:control-flow-enum-is, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2021-12-13 | Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se | Matthias Krüger | -1/+24 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -6/+31 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -30/+30 |
| 2021-12-12 | Rollup merge of #91746 - ssomers:btree_tests, r=Mark-Simulacrum | Matthias Krüger | -6/+38 |
| 2021-12-12 | Make `(*mut T)::write_bytes` `const` | woppopo | -1/+17 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -6/+31 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -30/+30 |
| 2021-12-11 | Rollup merge of #91806 - woppopo:const_unique, r=dtolnay | Matthias Krüger | -3/+4 |
| 2021-12-11 | Rollup merge of #91797 - the8472:fix-invalid-deref, r=Mark-Simulacrum | Matthias Krüger | -4/+6 |
| 2021-12-11 | Rollup merge of #91737 - Manishearth:panic-immediate-stdlib, r=joshtriplett | Matthias Krüger | -6/+25 |
| 2021-12-11 | Rollup merge of #90081 - woppopo:const_write_bytes, r=oli-obk | Matthias Krüger | -2/+48 |
| 2021-12-12 | Make `Unique`s methods `const` | woppopo | -3/+4 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -65/+173 |
| 2021-12-11 | Rollup merge of #91721 - danielhenrymantilla:patch-1, r=joshtriplett | Matthias Krüger | -54/+135 |
| 2021-12-11 | Rollup merge of #91548 - luojia65:hint-spin-loop-riscv, r=Amanieu | Matthias Krüger | -0/+5 |
| 2021-12-11 | Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay | Matthias Krüger | -4/+19 |
| 2021-12-11 | Rollup merge of #90270 - woppopo:const_borrow_trait, r=dtolnay | Matthias Krüger | -7/+14 |
| 2021-12-11 | Fix zero-sized reference to deallocated memory | The 8472 | -4/+6 |
| 2021-12-11 | Rollup merge of #91782 - maxwase:is_symlink_since_attribute, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-12-11 | Rollup merge of #91711 - andrewbanchich:improve-zip-example, r=Mark-Simulacrum | Matthias Krüger | -6/+14 |
| 2021-12-11 | update feature gate | TennyZhuang | -4/+4 |
| 2021-12-11 | add BinaryHeap::try_reserve and BinaryHeap::try_reserve_exact | TennyZhuang | -0/+79 |
| 2021-12-11 | Correct since attribute for feature | Maxwase | -2/+2 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -8/+92 |
| 2021-12-11 | Rollup merge of #91515 - jethrogb:rsplit_array, r=yaahc | Matthias Krüger | -0/+222 |
| 2021-12-11 | Rollup merge of #91127 - scottmcm:ptr_to_from_bits, r=dtolnay | Matthias Krüger | -0/+97 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -65/+58 |
| 2021-12-10 | Allow `memcmp` for more array comparisons | Scott McMurray | -5/+49 |
| 2021-12-10 | Rollup merge of #91755 - not-my-profile:fix-const_linked_list_new-since, r=dt... | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91709 - juniorbassani:use-from-array-in-set-examples, r=jyn514 | Matthias Krüger | -57/+55 |
| 2021-12-10 | Rollup merge of #91697 - dtolnay:lossyfromstr, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2021-12-10 | Rollup merge of #91686 - dalcde:patch-1, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91681 - WaffleLapkin:patch-3, r=scottmcm | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91679 - ibraheemdev:stream-mod, r=Mark-Simulacrum | Matthias Krüger | -0/+0 |
| 2021-12-10 | Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91524 - rukai:fix_extend_from_slice_docs, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -57/+75 |
| 2021-12-10 | Rollup merge of #91325 - RalfJung:const_eval_select, r=dtolnay | Matthias Krüger | -16/+37 |