| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | Rollup merge of #129916 - tshepang:basic-usage, r=ChrisDenton | Matthias Krüger | -36/+0 |
| 2024-09-03 | Rollup merge of #129913 - saethlin:l4re-read-buf, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-09-03 | Rollup merge of #129885 - cuishuang:master, r=scottmcm | Matthias Krüger | -2/+2 |
| 2024-09-03 | Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=Amanieu | Matthias Krüger | -169/+253 |
| 2024-09-02 | process.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -36/+0 |
| 2024-09-02 | Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2024-09-02 | Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJung | Matthias Krüger | -8/+8 |
| 2024-09-02 | Rollup merge of #129890 - alex:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-09-02 | Rollup merge of #129856 - RalfJung:compiler_fence, r=thomcc | Matthias Krüger | -29/+29 |
| 2024-09-02 | Rollup merge of #129748 - RalfJung:box-validity, r=workingjubilee | Matthias Krüger | -15/+13 |
| 2024-09-02 | Add missing read_buf stub for x86_64-unknown-l5re-uclibc | Ben Kimock | -0/+4 |
| 2024-09-02 | Fix compile error in solid's remove_dir_all | Ben Kimock | -1/+1 |
| 2024-09-02 | clarify language around non-null ptrs in slice::raw | oskgo | -8/+8 |
| 2024-09-02 | Remove stray word in a comment | Alex Gaynor | -1/+1 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -17/+19 |
| 2024-09-02 | chore: remove repetitive words | cuishuang | -2/+2 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -15/+15 |
| 2024-09-02 | Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -9/+26 |
| 2024-09-01 | add extra linebreaks so rustdoc can identify the first sentence | binarycat | -2/+4 |
| 2024-09-01 | compiler_fence documentation: emphasize synchronization, not reordering | Ralf Jung | -29/+29 |
| 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 | 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 | 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 | 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 | 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 | 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 |