| Age | Commit message (Expand) | Author | Lines |
| 2023-07-28 | doc: replace wrong punctuation mark | Tshepang Mbambo | -1/+1 |
| 2023-07-28 | btree/map.rs: remove "Basic usage" text | Tshepang Mbambo | -54/+0 |
| 2023-07-28 | Fix switch-stdout test for none unix/windows platforms | Raoul Strackx | -1/+1 |
| 2023-07-28 | reduce deps for windows-msvc targets for backtrace | klensy | -8/+12 |
| 2023-07-28 | Auto merge of #112390 - MoskalykA:move-two-tests-from-library-to-tests, r=wor... | bors | -0/+89 |
| 2023-07-28 | add LinkedList::{retain,retain_mut} | TennyZhuang | -0/+93 |
| 2023-07-27 | Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily | SabrinaJewson | -1/+14 |
| 2023-07-27 | When flushing delayed span bugs, write to the ICE dump file even if it doesn'... | Esteban Küber | -1/+1 |
| 2023-07-27 | Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-07-27 | Rollup merge of #114091 - waywardmonkeys:doc-fmt-finish-comments, r=Guillaume... | Guillaume Gomez | -3/+3 |
| 2023-07-27 | Auto merge of #114034 - Amanieu:riscv-atomicbool, r=thomcc | bors | -8/+54 |
| 2023-07-26 | Fix URL for `rmatches` | Veera | -1/+1 |
| 2023-07-26 | Improve test case for experimental API remove_matches in library/alloc/tests/... | allaboutevemirolive | -2/+46 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -1/+1 |
| 2023-07-26 | Have a better file name than just the issue id | MoskalykA | -0/+0 |
| 2023-07-26 | docs: fmt::Debug*: Fix comments for finish method. | Bruce Mitchener | -3/+3 |
| 2023-07-26 | std: add auto traits to TAIT bound | joboet | -11/+6 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+20 |
| 2023-07-26 | Auto merge of #113928 - nicholasbishop:bishop-update-cb-4, r=workingjubilee | bors | -1/+1 |
| 2023-07-26 | Optimize `AtomicBool` for target that don't support byte-sized atomics | Amanieu d'Antras | -8/+54 |
| 2023-07-25 | Allow using external builds of the compiler-rt profile lib | Josh Stone | -0/+6 |
| 2023-07-25 | Add note that Vec::as_mut_ptr() does not materialize a reference to the inter... | Manish Goregaokar | -0/+35 |
| 2023-07-25 | `impl TryFrom<char> for u16` | Lukas Markeffsky | -2/+36 |
| 2023-07-25 | Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomcc | Matthias Krüger | -0/+20 |
| 2023-07-25 | Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-se | bors | -1/+9 |
| 2023-07-25 | Auto merge of #114020 - steffahn:hide-specialized-ToString-impls, r=thomcc | bors | -2/+15 |
| 2023-07-25 | docs(LazyLock): add example pass local LazyLock variable to struct | DragonBillow | -0/+20 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -1/+13 |
| 2023-07-25 | core library: Disable fpmath tests for i386 ... | liushuyu | -1/+1 |
| 2023-07-24 | Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>` | Nikolai Vazquez | -0/+42 |
| 2023-07-24 | Auto merge of #111362 - mj10021:issue-74838-update, r=cuviper | bors | -22/+3 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -18/+3 |
| 2023-07-24 | Auto merge of #113687 - saethlin:inline-assertion-helpers, r=cuviper | bors | -0/+3 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-24 | Hide `ToString` implementations that specialize the default ones | Frank Steffahn | -2/+15 |
| 2023-07-23 | Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead | bors | -2/+1 |
| 2023-07-23 | fix | Deadbeef | -0/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -2/+1 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -1/+1 |
| 2023-07-22 | Add #[inline] to core debug assertion helpers | Ben Kimock | -0/+3 |
| 2023-07-22 | Auto merge of #113746 - clarfonthey:ip_bits, r=thomcc | bors | -52/+119 |
| 2023-07-22 | Auto merge of #113954 - matthiaskrgr:rollup-e2r9suz, r=matthiaskrgr | bors | -25/+177 |
| 2023-07-22 | Rollup merge of #113934 - ajtribick:string-pop-remove-multibyte, r=thomcc | Matthias Krüger | -8/+8 |
| 2023-07-22 | Rollup merge of #113898 - ajtribick:encode_utf16_size_hint, r=cuviper | Matthias Krüger | -5/+38 |
| 2023-07-22 | Rollup merge of #113876 - darklyspaced:master, r=cuviper | Matthias Krüger | -1/+30 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+100 |
| 2023-07-22 | Rollup merge of #113252 - tgross35:const-cstr-from-ptr-tracking-issue, r=Chri... | Matthias Krüger | -1/+1 |