| Age | Commit message (Expand) | Author | Lines |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -192/+346 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -14/+19 |
| 2024-10-15 | Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35 | Matthias Krüger | -5/+3 |
| 2024-10-15 | Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Si... | Matthias Krüger | -20/+61 |
| 2024-10-15 | Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e... | Matthias Krüger | -8/+10 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+27 |
| 2024-10-14 | Stabilise 'const_make_ascii' | Gabriel Bjørnager Jensen | -9/+16 |
| 2024-10-14 | Add a `const_sockaddr_setters` feature | Trevor Gross | -16/+25 |
| 2024-10-14 | Mark LazyCell::into_inner unstably const | Trevor Gross | -2/+2 |
| 2024-10-14 | Run most core::num tests in const context too | ltdk | -525/+539 |
| 2024-10-14 | Fix two const-hacks | George Bateman | -5/+3 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -13/+13 |
| 2024-10-14 | Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdev | Matthias Krüger | -24/+36 |
| 2024-10-14 | Rollup merge of #129424 - coolreader18:stabilize-pin_as_deref_mut, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-10-14 | Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 | Matthias Krüger | -19/+0 |
| 2024-10-14 | Rollup merge of #131274 - workingjubilee:stabilize-the-one-that-got-away, r=s... | Matthias Krüger | -3/+7 |
| 2024-10-14 | Rollup merge of #130629 - Dirbaio:net-from-octets, r=tgross35 | Matthias Krüger | -26/+114 |
| 2024-10-13 | core/net: use hex for ipv6 doctests for consistency. | Dario Nieuwenhuis | -37/+25 |
| 2024-10-13 | core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments | Dario Nieuwenhuis | -1/+101 |
| 2024-10-13 | Auto merge of #125679 - clarfonthey:escape_ascii, r=joboet | bors | -26/+110 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -8/+9 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -19/+0 |
| 2024-10-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -8/+10 |
| 2024-10-13 | Fix typo thing->thin referring to pointer | Andreas Molzer | -2/+2 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -17/+19 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -18/+17 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -3/+4 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -13/+12 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | Jubilee Young | -2/+1 |
| 2024-10-11 | Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 | Trevor Gross | -8/+6 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+53 |
| 2024-10-11 | Avoid superfluous UB checks in `IndexRange` | Josh Stone | -4/+7 |
| 2024-10-11 | Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJung | Trevor Gross | -3/+5 |
| 2024-10-11 | Rollup merge of #131287 - RalfJung:const_result, r=tgross35 | Trevor Gross | -5/+9 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -13/+4 |
| 2024-10-11 | Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomcc | Trevor Gross | -51/+0 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+53 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+27 |
| 2024-10-11 | stabilize const_result | Ralf Jung | -5/+9 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -8/+6 |
| 2024-10-11 | Rollup merge of #131512 - j7nw4r:master, r=jhpratt | Matthias Krüger | -1/+2 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -7/+7 |
| 2024-10-10 | Fixing rustDoc for LayoutError. | Johnathan W | -1/+2 |
| 2024-10-10 | Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubilee | Matthias Krüger | -6/+4 |
| 2024-10-10 | Stabilise 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -3/+5 |
| 2024-10-09 | Clean up is_aligned_and_not_null | Ben Kimock | -3/+3 |
| 2024-10-09 | Add more precondition check tests | Ben Kimock | -3/+5 |
| 2024-10-09 | Allow zero-size reads/writes on null pointers | Ben Kimock | -19/+29 |
| 2024-10-09 | Optimize escape_ascii | ltdk | -26/+110 |
| 2024-10-09 | Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at... | Matthias Krüger | -0/+21 |