| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Remove some more consts | Mark Rousskov | -14/+1 |
| 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 | -36/+0 |
| 2021-05-03 | Revert "Add assert_matches!(expr, pat)." | Mark Rousskov | -100/+23 |
| 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 #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplett | Dylan DPC | -5/+10 |
| 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-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 | Incorporate review feedback #2 | Julian Frimmel | -3/+4 |
| 2021-03-18 | Add more information about panicking | Julian Frimmel | -5/+9 |
| 2021-03-18 | Include output stream in `panic!()` documentation | Julian Frimmel | -2/+2 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -6/+6 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -2/+8 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -6/+6 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -2/+6 |
| 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/+14 |
| 2021-03-16 | Rollup merge of #83160 - m-ou-se:deprecate-rustc-serialize-derives, r=petroch... | Yuki Okushi | -1/+9 |
| 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 | Deprecate RustcEncodable and RustcDecodable. | Mara Bos | -1/+9 |
| 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 #81465 - joshtriplett:duration-formatting-documentation, r=m-... | Yuki Okushi | -0/+11 |
| 2021-03-13 | Add documentation about formatting `Duration` values | Josh Triplett | -0/+11 |
| 2021-03-13 | Auto merge of #83064 - cjgillot:fhash, r=jackh726 | bors | -0/+13 |
| 2021-03-13 | Fix panic message of `assert_failed_inner` | hyd-dev | -1/+1 |
| 2021-03-13 | Add `reverse` search alias for Iterator::rev() | Sebastian Widua | -0/+1 |
| 2021-03-12 | Auto merge of #83022 - m-ou-se:mem-replace-no-swap, r=nagisa | bors | -3/+9 |
| 2021-03-12 | Rollup merge of #82950 - mockersf:slice-intra-doc-link, r=jyn514 | Yuki Okushi | -53/+59 |
| 2021-03-12 | Rollup merge of #80385 - camelid:clarify-cell-replace-docs, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-11 | Don't implement mem::replace with mem::swap. | Mara Bos | -3/+9 |
| 2021-03-11 | Add inlining. | Camille GILLOT | -0/+13 |
| 2021-03-10 | apply review | François Mockers | -2/+4 |
| 2021-03-10 | add back sort_by_key link, allow linter and add comment | François Mockers | -1/+6 |
| 2021-03-10 | Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-se | Dylan DPC | -17/+17 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -4/+38 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -17/+17 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -2/+6 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -0/+28 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -54/+53 |