| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | from_u32(0) can just be default() | Giles Cope | -1/+47 |
| 2022-04-02 | Fix `array::IntoIter::fold` to use the optimized `Range::fold` | Scott McMurray | -0/+32 |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+79 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -1/+0 |
| 2022-04-01 | Rollup merge of #95528 - RalfJung:miri-is-too-slow, r=scottmcm | Matthias Krüger | -0/+10 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+79 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -1/+0 |
| 2022-03-31 | skip slow int_log tests in Miri | Ralf Jung | -0/+10 |
| 2022-03-31 | ptr_metadata test: avoid ptr-to-int transmutes | Ralf Jung | -5/+5 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -1/+1 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -4/+4 |
| 2022-03-22 | Limit test_variadic_fnptr to unix | bjorn3 | -1/+1 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -6/+9 |
| 2022-03-18 | Rollup merge of #95017 - zachs18:cmp_ordering_derive_eq, r=Dylan-DPC | Matthias Krüger | -0/+13 |
| 2022-03-18 | Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc | Matthias Krüger | -0/+24 |
| 2022-03-16 | Add test for StructuralEq for std::cmp::Ordering. | Zachary S | -0/+13 |
| 2022-03-13 | Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrum | bors | -2/+0 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -91/+91 |
| 2022-03-10 | Let `try_collect` take advantage of `try_fold` overrides | Scott McMurray | -0/+24 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+9 |
| 2022-03-09 | Remove unexpected #[cfg(target_pointer_width = "8")] in tests | Loïc BRANSTETT | -2/+0 |
| 2022-03-03 | Miri can run this test now | Ralf Jung | -2/+0 |
| 2022-03-03 | fix a warning when building core tests with cfg(miri) | Ralf Jung | -0/+2 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -0/+10 |
| 2022-02-28 | Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se | Matthias Krüger | -0/+23 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+23 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -4/+0 |
| 2022-02-20 | Add collect_into | fren_gor | -0/+9 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+47 |
| 2022-02-14 | Write {ui,} tests for `pin_macro` and `pin!` | Daniel Henry-Mantilla | -0/+35 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -1/+0 |
| 2022-02-10 | added space | Charisee | -1/+1 |
| 2022-02-10 | add cfg_panic bootstrap | Charisee | -0/+6 |
| 2022-02-10 | remove mention of cfg_panic from library tests | Charisee | -6/+0 |
| 2022-02-10 | replace feature expression (cfg_panic) in lib and remove expression from tests | Charisee | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-02 | add tests | tamaron | -0/+24 |
| 2022-02-01 | Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnay | Matthias Krüger | -0/+24 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -0/+102 |
| 2022-01-31 | Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back} | Thom Chiovoloni | -0/+102 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -0/+27 |
| 2022-01-31 | Rollup merge of #93480 - est31:remove_unstable_deprecated, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-31 | Rollup merge of #93347 - WaffleLapkin:better_char_decode_utf16_size_hint, r=d... | Matthias Krüger | -0/+27 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -3/+0 |
| 2022-01-30 | Remove deprecated and unstable slice_partition_at_index functions | est31 | -1/+0 |
| 2022-01-30 | Fix an edge case in `chat::DecodeUtf16::size_hint` | Maybe Waffle | -0/+1 |
| 2022-01-29 | Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+23 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -3/+0 |