| Age | Commit message (Expand) | Author | Lines |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -20/+26 |
| 2024-01-26 | Rollup merge of #113489 - tguichaoua:cow_from_array, r=dtolnay | Matthias Krüger | -0/+13 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -9/+2 |
| 2024-01-26 | Use `<T, U>` for array/slice equality `impl`s | wackbyte | -36/+36 |
| 2024-01-26 | Rollup merge of #120372 - bjorn3:fix_outdated_comment, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-01-26 | Rollup merge of #120117 - NobodyXu:99262/update-api-and-doc, r=m-ou-se | Matthias Krüger | -7/+33 |
| 2024-01-26 | Rollup merge of #119917 - Zalathar:split-off, r=cuviper | Matthias Krüger | -14/+18 |
| 2024-01-26 | Rollup merge of #117678 - niklasf:stabilize-slice_group_by, r=dtolnay | Matthias Krüger | -71/+60 |
| 2024-01-26 | fix | HTGAzureX1212. | -2/+2 |
| 2024-01-26 | remove redundant call to Error::last_os_error | HTGAzureX1212. | -1/+1 |
| 2024-01-26 | Fix outdated comment on Box | bjorn3 | -2/+1 |
| 2024-01-26 | fix issue 120040 | HTGAzureX1212. | -0/+21 |
| 2024-01-26 | mark a doctest with UB as no_run | Ralf Jung | -1/+1 |
| 2024-01-26 | Rollup merge of #120053 - AldanTanneo:specialize-stdinlock-bytes, r=the8472 | Matthias Krüger | -1/+10 |
| 2024-01-26 | Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay | Matthias Krüger | -1/+44 |
| 2024-01-26 | Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnay | Matthias Krüger | -0/+25 |
| 2024-01-25 | Export core::str::from_raw_parts{,_mut} into alloc::str and std::str | David Tolnay | -0/+2 |
| 2024-01-25 | use checked_add for upper bound | Yuri Astrakhan | -2/+2 |
| 2024-01-25 | Update library/core/src/iter/adapters/intersperse.rs | Yuri Astrakhan | -2/+2 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -5/+23 |
| 2024-01-25 | fmt | Yuri Astrakhan | -1/+8 |
| 2024-01-25 | Postpone .next() call until iteration | Yuri Astrakhan | -29/+49 |
| 2024-01-25 | Boost intersperse(_with) performance | Yuri Astrakhan | -52/+74 |
| 2024-01-25 | Rollup merge of #120338 - steffahn:provenance_links, r=Nilstrieb | Matthias Krüger | -8/+8 |
| 2024-01-25 | Rollup merge of #120332 - mu001999:cleanup/dead_code, r=Nilstrieb | Matthias Krüger | -3/+0 |
| 2024-01-25 | Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkov | Matthias Krüger | -7/+32 |
| 2024-01-25 | Rollup merge of #118208 - Amanieu:btree_cursor2, r=dtolnay | Matthias Krüger | -392/+549 |
| 2024-01-25 | core: add `From<core::ascii::char>` implementations | Michal Nazarewicz | -0/+16 |
| 2024-01-25 | Update primitive_docs.rs | Joshua Liebow-Feeser | -0/+4 |
| 2024-01-25 | Fix links to [strict|exposed] provenance sections of `[std|core]::ptr` | Frank Steffahn | -8/+8 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -0/+112 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -149/+445 |
| 2024-01-24 | Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | León Orell Valerian Liehr | -124/+223 |
| 2024-01-24 | Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcm | León Orell Valerian Liehr | -0/+37 |
| 2024-01-24 | Finishing clone3 clean up | Askar Safin | -4/+2 |
| 2024-01-24 | This commit is part of clone3 clean up. Merge tests from tests/ui/command/com... | Askar Safin | -2/+18 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+164 |
| 2024-01-24 | This commit is part of clone3 clean up. As part of clean up we will | Askar Safin | -1/+12 |
| 2024-01-24 | std/time: avoid divisions in Duration::new | Utkarsh Gupta | -7/+12 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -5/+23 |
| 2024-01-24 | Add `NonZero*::count_ones` | Maybe Waffle | -0/+37 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -10/+105 |
| 2024-01-23 | Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -0/+2 |
| 2024-01-23 | Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnay | León Orell Valerian Liehr | -8/+101 |
| 2024-01-23 | Rollup merge of #120244 - reitermarkus:nonzero-self, r=dtolnay | León Orell Valerian Liehr | -43/+48 |
| 2024-01-23 | Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiser | León Orell Valerian Liehr | -1/+4 |
| 2024-01-24 | Wrap `HeapAlloc` and never inline | 王宇逸 | -11/+13 |
| 2024-01-23 | Further Implement Power of Two Optimization | Nicholas Thompson | -146/+324 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -8/+22 |