| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -259/+0 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -259/+0 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -1/+0 |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -0/+11 |
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -1/+0 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-10-31 | Add a `collect_into` tuple test case | Sebastian Hahn | -0/+13 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -1/+0 |
| 2024-10-26 | Add test for all midpoint expectations | Urgau | -0/+55 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -2/+2 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -1/+0 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -1/+0 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-23 | Rollup merge of #131707 - clarfonthey:constify-core-tests, r=thomcc | Matthias Krüger | -525/+539 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+2 |
| 2024-10-18 | Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-10-17 | Do not run test where it cannot run | Amanjeev Sethi | -0/+1 |
| 2024-10-16 | Partially stabilize const_pin | George Bateman | -1/+5 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+1 |
| 2024-10-14 | Run most core::num tests in const context too | ltdk | -525/+539 |
| 2024-10-14 | Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 | Matthias Krüger | -3/+0 |
| 2024-10-14 | Rollup merge of #130629 - Dirbaio:net-from-octets, r=tgross35 | Matthias Krüger | -1/+24 |
| 2024-10-13 | core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments | Dario Nieuwenhuis | -1/+24 |
| 2024-10-13 | Auto merge of #125679 - clarfonthey:escape_ascii, r=joboet | bors | -3/+19 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -3/+0 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -1/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-11 | Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 | Trevor Gross | -1/+0 |
| 2024-10-11 | Rollup merge of #131287 - RalfJung:const_result, r=tgross35 | Trevor Gross | -1/+0 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -1/+0 |
| 2024-10-11 | Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomcc | Trevor Gross | -51/+0 |
| 2024-10-11 | stabilize const_result | Ralf Jung | -1/+0 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -1/+0 |
| 2024-10-10 | Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-10-09 | Optimize escape_ascii | ltdk | -3/+19 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -1/+1 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -2/+0 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -1/+0 |
| 2024-10-08 | Add LowerExp and UpperExp implementations | rickdewater | -0/+11 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -1/+0 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -1/+0 |
| 2024-10-01 | Stabilize `debug_more_non_exhaustive` | Trevor Gross | -1/+0 |
| 2024-09-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -51/+0 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -1/+0 |
| 2024-09-26 | Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomcc | Jubilee | -0/+20 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -15/+16 |