| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | Rollup merge of #108023 - JulianKnodt:smaller_benchmark, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -0/+1 |
| 2023-02-14 | Shrink size of array benchmarks | kadmin | -5/+5 |
| 2023-02-14 | "Basic usage" is redundant for there is just one example | Tshepang Mbambo | -42/+0 |
| 2023-02-13 | fix and extend dropck documentation | Ralf Jung | -11/+71 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -141/+334 |
| 2023-02-13 | Auto merge of #107980 - Dylan-DPC:rollup-u4b19bl, r=Dylan-DPC | bors | -48/+91 |
| 2023-02-13 | Inline `Poll` methods | EFanZh | -0/+5 |
| 2023-02-13 | Rollup merge of #107962 - scottmcm:why-not-exact, r=Mark-Simulacrum | Dylan DPC | -0/+21 |
| 2023-02-13 | Rollup merge of #107961 - scottmcm:unify-ilog-panics, r=Mark-Simulacrum | Dylan DPC | -12/+38 |
| 2023-02-13 | Rollup merge of #107915 - JulianKnodt:array_benches, r=Mark-Simulacrum | Dylan DPC | -0/+20 |
| 2023-02-13 | Rollup merge of #107654 - pitaj:reword-integral-modules, r=thomcc | Dylan DPC | -36/+12 |
| 2023-02-13 | Auto merge of #107191 - Voultapher:reverse-timsort-scan-direction, r=thomcc | bors | -220/+271 |
| 2023-02-12 | Rollup merge of #107954 - RalfJung:tree-borrows-fix, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-02-12 | Rollup merge of #107943 - compiler-errors:document-pointer-like, r=jyn514 | Matthias Krüger | -1/+4 |
| 2023-02-12 | Add a doc note about why `Chain` is not `ExactSizeIterator` | Scott McMurray | -0/+21 |
| 2023-02-12 | avoid mixing accesses of ptrs derived from a mutable ref and parent ptrs | Ralf Jung | -3/+3 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -32/+12 |
| 2023-02-12 | Auto merge of #107894 - Voultapher:improve-heapsort-fallback, r=scottmcm | bors | -2/+5 |
| 2023-02-12 | Document PointerLike | Michael Goulet | -1/+4 |
| 2023-02-11 | Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcm | bors | -111/+47 |
| 2023-02-11 | Split branches in heapsort child selection | Lukas Bergdoll | -1/+6 |
| 2023-02-11 | Add array::map benchmarks | kadmin | -0/+20 |
| 2023-02-10 | Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) | Trevor Gross | -6/+6 |
| 2023-02-10 | Have a function for the `log(0)` panic, rather than copy-pasting the string c... | Scott McMurray | -12/+38 |
| 2023-02-10 | Speedup heapsort by 1.5x by making it branchless | Lukas Bergdoll | -3/+1 |
| 2023-02-09 | Clarify `new_size` for realloc means bytes | Jubilee | -4/+5 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -111/+47 |
| 2023-02-09 | Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez | Dylan DPC | -3/+3 |
| 2023-02-08 | Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto... | Michael Goulet | -10/+18 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -5/+6 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -5/+6 |
| 2023-02-07 | Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se | Matthias Krüger | -5/+5 |
| 2023-02-06 | Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -6/+12 |
| 2023-02-06 | end entry paragprah with a period (.) | Tshepang Mbambo | -1/+1 |
| 2023-02-05 | Mark 'atomic_mut_ptr' methods const | Trevor Gross | -5/+5 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -141/+234 |
| 2023-02-04 | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | -57/+69 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -11/+99 |
| 2023-02-03 | docs: update fragment for Result impls | Michael Howell | -3/+3 |
| 2023-02-03 | reword descriptions of the deprecated int modules | Peter Jaszkowiak | -36/+12 |
| 2023-02-03 | Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514 | Michael Goulet | -2/+4 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -120/+21 |
| 2023-02-03 | nit fixed | Ame | -1/+1 |
| 2023-02-03 | Clarifying that .map() returns None if None. | Ame | -2/+4 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -6/+12 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -120/+21 |
| 2023-02-03 | Rollup merge of #107598 - chenyukang:yukang/fix-core-bench, r=thomcc | Matthias Krüger | -32/+44 |
| 2023-02-03 | fix #107590, Fix benchmarks in library/core with black_box | yukang | -32/+44 |