| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472 | bors | -1/+55 |
| 2022-05-13 | Rollup merge of #97003 - nnethercote:rm-const_fn-attrs, r=fee1-dead | Matthias Krüger | -3/+0 |
| 2022-05-13 | Rollup merge of #96154 - lukaslueg:unreachablehint, r=scottmcm | Matthias Krüger | -15/+66 |
| 2022-05-13 | Slap #[inline] on all the ByRefSized methods, per the8472's suggestion | Scott McMurray | -0/+11 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -3/+0 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -8/+9 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -0/+4 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -15/+39 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -2/+136 |
| 2022-05-10 | Rollup merge of #96674 - bstrie:vardoc, r=thomcc | Dylan DPC | -1/+2 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -21/+0 |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -42/+136 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -183/+109 |
| 2022-05-08 | Auto merge of #96846 - matthiaskrgr:rollup-yxu9ot9, r=matthiaskrgr | bors | -2/+21 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -21/+0 |
| 2022-05-08 | Rollup merge of #96828 - scottmcm:clarify-hasher-write, r=Amanieu | Matthias Krüger | -2/+21 |
| 2022-05-08 | Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearth | bors | -0/+17 |
| 2022-05-07 | Further elaborate the lack of guarantees from `Hasher` | Scott McMurray | -2/+21 |
| 2022-05-07 | Rollup merge of #96336 - Nilstrieb:link-to-correct-as_mut-in-ptr-as_ref, r=Jo... | Matthias Krüger | -1/+1 |
| 2022-05-07 | Fix a minor typo in the description of Formatter | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -3/+153 |
| 2022-05-06 | Clarify unreachable_unchecked docs | Lukas Lueg | -9/+16 |
| 2022-05-06 | For now, don't change the details of hashing a `str` | Scott McMurray | -21/+52 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -3/+122 |
| 2022-05-05 | Rollup merge of #96639 - adpaco-aws:fix-offset-from-typo, r=scottmcm | Michael Goulet | -2/+2 |
| 2022-05-05 | Rollup merge of #96174 - RalfJung:no-run-transmute, r=scottmcm | Michael Goulet | -1/+1 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -1/+1 |
| 2022-05-05 | Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplett | Matthias Krüger | -10/+32 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -1/+1 |
| 2022-05-05 | Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle | bors | -1/+1 |
| 2022-05-04 | Update `int_roundings` methods from feedback | Jacob Pratt | -10/+32 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -3/+1 |
| 2022-05-03 | Auto merge of #96280 - lygstate:ffi-fixes, r=joshtriplett | bors | -17/+46 |
| 2022-05-03 | docs: add link explaining variance to NonNull docs | bstrie | -1/+2 |
| 2022-05-03 | ignore a doctest for the non-exported macro | Yoshiki Matsuda | -1/+1 |
| 2022-05-03 | Update library/core/src/ffi/mod.rs | Yonggang Luo | -1/+1 |
| 2022-05-02 | This aligns the inline attributes of existing `__iterator_get_unchecked` with... | The 8472 | -0/+5 |
| 2022-05-02 | Fix typo in `offset_from` documentation | Adrian Palacios | -2/+2 |
| 2022-05-02 | Fix nits | Pyry Kontio | -8/+8 |
| 2022-05-02 | Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-Simulacrum | Yuki Okushi | -6/+6 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -0/+2 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+41 |
| 2022-05-01 | Fix some links in the standard library | Vadim Petrochenkov | -0/+2 |
| 2022-04-30 | Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472 | bors | -0/+4 |
| 2022-04-29 | Fix documentation for log functions int | alexey semenyuk | -3/+3 |
| 2022-04-29 | Fix documentation for log functions unsigned int | alexey semenyuk | -3/+3 |
| 2022-04-28 | Add more diagnostic items | Serial | -0/+17 |
| 2022-04-28 | Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-27 | Fixed grammatical error in example comment | Simon | -1/+1 |
| 2022-04-26 | Better error messages when collecting into `[T; n]` | Michael Goulet | -19/+13 |