| Age | Commit message (Expand) | Author | Lines |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -10/+0 |
| 2023-07-22 | Auto merge of #113224 - zachs18:vec_extend_remove_allocator_lifetime, r=cuviper | bors | -3/+3 |
| 2023-07-22 | Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviper | bors | -6/+3 |
| 2023-07-21 | Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviper | bors | -1/+58 |
| 2023-07-21 | Clarify logic on bytes:code units ratio | Andrew Tribick | -2/+4 |
| 2023-07-21 | Demonstrate multibyte character removal in String::pop and String::remove doc... | Andrew Tribick | -8/+8 |
| 2023-07-21 | Bump compiler_builtins to 0.1.98 | Nicholas Bishop | -1/+1 |
| 2023-07-21 | Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgr | bors | -32/+61 |
| 2023-07-21 | Rollup merge of #113907 - ChrisDenton:tls, r=thomcc | Matthias Krüger | -28/+49 |
| 2023-07-21 | Rollup merge of #113810 - glandium:allocator-fn, r=Amanieu | Matthias Krüger | -4/+12 |
| 2023-07-21 | Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th... | bors | -8/+66 |
| 2023-07-21 | Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieu | bors | -51/+36 |
| 2023-07-20 | Minor improvements to Windows TLS dtors | Chris Denton | -28/+49 |
| 2023-07-20 | Fix size_hint for EncodeUtf16 | Andrew Tribick | -5/+36 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -79/+116 |
| 2023-07-20 | Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrum | bors | -20/+26 |
| 2023-07-20 | added a problematic example | darklyspaced | -3/+25 |
| 2023-07-20 | Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe... | Matthias Krüger | -0/+8 |
| 2023-07-20 | fix docs & example for FileExt::write_at | darklyspaced | -1/+8 |
| 2023-07-19 | avoid tls access while iterating through mpsc thread entries | Ibraheem Ahmed | -20/+26 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -7/+34 |
| 2023-07-18 | Link methods in From impls | ltdk | -0/+4 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -3/+11 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -2/+6 |
| 2023-07-18 | Update documentation for std::process::Command's new method | Aleksandr Kovalev | -0/+8 |
| 2023-07-18 | remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constants | KaDiWa | -51/+36 |
| 2023-07-18 | Make {Rc,Arc}::allocator associated functions | Mike Hommey | -4/+12 |
| 2023-07-17 | Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieu | bors | -300/+1518 |
| 2023-07-17 | Rollup merge of #113762 - alexpovel:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-16 | adds crate attribute to examples so they compile | dvdsk | -0/+2 |
| 2023-07-16 | Fix typo | Alex Povel | -1/+1 |
| 2023-07-16 | Implement `From<{&,&mut} [T; N]>` for `Vec<T>` | EFanZh | -0/+40 |
| 2023-07-16 | fix examples add tracking issue | dvdsk | -9/+16 |
| 2023-07-16 | fixes sleep_until examples | dvdsk | -2/+7 |
| 2023-07-16 | Fix sort_unstable_by_key italicization | nipzu | -1/+1 |
| 2023-07-15 | Add BITS, from_bits, to_bits to IP addresses | ltdk | -52/+115 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-07-15 | Adds thread::sleep_until, tracking issue TODO | dvdsk | -0/+66 |
| 2023-07-14 | Rollup merge of #113662 - pedroclobo:vec-deque-rotate, r=thomcc | Matthias Krüger | -25/+25 |
| 2023-07-14 | std: add tests for `Path::with_extension` | João M. Bezerra | -5/+45 |
| 2023-07-14 | Re-export core::ffi::FromBytesUntilNulError in std::ffi | Allen Wild | -0/+2 |
| 2023-07-14 | Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrum | bors | -25/+114 |
| 2023-07-14 | Rollup merge of #113618 - tshepang:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-07-14 | Rollup merge of #112525 - hermitcore:devel, r=m-ou-se | Matthias Krüger | -5/+4 |
| 2023-07-13 | Fix VecDeque's rotate_left and rotate_right panic tests | Pedro Lobo | -2/+2 |
| 2023-07-13 | Rename VecDeque's rotate_left and rotate_right parameters | Pedro Lobo | -23/+23 |
| 2023-07-13 | Eliminate ZST allocations in `Box` and `Vec` | Amanieu d'Antras | -25/+114 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+4 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -69/+12 |