| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | Use consistent wording in docs, use zero instead of 0 | timvisee | -24/+24 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -16/+88 |
| 2024-11-28 | Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviper | Guillaume Gomez | -0/+8 |
| 2024-11-28 | Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu | Guillaume Gomez | -16/+75 |
| 2024-11-28 | Rollup merge of #129409 - grinapo:patch-1, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2024-11-27 | Rollup merge of #133498 - GuillaumeGomez:missing-examples, r=joboet | Matthias Krüger | -2/+28 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -1/+0 |
| 2024-11-27 | Fill in a `BTreeSet::entry` example | Josh Stone | -1/+31 |
| 2024-11-27 | Add a tracking issue for `btree_set_entry` | Josh Stone | -20/+20 |
| 2024-11-27 | Add `BTreeSet` entry APIs to match `HashSet` | Josh Stone | -2/+500 |
| 2024-11-27 | fmt | Henry Jiang | -1/+1 |
| 2024-11-27 | update cfgs | Boxy | -350/+106 |
| 2024-11-27 | Implement code review | Sebastian Urban | -2/+1 |
| 2024-11-27 | replace placeholder version | Boxy | -93/+93 |
| 2024-11-27 | Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxu | bors | -8/+8 |
| 2024-11-27 | Rollup merge of #133449 - joboet:io_const_error, r=tgross35 | Matthias Krüger | -266/+250 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -1/+2 |
| 2024-11-27 | Recommend using `run-docker.sh` instead of `run.sh` in `CONTRIBUTING.md` | Asuna | -2/+2 |
| 2024-11-27 | Fix RISC-V Packed SIMD intrinsics compilation | Asuna | -19/+136 |
| 2024-11-27 | Disable loongarch and wasm in CI due to fallout from SIMD ABI checking | Amanieu d'Antras | -4/+5 |
| 2024-11-27 | Fix types for ARM SIMD32 intrinsics | Amanieu d'Antras | -43/+43 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -52/+341 |
| 2024-11-26 | chore: Improve doc comments | Piotr Osiewicz | -2/+3 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -16/+75 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -246/+213 |
| 2024-11-26 | Rollup merge of #133435 - RalfJung:test_downgrade_observe, r=tgross35 | Michael Goulet | -1/+4 |
| 2024-11-26 | Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=Amanieu | Michael Goulet | -1/+12 |
| 2024-11-26 | Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=Amanieu | Michael Goulet | -19/+249 |
| 2024-11-26 | Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=Amanieu | Michael Goulet | -31/+76 |
| 2024-11-26 | Rollup merge of #133464 - RalfJung:whitespace-panic, r=joboet | Guillaume Gomez | -7/+7 |
| 2024-11-26 | Rollup merge of #133419 - CromFr:add-path-strip_prefix-test-example, r=Amanieu | Guillaume Gomez | -0/+1 |
| 2024-11-26 | Add missing code examples on `LocalKey` | Guillaume Gomez | -2/+28 |
| 2024-11-26 | thread::available_parallelism for wasm32-wasip1-threads | Sebastian Urban | -3/+14 |
| 2024-11-26 | Refactor ReadDir into a state machine | Piotr Osiewicz | -70/+101 |
| 2024-11-25 | Run TLS destructors for wasm32-wasip1-threads | Sebastian Urban | -0/+74 |
| 2024-11-25 | Fix typos in pin.rs | Aakarshit Uppal | -3/+3 |
| 2024-11-25 | std::thread: avoid leading whitespace in some panic messages | Ralf Jung | -7/+7 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -1/+2 |
| 2024-11-25 | std: expose `const_io_error!` as `const_error!` | joboet | -20/+37 |
| 2024-11-25 | Auto merge of #133247 - GuillaumeGomez:reduce-integer-display-impl, r=working... | bors | -48/+32 |
| 2024-11-25 | Support ranges in `<[T]>::get_many_mut()` | Chayim Refael Friedman | -19/+249 |
| 2024-11-25 | miri: disable test_downgrade_observe test on macOS | Ralf Jung | -1/+4 |
| 2024-11-25 | Rollup merge of #132982 - suaviloquence:2-doc-changed-alloc-methods, r=Mark-S... | Matthias Krüger | -4/+4 |
| 2024-11-25 | Rollup merge of #132533 - SUPERCILEX:patch-4, r=Mark-Simulacrum | Matthias Krüger | -0/+20 |
| 2024-11-24 | fix `Allocator` method names in `alloc` free function docs | m | -4/+4 |
| 2024-11-25 | Rollup merge of #133298 - n0toose:remove-dir-all-but-not-paths, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-25 | Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -0/+47 |
| 2024-11-25 | Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -26/+59 |
| 2024-11-24 | Added a doc test for std::path::strip_prefix | Crom (Thibaut CHARLES) | -0/+1 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -50/+70 |