| Age | Commit message (Expand) | Author | Lines |
| 2023-03-08 | may not => cannot | Michael Goulet | -1/+1 |
| 2023-03-07 | black_box hint - Adjust for improved readability | pat-nel87 | -6/+3 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+1 |
| 2023-03-07 | Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviper | bors | -3/+6 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+112 |
| 2023-03-06 | Use Edition 2021 :pat in matches macro | Konrad Borowski | -2/+2 |
| 2023-03-06 | issue-108706-fix | Noam Ta Shma | -3/+17 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -31/+250 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -3/+6 |
| 2023-03-05 | Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnay | bors | -13/+58 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -35/+50 |
| 2023-03-04 | Comment for why char boundaries aren't checked | Peter Jaszkowiak | -0/+6 |
| 2023-03-04 | Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomcc | Dylan DPC | -8/+0 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -3/+276 |
| 2023-03-04 | Update comment. | Tobias Decking | -1/+1 |
| 2023-03-04 | typo | Tobias Decking | -1/+1 |
| 2023-03-04 | Add inlining annotations | Tobias Decking | -1/+18 |
| 2023-03-03 | Rollup merge of #108688 - est31:backticks_matchmaking_library, r=jyn514 | Matthias Krüger | -18/+18 |
| 2023-03-03 | Rollup merge of #108540 - WaffleLapkin:atomic_thingy_from_thingy_pointer, r=m... | Matthias Krüger | -0/+135 |
| 2023-03-03 | fix an alloc test | Maybe Waffle | -16/+8 |
| 2023-03-03 | Make `unused_allocation` lint warn against `Box::new` | Maybe Waffle | -0/+1 |
| 2023-03-03 | Use weak linkage for `preadv` and `pwritev` on MacOS and iOS | Benoît du Garreau | -8/+18 |
| 2023-03-03 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -1/+1 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -18/+18 |
| 2023-03-02 | Make std tests pass on newer Android | Peter Collingbourne | -0/+20 |
| 2023-03-02 | Remove manual implementation of String::ne | Konrad Borowski | -4/+0 |
| 2023-03-02 | Remove manual implementation of str::ne | Konrad Borowski | -4/+0 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -0/+1 |
| 2023-03-02 | Fill-in tracking issue for `feature("atomic_from_ptr")` | Maybe Waffle | -6/+6 |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-03-02 | Use weak linkage on Android | Benoît du Garreau | -4/+96 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -50/+434 |
| 2023-03-01 | Fix docs for `alloc::realloc` | overlookmotel | -1/+2 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -92/+98 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -92/+98 |
| 2023-03-01 | Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=Amanieu | Dylan DPC | -1/+15 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+120 |
| 2023-03-01 | Auto merge of #108476 - saethlin:remove-library-rustc-box, r=thomcc | bors | -9/+7 |
| 2023-03-01 | Update library/std/src/os/nto/mod.rs | Florian Bartels | -1/+1 |
| 2023-03-01 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -3/+3 |
| 2023-03-01 | Rollup merge of #108558 - RalfJung:core-tests, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-03-01 | Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+120 |
| 2023-02-28 | relax bounds on iterator adapter Default impls | The 8472 | -25/+6 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -7/+22 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -40/+174 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -2/+243 |
| 2023-02-28 | Retry to spawn/fork up to 3 times when it failed because of an interruption | Florian Bartels | -2/+64 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -48/+370 |