| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Stabilize const_pin_2 | George Bateman | -1/+0 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -1/+1 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -1/+0 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-11-12 | Rollup merge of #132966 - RalfJung:const_option_ext, r=jhpratt | Matthias Krüger | -1/+0 |
| 2024-11-12 | stabilize const_option_ext | Ralf Jung | -1/+0 |
| 2024-11-12 | stabilize const_unicode_case_lookup | Ralf Jung | -1/+0 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -1/+0 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -0/+1 |
| 2024-11-05 | Rollup merge of #132153 - bjoernager:const-char-encode-utf16, r=dtolnay | Jubilee | -1/+0 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -1/+1 |
| 2024-11-04 | Stabilise 'const_char_encode_utf16'; | Gabriel Bjørnager Jensen | -1/+0 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -2/+0 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -2/+0 |
| 2024-11-03 | Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -1/+0 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -1/+0 |
| 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 | -5/+0 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -0/+2 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -1/+0 |
| 2024-10-26 | Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu | bors | -0/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -3/+3 |
| 2024-10-23 | const fn str::split_at* | Zachary S | -0/+2 |
| 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/+1 |
| 2024-10-16 | Partially stabilize const_pin | George Bateman | -1/+1 |
| 2024-10-16 | Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgr | bors | -0/+1 |
| 2024-10-16 | Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnay | Matthias Krüger | -0/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -3/+0 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -0/+1 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+1 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -1/+0 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+9 |
| 2024-10-14 | Stabilise 'const_make_ascii' | Gabriel Bjørnager Jensen | -1/+0 |
| 2024-10-14 | Add a `const_sockaddr_setters` feature | Trevor Gross | -0/+1 |
| 2024-10-14 | Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 | Matthias Krüger | -2/+0 |
| 2024-10-14 | Rollup merge of #131274 - workingjubilee:stabilize-the-one-that-got-away, r=s... | Matthias Krüger | -1/+0 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -0/+1 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -2/+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 | -3/+0 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -1/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | 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 #131463 - bjoernager:const-char-encode-utf8, r=RalfJung | Trevor Gross | -1/+0 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+9 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -1/+0 |