| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 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 | 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 |