| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | `RepeatN`: use MaybeUninit | Deadbeef | -15/+69 |
| 2024-09-18 | Win: Add dbghelp to the list of import libraries | Chris Denton | -0/+1 |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+24 |
| 2024-09-02 | replace placeholder version | Boxy | -49/+49 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -29/+33 |
| 2024-08-31 | Rollup merge of #129826 - Alcaro:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129650 - Zalathar:profiler-builtins, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-31 | Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubilee | Matthias Krüger | -44/+48 |
| 2024-08-31 | Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubilee | Matthias Krüger | -30/+31 |
| 2024-08-31 | Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-31 | Rollup merge of #129642 - workingjubilee:bump-backtrace-fc37b22, r=workingjub... | Matthias Krüger | -0/+0 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -25/+5 |
| 2024-08-30 | enumerate the two parts of the NaN rules | Ralf Jung | -20/+21 |
| 2024-08-30 | add hyphen in floating-point | Ralf Jung | -12/+12 |
| 2024-08-29 | Try latest backtrace | Jubilee Young | -0/+0 |
| 2024-08-29 | wasi: Fix sleeping for `Duration::MAX` | Alex Crichton | -30/+31 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -67/+684 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+4 |
| 2024-08-29 | f32 docs: define 'arithmetic' operations | Ralf Jung | -16/+19 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |
| 2024-08-28 | Improve `isqrt` tests and add benchmarks | Chai T. Rex | -32/+313 |
| 2024-08-28 | Rollup merge of #129715 - Amjad50:update-compiler-builtins, r=tgross35 | Jubilee | -4/+4 |
| 2024-08-28 | Rollup merge of #129683 - RalfJung:copysign, r=thomcc | Jubilee | -12/+32 |
| 2024-08-28 | Rollup merge of #129673 - matthewpipie:arc-weak-debug-trait, r=dtolnay | Jubilee | -1/+1 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -67/+32 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -0/+34 |
| 2024-08-29 | Update `compiler_builtins` to `0.1.123` | Amjad Alsharafi | -4/+4 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+4 |
| 2024-08-28 | allow BufReader::peek to be called on unsized types | binarycat | -0/+2 |
| 2024-08-28 | Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgr | bors | -76/+82 |
| 2024-08-28 | Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnay | Matthias Krüger | -9/+12 |
| 2024-08-28 | Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors | Matthias Krüger | -57/+54 |
| 2024-08-28 | Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlin | Matthias Krüger | -2/+3 |
| 2024-08-28 | Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet | Matthias Krüger | -8/+13 |
| 2024-08-28 | Enable some ilog2 tests as well | Ben Kimock | -13/+5 |
| 2024-08-28 | Re-enable android tests/benches in alloc | Ben Kimock | -12/+0 |
| 2024-08-28 | Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35 | bors | -3/+5 |
| 2024-08-28 | copysign with sign being a NaN is non-portable | Ralf Jung | -12/+32 |
| 2024-08-27 | Add fmt::Debug to sync::Weak<T, A> | Matthew Giordano | -1/+1 |
| 2024-08-27 | Fix Pin::set bounds regression | Noa | -9/+12 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -67/+32 |
| 2024-08-27 | Rollup merge of #129652 - RalfJung:ptr-to-ref, r=traviscross | Matthias Krüger | -23/+15 |
| 2024-08-27 | Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35 | Matthias Krüger | -8/+6 |
| 2024-08-27 | Rollup merge of #129581 - RalfJung:exit, r=joshtriplett | Matthias Krüger | -0/+9 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -57/+54 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -146/+78 |
| 2024-08-27 | fix Pointer to reference conversion docs | Ralf Jung | -23/+15 |
| 2024-08-27 | rustc_target: Add SME aarch64 features | Kajetan Puchalski | -0/+13 |