| Age | Commit message (Expand) | Author | Lines |
| 2022-10-02 | add tests for panicking integer logarithms | Lukas Markeffsky | -0/+30 |
| 2022-09-29 | Fix integer overflow in `format!("{:.0?}", Duration::MAX)` | beetrees | -1/+23 |
| 2022-09-27 | Sort mod | woppopo | -1/+1 |
| 2022-09-27 | Fix indent | woppopo | -11/+11 |
| 2022-09-27 | Add newlines | woppopo | -2/+2 |
| 2022-09-27 | Add test cases for const `Location` | woppopo | -0/+34 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+19 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -1/+17 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+49 |
| 2022-09-02 | Rollup merge of #99583 - shepmaster:provider-plus-plus, r=yaahc | Guillaume Gomez | -1/+1 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -10/+0 |
| 2022-08-24 | Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett | Matthias Krüger | -0/+21 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -2/+2 |
| 2022-08-23 | Support eager and lazy methods for providing references and values | Jake Goulding | -1/+1 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -69/+70 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -69/+70 |
| 2022-08-19 | Auto merge of #99541 - timvermeulen:flatten_cleanup, r=the8472 | bors | -0/+42 |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -10/+0 |
| 2022-08-14 | Properly forward `ByRefSized::fold` to the inner iterator | Scott McMurray | -0/+21 |
| 2022-08-14 | fix(iter::skip): Optimize `next` and `nth` implementations of `Skip` | austinabell | -0/+31 |
| 2022-08-14 | Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcm | Dylan DPC | -0/+203 |
| 2022-08-12 | Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcm | Dylan DPC | -3/+5 |
| 2022-08-11 | Rollup merge of #100112 - RalfJung:assert_send_and_sync, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2022-08-10 | Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplett | bors | -0/+44 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -78/+78 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -3/+5 |
| 2022-08-05 | Move `fold` logic to `iter_fold` method and reuse it in `count` and `last` | Tim Vermeulen | -0/+42 |
| 2022-08-03 | actually call assert_send_and_sync | Ralf Jung | -1/+2 |
| 2022-08-01 | Remove incorrect impl `TrustedLen` for `ArrayChunks` | Maybe Waffle | -1/+1 |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+21 |
| 2022-08-01 | Use `array::IntoIter` for the `ArrayChunks` remainder | Ross MacArthur | -24/+5 |
| 2022-08-01 | Add `Iterator::array_chunks()` | Ross MacArthur | -0/+222 |
| 2022-07-27 | Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472 | Guillaume Gomez | -0/+44 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -0/+1 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -0/+1 |
| 2022-07-19 | Auto merge of #98912 - nrc:provider-it, r=yaahc | bors | -11/+11 |
| 2022-07-19 | Rollup merge of #99434 - timvermeulen:skip_next_non_fused, r=scottmcm | Dylan DPC | -0/+11 |
| 2022-07-18 | Add note to test about `Unfuse` | Tim Vermeulen | -0/+3 |
| 2022-07-18 | Fix `Skip::next` for non-fused inner iterators | Tim Vermeulen | -0/+8 |
| 2022-07-18 | Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomcc | Dylan DPC | -0/+40 |
| 2022-07-17 | Rollup merge of #99306 - JohnTitor:stabilize-future-poll-fn, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2022-07-16 | Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum | bors | -27/+36 |
| 2022-07-17 | Add a special case for align_offset /w stride != 1 | Simonas Kazlauskas | -27/+36 |
| 2022-07-16 | Stabilize `future_poll_fn` | Yuki Okushi | -1/+0 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -1/+1 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -1/+0 |
| 2022-07-13 | Re-optimize `Layout::array` | Scott McMurray | -0/+44 |