| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -5/+5 |
| 2022-08-23 | Add `Provider::{would_be_satisfied_by_value_of,would_be_satisfied_by_ref_of}` | Jake Goulding | -0/+165 |
| 2022-08-23 | Remove aliases for old atomic intrinsics names | Tomasz Miąsko | -21/+0 |
| 2022-08-23 | Support eager and lazy methods for providing references and values | Jake Goulding | -7/+69 |
| 2022-08-22 | Remove out-of-context comment in `mem::MaybeUninit` documentation | Thiago Trannin | -5/+2 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+757 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -12/+78 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -1/+1 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -20/+64 |
| 2022-08-21 | Use ptr::metadata in <[T]>::len implementation | Konrad Borowski | -17/+9 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -21/+21 |
| 2022-08-21 | Rollup merge of #100821 - WaffleLapkin:ptr_add_docs, r=scottmcm | Matthias Krüger | -10/+8 |
| 2022-08-21 | Rollup merge of #100663 - clarfonthey:const-reverse, r=scottmcm | Matthias Krüger | -5/+8 |
| 2022-08-21 | Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm | Matthias Krüger | -14/+12 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -1/+1 |
| 2022-08-21 | Use internal iteration in `Iterator::{cmp_by, partial_cmp_by, eq_by}` | Tim Vermeulen | -62/+88 |
| 2022-08-21 | fix nitpicks from review | Maybe Waffle | -7/+5 |
| 2022-08-21 | fill in tracking issue for `feature(ptr_mask)` | Maybe Waffle | -2/+2 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+41 |
| 2022-08-21 | Make some docs nicer wrt pointer offsets | Maybe Waffle | -3/+3 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -21/+21 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -20/+64 |
| 2022-08-20 | Rollup merge of #100585 - wooorm:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -159/+230 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -159/+230 |
| 2022-08-20 | Fix generic bound of `SplitInclusive`'s `DoubleEndedIterator` impl | Tim Vermeulen | -1/+1 |
| 2022-08-19 | Tracking issue for const_reverse | ltdk | -1/+1 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -7/+2 |
| 2022-08-19 | Auto merge of #99541 - timvermeulen:flatten_cleanup, r=the8472 | bors | -137/+280 |
| 2022-08-18 | Inline `<T as From<T>>::from` | Scott McMurray | -0/+1 |
| 2022-08-18 | Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay | bors | -3/+6 |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -44/+0 |
| 2022-08-17 | Rollup merge of #100661 - PunkyMunky64:patch-1, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-08-17 | Make slice::reverse const | ltdk | -5/+8 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Update src/test/assembly/x86_64-floating-point-clamp.rs | Alex | -14/+12 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -5/+1 |
| 2022-08-15 | Fix trailing space showing up in example | Titus | -1/+1 |
| 2022-08-15 | Say that the identity holds only for all finite numbers (aka not NaN) | Urgau | -4/+4 |
| 2022-08-15 | Added tracking issue numbers for float_next_up_down. | Orson Peters | -4/+8 |
| 2022-08-15 | Added next_up and next_down for f32/f64. | Orson Peters | -0/+196 |
| 2022-08-14 | Properly forward `ByRefSized::fold` to the inner iterator | Scott McMurray | -12/+38 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -5/+1 |
| 2022-08-14 | fix(iter::skip): Optimize `next` and `nth` implementations of `Skip` | austinabell | -8/+50 |
| 2022-08-14 | Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcm | Dylan DPC | -1/+435 |
| 2022-08-13 | nicer Miri backtraces for from_exposed_addr | Ralf Jung | -0/+2 |
| 2022-08-13 | Tweak `FpCategory` example order. | Markus Reiter | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -308/+19 |
| 2022-08-12 | Clarify `array:from_fn` documentation | zohnannor | -0/+4 |