| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-26 | Fix incorrect documented default bufsize in bufreader/writer | Kathryn R | -2/+2 |
| 2023-05-26 | Auto merge of #103291 - ink-feather-org:typeid_no_struct_match, r=dtolnay | bors | -1/+9 |
| 2023-05-26 | convert benches to tests in subprocess if we're not benchmarking | Pietro Albini | -2/+17 |
| 2023-05-26 | add StaticBenchAsTestFn and DynBenchAsTestFn to convert benches to tests | Pietro Albini | -19/+23 |
| 2023-05-26 | remove nested function from run_test | Pietro Albini | -63/+47 |
| 2023-05-26 | refactor executing tests to centralize actually invoking tests | Pietro Albini | -41/+90 |
| 2023-05-26 | Rollup merge of #111940 - zirconium-n:io-read-doc-change, r=thomcc | Matthias Krüger | -3/+4 |
| 2023-05-26 | Update current implementation comments for `select_nth_unstable` | Markus Everling | -4/+6 |
| 2023-05-25 | Add #[inline] to array TryFrom impls | Ben Kimock | -0/+4 |
| 2023-05-25 | Rollup merge of #107522 - Sp00ph:introselect, r=Amanieu | Michael Goulet | -140/+311 |
| 2023-05-25 | Remove structural match from `TypeId`. | raldone01 | -1/+9 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -1/+11 |
| 2023-05-25 | std: make `fortanix-sgx-abi` a public depedenceny | Michael Howell | -1/+1 |
| 2023-05-25 | std: make internal-only items `pub(crate)` | Michael Howell | -5/+5 |
| 2023-05-25 | std: mark common functions in test crate `pub(crate)` | Michael Howell | -6/+4 |
| 2023-05-25 | bootstrap: enable Cargo `public-dependency` feature for `libstd` | Michael Howell | -4/+8 |
| 2023-05-25 | Clarify safety concern of `io::Read::read` is only relevant in unsafe code | Ziru Niu | -3/+4 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -5/+1 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -1/+1 |
| 2023-05-24 | Rollup merge of #111915 - jyn514:libtest-errors, r=thomcc | Manish Goregaokar | -2/+2 |
| 2023-05-24 | feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher` | Jan | -0/+4 |
| 2023-05-24 | Use helper functions for min/max_idx | Markus Everling | -18/+28 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -2/+2 |
| 2023-05-24 | Add Median of Medians fallback to introselect | Markus Everling | -140/+301 |
| 2023-05-23 | Roll compiler_builtins to 0.1.92 | danakj | -1/+1 |
| 2023-05-23 | const stabilize `NonNull::as_ref` | Lukas Markeffsky | -2/+3 |
| 2023-05-23 | Auto merge of #111807 - erikdesjardins:noalias, r=oli-obk | bors | -5/+11 |
| 2023-05-23 | Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead | Dylan DPC | -1/+1 |
| 2023-05-23 | Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkov | Dylan DPC | -0/+10 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -32/+57 |
| 2023-05-22 | Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomcc | bors | -6/+19 |
| 2023-05-22 | Auto merge of #111711 - Jules-Bertholet:document-pin-layout, r=thomcc | bors | -0/+2 |
| 2023-05-22 | Auto merge of #111835 - matthiaskrgr:rollup-qd4b2vu, r=matthiaskrgr | bors | -18/+8 |
| 2023-05-22 | Rollup merge of #111810 - compiler-errors:less-macro, r=thomcc | Matthias Krüger | -18/+8 |
| 2023-05-22 | Auto merge of #111781 - the8472:filter-map-chunk, r=thomcc | bors | -3/+160 |
| 2023-05-21 | drop_in_place docs: remove pseudocode-ish implementation details | Erik Desjardins | -15/+1 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 |
| 2023-05-21 | Don't use inner macro in marker_impls | Michael Goulet | -18/+8 |
| 2023-05-21 | Auto merge of #111696 - lukas-code:offset-of-erase-regions-harder, r=compiler... | bors | -0/+5 |
| 2023-05-20 | improve drop_in_place docs | Erik Desjardins | -4/+6 |
| 2023-05-20 | Add missing "unsafe" to fix doctest | Patrick Walton | -1/+1 |
| 2023-05-20 | Update documentation for `drop_in_place()` | Patrick Walton | -6/+24 |
| 2023-05-20 | Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=c... | bors | -26/+12 |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -0/+5 |
| 2023-05-20 | derive `Default` trait for `compiletest::common::Config` | ozkanonur | -2/+4 |
| 2023-05-20 | Auto merge of #111778 - Dylan-DPC:rollup-107ig9h, r=Dylan-DPC | bors | -1/+16 |
| 2023-05-20 | optimize next_chunk impls for Filter and FilterMap | The 8472 | -3/+160 |
| 2023-05-20 | Rollup merge of #111715 - juntyr:const-param-ty-derive-fix, r=Nilstrieb | Dylan DPC | -1/+1 |