| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | replace placeholder version | Boxy | -12/+12 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -6/+4 |
| 2024-11-14 | Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35 | Jubilee | -16/+16 |
| 2024-11-14 | Pass `f16` and `f128` by value in `const_assert!` | Trevor Gross | -6/+4 |
| 2024-11-13 | Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxu | Jubilee | -1/+1 |
| 2024-11-13 | Rollup merge of #131304 - RalfJung:float-core, r=tgross35 | Jubilee | -50/+373 |
| 2024-11-14 | docs: Fix missing colon in methods for primitive types | Shun Sakai | -9/+9 |
| 2024-11-14 | docs: Fix missing period in methods for integer types | Shun Sakai | -7/+7 |
| 2024-11-14 | Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgr | bors | -0/+103 |
| 2024-11-13 | update outdated comment about test-float-parse | onur-ozkan | -1/+1 |
| 2024-11-13 | Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=Amanieu | Matthias Krüger | -0/+103 |
| 2024-11-13 | Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35 | bors | -4/+6 |
| 2024-11-13 | const_panic: don't wrap it in a separate function | Ralf Jung | -4/+6 |
| 2024-11-13 | Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr | bors | -2/+2 |
| 2024-11-12 | Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-12 | Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35 | bors | -0/+3 |
| 2024-11-12 | Add tracking issue number to unsigned_nonzero_div_ceil feature | Asger Hautop Drewsen | -1/+1 |
| 2024-11-12 | remove no-longer-needed abs_private | Ralf Jung | -50/+16 |
| 2024-11-10 | `#[inline]` integer parsing functions | Noratrieb | -0/+3 |
| 2024-11-10 | Update the doc comment of `ASCII_CASE_MASK` | chansuke | -1/+1 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -4/+0 |
| 2024-11-07 | Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet | Jonas Böttiger | -0/+29 |
| 2024-11-05 | Implement div_ceil for NonZero<unsigned> | Asger Hautop Drewsen | -0/+29 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -5/+5 |
| 2024-11-03 | Rollup merge of #132563 - frectonz:master, r=Amanieu | Jubilee | -1/+9 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -56/+43 |
| 2024-11-03 | Modify `NonZero` documentation to reference the underlying integer type | frectonz | -1/+9 |
| 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-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 |