| Age | Commit message (Expand) | Author | Lines |
| 2023-04-30 | Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472 | Matthias Krüger | -6/+20 |
| 2023-04-29 | Remove unneeded function call in `core::option`. | John Bobbo | -6/+2 |
| 2023-04-29 | `cfg`-gate `BoxFromSlice` trait | Jules Bertholet | -0/+1 |
| 2023-04-29 | Improve internal field comments on `slice::Iter(Mut)` | Scott McMurray | -6/+20 |
| 2023-04-29 | Partial stabilisation of `c_unwind` | Gary Guo | -4/+4 |
| 2023-04-29 | update wasi_clock_time_api ref. | clundro | -2/+2 |
| 2023-04-29 | fix rustdoc and core test | Deadbeef | -0/+1 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -24/+84 |
| 2023-04-28 | junit: fix typo in comment and don't include output for passes when not reque... | Augie Fackler | -2/+2 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -24/+84 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -464/+91 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -102/+102 |
| 2023-04-28 | avoid duplicating TLS state between test std and realstd | Ralf Jung | -17/+22 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -3/+41 |
| 2023-04-27 | `inline(always)` for `lt`/`le`/`ge`/`gt` on integers and floats | Scott McMurray | -8/+8 |
| 2023-04-28 | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgr | bors | -219/+222 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -3/+41 |
| 2023-04-28 | Rollup merge of #110918 - ChrisDenton:on-error-resume-next, r=cuviper | Matthias Krüger | -19/+22 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -200/+200 |
| 2023-04-28 | Rollup merge of #110898 - m-ou-se:remove-unused-thread-local-key, r=cuviper | Yuki Okushi | -80/+1 |
| 2023-04-28 | Rollup merge of #110620 - Nilstrieb:document-the-undocumented, r=thomcc | Yuki Okushi | -2/+20 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-27 | Rollup merge of #106599 - MikailBag:patch-1, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #105745 - philpax:patch-1, r=jyn514 | Matthias Krüger | -0/+5 |
| 2023-04-27 | Document `const {}` syntax for `std::thread_local`. | Nilstrieb | -2/+20 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+1 |
| 2023-04-27 | Fix some marker impls | Maybe Waffle | -4/+4 |
| 2023-04-27 | Add FIXMEs | Maybe Waffle | -0/+2 |
| 2023-04-27 | Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]` | Maybe Waffle | -0/+9 |
| 2023-04-27 | Add a macro to conveniently implement marker traits | Maybe Waffle | -108/+114 |
| 2023-04-27 | Remove `feature(const_param_ty_trait)`, use `adt_const_params` instead | Maybe Waffle | -15/+15 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+34 |
| 2023-04-27 | pub -> pub(super). | Mara Bos | -1/+1 |
| 2023-04-27 | Implement `StructuralEq` for integers, `bool` and `char` | Maybe Waffle | -0/+29 |
| 2023-04-27 | correct `std::prelude` comment | KaDiWa | -4/+4 |
| 2023-04-27 | Update test. | Mara Bos | -19/+1 |
| 2023-04-27 | Remove unused std::sys_common::thread_local_key::Key. | Mara Bos | -61/+0 |
| 2023-04-27 | Remove all in target_thread_local cfg | Ayush Singh | -1/+1 |
| 2023-04-27 | std: use `LazyLock` to lazily resolve backtraces | joboet | -54/+35 |
| 2023-04-26 | Loosen `From<&[T]> for Box<[T]>` bound to T: Clone | Jules Bertholet | -8/+30 |
| 2023-04-27 | Auto merge of #110562 - ComputerDruid:riscv, r=tmandry | bors | -2/+11 |
| 2023-04-27 | docs(std): clarify `remove_dir_all` errors | Philpax | -0/+5 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -311/+283 |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -311/+283 |
| 2023-04-26 | Rollup merge of #110819 - tamird:flattencompat-trustedlen, r=the8472 | Matthias Krüger | -34/+28 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -60/+61 |
| 2023-04-26 | Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadata | Albert Larsan | -10/+10 |
| 2023-04-26 | Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size} | Loïc BRANSTETT | -0/+37 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -3/+125 |