| Age | Commit message (Expand) | Author | Lines |
| 2022-09-23 | Rollup merge of #102094 - GuillaumeGomez:bool-from-str-missing-docs, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-09-23 | Fixed Doc-Tests | onestacked | -6/+6 |
| 2022-09-23 | Constifed Try trait | onestacked | -19/+34 |
| 2022-09-23 | Added const_closure | onestacked | -0/+180 |
| 2022-09-22 | rustfmt | Scott McMurray | -10/+4 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -17/+32 |
| 2022-09-22 | Add `#[inline]` to trivial functions on `core::sync::Exclusive` | Thom Chiovoloni | -1/+8 |
| 2022-09-22 | Rollup merge of #102144 - chriss0612:const_convert_control_flow, r=scottmcm | Matthias Krüger | -2/+4 |
| 2022-09-22 | Derive Eq/PartialEq instead of manually implementing it | Scott McMurray | -15/+23 |
| 2022-09-22 | Constify {FormResidual, Try} for ControlFlow | onestacked | -2/+4 |
| 2022-09-22 | Apply changes proposed in the review | Maybe Waffle | -33/+33 |
| 2022-09-22 | Added which number is computed in compute_float. | Orson Peters | -1/+1 |
| 2022-09-22 | Add missing assertion | Venus Xeon-Blonde | -0/+1 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -59/+61 |
| 2022-09-21 | Remove trailing whitespace | Venus Xeon-Blonde | -9/+9 |
| 2022-09-22 | Rollup merge of #102102 - GuillaumeGomez:doc-aliases-sized-trait, r=thomcc | Yuki Okushi | -0/+1 |
| 2022-09-21 | Add examples to `bool::then` and `bool::then_some` | Venus Xeon-Blonde | -0/+22 |
| 2022-09-21 | Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods | Scott McMurray | -1/+7 |
| 2022-09-21 | Add doc aliases on Sized trait | Guillaume Gomez | -0/+1 |
| 2022-09-21 | Rollup merge of #101995 - scottmcm:carrying-mul-example, r=Mark-Simulacrum | Dylan DPC | -0/+30 |
| 2022-09-21 | Add missing documentation for `bool::from_str` | Guillaume Gomez | -2/+2 |
| 2022-09-21 | Auto merge of #100214 - scottmcm:strict-range, r=thomcc | bors | -31/+268 |
| 2022-09-20 | Add `ptr::Alignment` type | Scott McMurray | -53/+90 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -0/+17 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -31/+268 |
| 2022-09-19 | Rollup merge of #101798 - y86-dev:const_waker, r=lcnr | Matthias Krüger | -4/+24 |
| 2022-09-19 | Rollup merge of #101389 - lukaslueg:rcgetmutdocs, r=m-ou-se | Matthias Krüger | -9/+12 |
| 2022-09-19 | Added tracking issue | y86-dev | -3/+3 |
| 2022-09-18 | Add another example for `uN::carrying_mul` | Scott McMurray | -0/+30 |
| 2022-09-18 | Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrum | bors | -7/+4 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -173/+190 |
| 2022-09-17 | Rollup merge of #101821 - thomcc:unicode-15, r=Manishearth | Matthias Krüger | -173/+190 |
| 2022-09-17 | Rollup merge of #101672 - idigdoug:array_try_into, r=Mark-Simulacrum | Matthias Krüger | -1/+70 |
| 2022-09-17 | Auto merge of #101784 - reitermarkus:const-memchr, r=thomcc | bors | -25/+23 |
| 2022-09-16 | Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-dead | Dylan DPC | -10/+15 |
| 2022-09-16 | Add `const_trait` to `Allocator` | Deadbeef | -0/+5 |
| 2022-09-16 | append_const_msg for std traits | Deadbeef | -59/+16 |
| 2022-09-16 | Mark `Drop` with `#[const_trait]` | Deadbeef | -0/+1 |
| 2022-09-16 | Prevent errors for stage0 rustc build | Deadbeef | -1/+1 |
| 2022-09-16 | Add more `const_trait` annotations | Deadbeef | -3/+26 |
| 2022-09-16 | Add `const_trait`s | Deadbeef | -0/+11 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+5 |
| 2022-09-14 | Make `core::mem::copy` const | Joshua Nelson | -1/+1 |
| 2022-09-14 | Bump Unicode to version 15.0.0, regenerate tables | Thom Chiovoloni | -173/+190 |
| 2022-09-14 | Cleanup closures. | raldone01 | -7/+4 |
| 2022-09-14 | Warn about safety of `fetch_update` | Keenan Gugeler | -0/+26 |
| 2022-09-14 | Constify `PartialEq` for Ordering. | raldone01 | -1/+14 |
| 2022-09-14 | Add const_slice_split_at_mut Feature gate. | onestacked | -2/+5 |
| 2022-09-14 | Added Tracking Issue number. | onestacked | -5/+5 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -4/+24 |