| Age | Commit message (Expand) | Author | Lines |
| 2021-04-12 | Improve code example for length comparison | Guillaume Gomez | -1/+1 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -0/+1 |
| 2021-04-12 | Mark Duration::is_zero as rustc_const_stable. | Mara Bos | -0/+1 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -7/+2 |
| 2021-04-12 | Update stdarch submodule (to before it switched to const generics) | Joshua Nelson | -16/+11 |
| 2021-04-12 | Auto merge of #82300 - andersk:libtest-id, r=Amanieu | bors | -41/+75 |
| 2021-04-12 | Stabilize BTree{Map,Set}::retain | Jubilee Young | -4/+2 |
| 2021-04-12 | Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-se | bors | -8/+3 |
| 2021-04-12 | Auto merge of #84085 - m-ou-se:stabilize-atomic-fetch-update, r=kennytm | bors | -4/+2 |
| 2021-04-12 | Rollup merge of #84094 - tmiasko:remove-fixed-size-array, r=m-ou-se | Dylan DPC | -57/+1 |
| 2021-04-12 | Rollup merge of #84067 - rust-lang:steveklabnik-patch-1, r=joshtriplett | Dylan DPC | -1/+2 |
| 2021-04-12 | Rollup merge of #84059 - zvirja:update-libc, r=JohnTitor | Dylan DPC | -1/+1 |
| 2021-04-11 | Add some #[inline(always)] to arithmetic methods of integers | AngelicosPhosphoros | -76/+76 |
| 2021-04-11 | Stabilize nonzero_leading_trailing_zeros | Andreas Jonson | -7/+4 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -2/+1 |
| 2021-04-11 | Auto merge of #81469 - tweksteen:android_set_message, r=m-ou-se | bors | -0/+57 |
| 2021-04-11 | Stabilize feature `duration_saturating_ops` | marmeladema | -8/+3 |
| 2021-04-11 | Stabilize option_insert. | Mara Bos | -3/+1 |
| 2021-04-11 | Auto merge of #84063 - LingMan:patch-1, r=nagisa | bors | -0/+3 |
| 2021-04-11 | Stabilize is_subnormal. | Mara Bos | -4/+2 |
| 2021-04-11 | Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr. | Mara Bos | -4/+2 |
| 2021-04-11 | Auto merge of #84053 - RalfJung:liballoc-miri, r=Manishearth | bors | -1/+1 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -57/+1 |
| 2021-04-10 | clean up example on read_to_string | Steve Klabnik | -1/+2 |
| 2021-04-10 | Add note about reverting a workaround in the future | LingMan | -0/+3 |
| 2021-04-10 | Bump libc dependency of std to 0.2.93 | Oleksandr Povar | -1/+1 |
| 2021-04-10 | fix incorrect from_raw_in doctest | Ralf Jung | -1/+1 |
| 2021-04-10 | fix Miri errors in libcore doctests | Ralf Jung | -15/+22 |
| 2021-04-09 | android: set abort message | Thiébaud Weksteen | -0/+57 |
| 2021-04-08 | Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu | Dylan DPC | -15/+35 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2021-04-08 | Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514 | Dylan DPC | -104/+113 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -13/+4 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -13/+4 |
| 2021-04-07 | Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se | Dylan DPC | -0/+67 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -1/+1 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+2 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -1040/+1617 |
| 2021-04-06 | Update library/core/src/iter/adapters/peekable.rs | lukaslueg | -1/+1 |
| 2021-04-05 | Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-o... | Dylan DPC | -0/+3 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -1/+2 |
| 2021-04-05 | Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrum | bors | -5/+5 |
| 2021-04-05 | Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r... | bors | -1/+2 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -14/+59 |
| 2021-04-04 | Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum | bors | -154/+22 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -1/+0 |
| 2021-04-05 | Rollup merge of #83815 - RalfJung:addr_of, r=kennytm | Dylan DPC | -1/+34 |