| Age | Commit message (Expand) | Author | Lines |
| 2023-02-23 | Rollup merge of #108218 - ChrisDenton:cmd-escape, r=cuviper | Matthias Krüger | -1/+10 |
| 2023-02-22 | std: time: Avoid to use "was created" in elapsed() description | Boqun Feng | -3/+3 |
| 2023-02-22 | Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -9/+9 |
| 2023-02-22 | Optimize break patterns | zhangyunhao | -10/+14 |
| 2023-02-22 | Quote more batch file arguments | Chris Denton | -1/+10 |
| 2023-02-21 | Exclude SGX from create_dir_all_bare test | Chris Denton | -0/+2 |
| 2023-02-21 | Make `create_dir_all_bare` an std integration test | Chris Denton | -12/+97 |
| 2023-02-21 | Move `rename_directory` from ui-fulldeps to std | Chris Denton | -0/+16 |
| 2023-02-21 | Remove unused FileDesc::get_cloexec | Tomasz Miąsko | -5/+0 |
| 2023-02-21 | Rollup merge of #108272 - MrNossiom:master, r=thomcc | Dylan DPC | -1/+1 |
| 2023-02-21 | Rollup merge of #108105 - majaha:patch-1, r=cuviper | Dylan DPC | -6/+10 |
| 2023-02-21 | fix more benchmark test with black_box | yukang | -30/+30 |
| 2023-02-20 | Explain the default panic hook better | Matt Harding | -6/+10 |
| 2023-02-20 | use UpperCamelCase | Milo Moisson | -1/+1 |
| 2023-02-20 | Changes according to review | Markus Everling | -11/+11 |
| 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 | docs: wrong naming convention in struct keyword doc | Milo Moisson | -1/+1 |
| 2023-02-20 | Rollup merge of #108124 - kornelski:cstr_c_char, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -47/+40 |
| 2023-02-19 | Remove the assume(!is_null) from Vec::as_ptr | Ben Kimock | -11/+2 |
| 2023-02-19 | Use custom implementation of read_buf in Read for &'a FileDesc | Tomasz Miąsko | -0/+4 |
| 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-19 | Rollup merge of #104659 - tshepang:reflow, r=workingjubilee | Dylan DPC | -2/+4 |
| 2023-02-18 | Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472 | bors | -2/+329 |
| 2023-02-18 | Update documentation of select_nth_unstable and select_nth_unstable_by and se... | Anselm Schüler | -6/+14 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -17/+120 |
| 2023-02-17 | Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows | Dan Gohman | -0/+72 |
| 2023-02-17 | Add a slightly-contrived tuple comparison benchmark | Scott McMurray | -0/+23 |
| 2023-02-17 | std: add regression test for #107466 | joboet | -0/+13 |
| 2023-02-17 | std: drop all messages in bounded channel when destroying the last receiver | joboet | -27/+109 |
| 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 | std: replace generic thread parker with explicit no-op parker | joboet | -129/+17 |
| 2023-02-16 | Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnay | Dylan DPC | -40/+63 |
| 2023-02-16 | Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se | Dylan DPC | -179/+40 |
| 2023-02-15 | Rollup merge of #108094 - kornelski:fsdocs, r=cuviper | Matthias Krüger | -1/+19 |
| 2023-02-15 | Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rs | soc | -1/+0 |
| 2023-02-15 | Suggest simpler fs helper methods in File::{open,create} | Kornel | -1/+10 |
| 2023-02-15 | Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err` | soc | -92/+0 |
| 2023-02-15 | Demonstrate I/O in File examples | Kornel | -0/+9 |
| 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-15 | Use libc which supports QNX Neutrino | Florian Bartels | -1/+1 |