| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -16/+30 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -56/+43 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -47/+0 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -1/+0 |
| 2024-11-01 | remove no-longer-needed attribute | Ralf Jung | -12/+0 |
| 2024-11-01 | add missing safety comments | Ralf Jung | -0/+6 |
| 2024-11-01 | adjust test gating for f16/f128 | Ralf Jung | -6/+6 |
| 2024-11-01 | float types: move copysign, abs, signum to libcore | Ralf Jung | -0/+363 |
| 2024-11-01 | unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can... | Ralf Jung | -17/+13 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -1/+0 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -12/+8 |
| 2024-10-27 | Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` impl | Urgau | -2/+2 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -38/+65 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -60/+26 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -30/+23 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -31/+4 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -10/+10 |
| 2024-10-19 | Derive Copy+Hash for IntErrorKind | ranger-ross | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -32/+32 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -44/+106 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -44/+106 |
| 2024-10-14 | Stabilise 'const_make_ascii' | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -12/+8 |
| 2024-10-08 | Add LowerExp and UpperExp implementations | rickdewater | -16/+30 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -16/+16 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -30/+28 |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -2/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -9/+9 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -26/+53 |
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of... | GnomedDev | -0/+2 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -109/+31 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -30/+28 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -109/+31 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -8/+3 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-08 | Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomcc | bors | -4/+16 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -32/+32 |
| 2024-09-05 | better implementation of signed div_floor/ceil | Orson Peters | -4/+16 |
| 2024-09-03 | replace placeholder version | Boxy | -4/+4 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -32/+32 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -26/+53 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -35/+371 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |
| 2024-08-28 | Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet | Matthias Krüger | -8/+13 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -36/+52 |