| Age | Commit message (Expand) | Author | Lines |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+23 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -3/+0 |
| 2022-01-28 | Add a test case for using NonNull::new in const context | woppopo | -0/+17 |
| 2022-01-28 | Fix wrong assumption in `DecodeUtf16::size_hint` | Maybe Waffle | -1/+2 |
| 2022-01-28 | test_const_allocate_at_runtime | woppopo | -1/+10 |
| 2022-01-27 | Add a test for `char::DecodeUtf16::size_hint` | Maybe Waffle | -0/+25 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -0/+14 |
| 2022-01-23 | Rollup merge of #91122 - dtolnay:not, r=m-ou-se | Matthias Krüger | -0/+6 |
| 2022-01-15 | Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcm | Matthias Krüger | -0/+35 |
| 2022-01-14 | Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+1 |
| 2022-01-10 | Simplification of BigNum::bit_length | Christopher Swenson | -0/+35 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -10/+10 |
| 2021-12-24 | Auto merge of #92226 - woppopo:const_black_box, r=joshtriplett | bors | -0/+19 |
| 2021-12-23 | Rollup merge of #92121 - RalfJung:miri-core-test, r=kennytm | Matthias Krüger | -0/+1 |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -0/+19 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+6 |
| 2021-12-20 | disable test with self-referential generator on Miri | Ralf Jung | -0/+1 |
| 2021-12-19 | Rollup merge of #91141 - jhpratt:int_roundings, r=joshtriplett | Matthias Krüger | -22/+22 |
| 2021-12-18 | Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgr | bors | -0/+33 |
| 2021-12-18 | Rollup merge of #91439 - ecstatic-morse:const-cmp-trait-default-methods, r=ol... | Matthias Krüger | -0/+33 |
| 2021-12-18 | Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk | Matthias Krüger | -10/+90 |
| 2021-12-17 | Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnay | bors | -0/+44 |
| 2021-12-17 | Constify (most) `Option` methods | Deadbeef | -10/+90 |
| 2021-12-16 | Disable test on bootstrap compiler | Dylan MacKenzie | -20/+25 |
| 2021-12-16 | Test const impl of `cmp` traits | Dylan MacKenzie | -0/+28 |
| 2021-12-17 | Implement data and vtable getters for `RawWaker` | oxalica | -0/+24 |
| 2021-12-15 | Rollup merge of #91918 - fee1-dead:constification0-the-great-constification-b... | Matthias Krüger | -0/+15 |
| 2021-12-14 | Do array-slice equality via arrays, rather than always via slices | Scott McMurray | -0/+44 |
| 2021-12-15 | Constify `bool::then{,_some}` | Deadbeef | -0/+15 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -1/+1 |
| 2021-12-13 | Auto merge of #91841 - matthiaskrgr:rollup-zlhsg5a, r=matthiaskrgr | bors | -1/+27 |
| 2021-12-13 | Rollup merge of #91824 - woppopo:const_ptr_write_bytes, r=oli-obk | Matthias Krüger | -0/+15 |
| 2021-12-13 | Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se | Matthias Krüger | -1/+12 |
| 2021-12-12 | Make `(*mut T)::write_bytes` `const` | woppopo | -0/+15 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -1/+18 |
| 2021-12-11 | Rollup merge of #90081 - woppopo:const_write_bytes, r=oli-obk | Matthias Krüger | -0/+30 |
| 2021-12-11 | Rollup merge of #91721 - danielhenrymantilla:patch-1, r=joshtriplett | Matthias Krüger | -0/+35 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+66 |
| 2021-12-10 | Update library/core/tests/future.rs | Josh Triplett | -1/+1 |
| 2021-12-09 | Add tests asserting the function-like semantics of `join!()` | Daniel Henry-Mantilla | -0/+35 |
| 2021-12-09 | Rollup merge of #91645 - ibraheemdev:future-join, r=joshtriplett | Matthias Krüger | -0/+88 |
| 2021-12-08 | remove implicit .await from `core::future::join` | Ibraheem Ahmed | -4/+13 |
| 2021-12-08 | Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrum | bors | -0/+106 |
| 2021-12-07 | add tests for `core::future::join` | Ibraheem Ahmed | -0/+79 |
| 2021-12-08 | Auto merge of #91484 - workingjubilee:simd-remove-autosplats, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -6/+5 |
| 2021-12-03 | Override `Iterator::advance(_back)_by` for `array::IntoIter` | Scott McMurray | -0/+106 |
| 2021-12-04 | Add a `try_reduce` method to the Iterator trait | kit | -0/+29 |
| 2021-12-03 | Auto merge of #91286 - scottmcm:residual-trait, r=joshtriplett | bors | -1/+1 |