| Age | Commit message (Expand) | Author | Lines |
| 2023-02-15 | Rollup merge of #108060 - ChrisDenton:rtlgenrandom, r=thomcc | Dylan DPC | -103/+31 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -1/+2 |
| 2023-02-14 | Revert to using `RtlGenRandom` | Chris Denton | -103/+31 |
| 2023-02-14 | Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-02-14 | Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisa | Matthias Krüger | -1/+1 |
| 2023-02-14 | Rollup merge of #108023 - JulianKnodt:smaller_benchmark, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-02-14 | Rollup merge of #108016 - tshepang:just-one-example, r=thomcc | Matthias Krüger | -42/+0 |
| 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 | Rollup merge of #107985 - alesito85:master, r=ChrisDenton | Matthias Krüger | -1/+6 |
| 2023-02-13 | fix and extend dropck documentation | Ralf Jung | -11/+71 |
| 2023-02-13 | Add another error to Windows file open fallback | alesito85 | -1/+6 |
| 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 | -53/+91 |
| 2023-02-13 | Inline `Poll` methods | EFanZh | -0/+5 |
| 2023-02-13 | Rollup merge of #107970 - hermitcore:hermit-rm-floor, r=thomcc | Dylan DPC | -5/+0 |
| 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 | Hermit: Remove floor symbol | Martin Kröning | -5/+0 |
| 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 | -42/+20 |
| 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 | -122/+48 |
| 2023-02-11 | Auto merge of #107167 - the8472:rawvec-simpler-layout, r=thomcc | bors | -5/+12 |
| 2023-02-11 | Split branches in heapsort child selection | Lukas Bergdoll | -1/+6 |
| 2023-02-11 | Rollup merge of #107900 - ChrisDenton:zero-header, r=thomcc | Dylan DPC | -0/+2 |
| 2023-02-11 | Rollup merge of #107878 - workingjubilee:new-size-means-bytes, r=scottmcm | Dylan DPC | -4/+5 |
| 2023-02-11 | Rollup merge of #106001 - sdroege:glibc-skip-over-null-argv, r=ChrisDenton | Dylan DPC | -6/+22 |
| 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 | -9/+9 |
| 2023-02-10 | Drop llvm14-builtins-abi with compiler_builtins 0.1.87 | Josh Stone | -1/+1 |
| 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 | Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header | Chris Denton | -0/+2 |
| 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 | -122/+48 |
| 2023-02-09 | Allow wasi-libc to initialize its environment variables lazily. | Dan Gohman | -1/+7 |
| 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 | -12/+18 |
| 2023-02-08 | Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnay | Michael Goulet | -0/+16 |
| 2023-02-08 | Rollup merge of #107793 - joboet:raw_os_error_ty_tracking, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2023-02-08 | Rollup merge of #105641 - Amanieu:btree_cursor, r=m-ou-se | Matthias Krüger | -41/+957 |