| Age | Commit message (Expand) | Author | Lines |
| 2023-02-26 | Add tracking issue | Josh Triplett | -1/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+3300 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -1/+1 |
| 2023-02-26 | Rollup merge of #108299 - scottmcm:literal-bits, r=Nilstrieb | Matthias Krüger | -36/+46 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -1/+1 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-02-25 | Auto merge of #107638 - zhangyunhao116:pdqsort-rand, r=cuviper | bors | -10/+14 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+77 |
| 2023-02-23 | Stabilize atomic_as_ptr | Trevor Gross | -6/+7 |
| 2023-02-23 | black_box doc corrections - Issue #107957 | pat-nel87 | -3/+3 |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -0/+2 |
| 2023-02-22 | Require `literal`s for some `(u)int_impl!` parameters | Scott McMurray | -36/+46 |
| 2023-02-22 | Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -6/+6 |
| 2023-02-22 | Optimize break patterns | zhangyunhao | -10/+14 |
| 2023-02-20 | Rollup merge of #108279 - Nilstrieb:int, r=scottmcm | Matthias Krüger | -78/+356 |
| 2023-02-20 | Use named arguments for `int_impl` macro | Nilstrieb | -39/+182 |
| 2023-02-20 | Use named arguments for `uint_impl` macro | Nilstrieb | -39/+174 |
| 2023-02-20 | Stabilize const slice::split_at | Trevor Spiteri | -1/+2 |
| 2023-02-20 | Rollup merge of #108124 - kornelski:cstr_c_char, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-02-19 | Rollup merge of #108130 - tshepang:just-one-example, r=workingjubilee | Dylan DPC | -42/+0 |
| 2023-02-19 | Rollup merge of #106933 - schuelermine:fix/doc/102451, r=Amanieu | Dylan DPC | -6/+14 |
| 2023-02-18 | Update documentation of select_nth_unstable and select_nth_unstable_by and se... | Anselm Schüler | -6/+14 |
| 2023-02-16 | Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt` | Scott McMurray | -13/+35 |
| 2023-02-17 | Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcm | Matthias Krüger | -2/+20 |
| 2023-02-16 | rustdoc: Update the description to include PartialOrd elements | yancy | -2/+20 |
| 2023-02-16 | "Basic usage" is redundant for there is just one example | Tshepang Mbambo | -42/+0 |
| 2023-02-16 | Document that CStr::as_ptr returns a type alias | Kornel | -0/+5 |
| 2023-02-16 | Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnay | Dylan DPC | -40/+63 |
| 2023-02-15 | Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err` | soc | -92/+0 |
| 2023-02-15 | clarify correctness of `black_box` | Callum Leslie | -1/+2 |
| 2023-02-15 | Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`. | onestacked | -40/+63 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -0/+1 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -0/+1 |
| 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/+306 |
| 2023-02-13 | Auto merge of #107980 - Dylan-DPC:rollup-u4b19bl, r=Dylan-DPC | bors | -48/+71 |
| 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 #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 #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 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -31/+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-10 | Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) | Trevor Gross | -6/+6 |