| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearth | bors | -67/+187 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |
| 2021-10-03 | Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay | Manish Goregaokar | -6/+11 |
| 2021-10-03 | Rollup merge of #89401 - owengage:master, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-03 | Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-10-03 | Rollup merge of #88370 - Seppel3210:master, r=dtolnay | Manish Goregaokar | -1/+6 |
| 2021-10-03 | Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett | Manish Goregaokar | -3/+3 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-03 | Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ... | Manish Goregaokar | -2/+2 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+30 |
| 2021-10-03 | Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett | Manish Goregaokar | -32/+103 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -41/+37 |
| 2021-10-03 | Use a test value that doesn't depend on the handling of even/odd rounding | Josh Triplett | -1/+1 |
| 2021-10-03 | Fix Lower/UpperExp formatting for integers and precision zero | Fabian Wolff | -2/+2 |
| 2021-10-03 | Revert suggested use of `unwrap_or` | Benoît du Garreau | -2/+10 |
| 2021-10-03 | Apply suggestions | Alphyr | -12/+6 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-03 | Added tracking issue numbers for int_abs_diff. | Orson Peters | -2/+2 |
| 2021-10-03 | Skip platforms without unwinding support | Caio | -0/+2 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-10-03 | Auto merge of #89459 - tspiteri:idiv-overflow-bitand, r=kennytm | bors | -8/+16 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -5/+5 |
| 2021-10-03 | Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnay | bors | -3/+39 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -17/+17 |
| 2021-10-02 | Run the #85441 regression test on MSVC only | Simonas Kazlauskas | -3/+3 |
| 2021-10-02 | Only register `WSACleanup` if `WSAStartup` is actually ever called | Christiaan Dirkx | -6/+11 |
| 2021-10-02 | haiku thread affinity build fix | David Carlier | -6/+10 |
| 2021-10-02 | Use bitand when checking for signed integer division overflow | Trevor Spiteri | -8/+16 |
| 2021-10-02 | Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk | bors | -35/+8 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -35/+8 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -2/+13 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |
| 2021-10-01 | path.push() should work as expected on windows verbatim paths | Sean Young | -7/+55 |
| 2021-10-01 | fix: edit description of "prefix-free" | pierwill | -2/+4 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-10-01 | docs: `std::hash::Hash` should ensure prefix-free data | pierwill | -0/+10 |
| 2021-10-01 | Add methods to add/sub `uX` to/from `iX` | Benoît du Garreau | -14/+204 |
| 2021-10-01 | Fix doc test | Benoît du Garreau | -1/+1 |
| 2021-10-01 | Apply suggestion for `overflowing_add_signed` | Alphyr | -5/+2 |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -15/+112 |
| 2021-10-01 | Auto merge of #89403 - camsteffen:fmt-unsafe-private, r=Mark-Simulacrum | bors | -3/+4 |
| 2021-09-30 | Rollup merge of #89306 - devnexen:haiku_ncpus, r=nagisa | Manish Goregaokar | -1/+10 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+30 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -83/+71 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -18/+41 |
| 2021-09-30 | from review: code style | the8472 | -3/+3 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -3/+376 |
| 2021-09-30 | Add private arg to fmt::UnsafeArg | Cameron Steffen | -3/+4 |