| Age | Commit message (Expand) | Author | Lines |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -33/+34 |
| 2024-09-01 | tweak wording regarding Box validity | Ralf Jung | -2/+3 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -8/+18 |
| 2024-09-01 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-01 | Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -11/+11 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -10/+33 |
| 2024-08-31 | when -Zrandomize-layout is enabled disable alloc test testing internal struct... | The 8472 | -1/+2 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -29/+33 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 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 | [hexagon] Remove aliases w/o leading __ | Brian Cain | -32/+24 |
| 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 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -11/+11 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -26/+55 |
| 2024-08-31 | Move remove_dir_all impl into a module | Chris Denton | -169/+253 |
| 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-31 | Fixed more typos in library/core | ranger-ross | -5/+5 |
| 2024-08-31 | Fixed typos in btree map docs | ranger-ross | -4/+4 |
| 2024-08-31 | Fixed some typos in the standard library documentation/comments | ranger-ross | -6/+6 |
| 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-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -8/+18 |
| 2024-08-29 | add new_cyclic_in for Arc | Matthew Giordano | -0/+93 |
| 2024-08-29 | improve comments | Matthew Giordano | -1/+2 |
| 2024-08-29 | fix new_cyclic_in for rc | Matthew Giordano | -48/+79 |
| 2024-08-29 | fix fmt | Matthew Giordano | -10/+2 |
| 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 | Box validity: update for new zero-sized rules | Ralf Jung | -15/+12 |
| 2024-08-29 | Use simpler branchy swap logic in tiny merge sort | Lukas Bergdoll | -42/+13 |
| 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-28 | add guarantee about remove_dir and remove_file error kinds | binarycat | -0/+10 |
| 2024-08-29 | Update `compiler_builtins` to `0.1.123` | Amjad Alsharafi | -4/+4 |