| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Rollup merge of #108558 - RalfJung:core-tests, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-03-01 | Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc | Matthias Krüger | -2/+4 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+120 |
| 2023-02-28 | relax bounds on iterator adapter Default impls | The 8472 | -25/+6 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -9/+67 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -1/+87 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -0/+1 |
| 2023-02-28 | Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrum | bors | -0/+5 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+1 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -1/+0 |
| 2023-02-27 | Add `Atomic*::from_ptr` | Maybe Waffle | -0/+135 |
| 2023-02-27 | Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett | Matthias Krüger | -0/+4735 |
| 2023-02-27 | Clarify that Copy is a trait in array docs | Coca162 | -1/+1 |
| 2023-02-27 | Update docs to show [expr; N] can repeat const expr | Coca162 | -2/+4 |
| 2023-02-26 | Add tracking issue | Josh Triplett | -1/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+4735 |
| 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-21 | fix more benchmark test with black_box | yukang | -30/+30 |
| 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-17 | Add a slightly-contrived tuple comparison benchmark | Scott McMurray | -0/+23 |
| 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 | Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rs | soc | -1/+0 |
| 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 |