| Age | Commit message (Expand) | Author | Lines |
| 2024-08-06 | std::thread: set_name implementation proposal for vxWorks. | David Carlier | -3/+30 |
| 2024-08-06 | Add `only-soft-floats` feature to prevent using any intrinsics or arch-specif... | Guillaume Gomez | -5/+9 |
| 2024-08-06 | Remove unused lifetime parameter from spawn_unchecked | David Tolnay | -8/+7 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+1 |
| 2024-08-06 | Eliminate the use of `public_test_dep!` | Trevor Gross | -759/+752 |
| 2024-08-05 | Fix emscripten as `os` rather than `env`. | Trevor Gross | -1/+1 |
| 2024-08-05 | implement BufReader::peek | binarycat | -0/+55 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+8 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -5/+5 |
| 2024-08-05 | WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} | Georgii Rylov | -18/+24 |
| 2024-08-05 | Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgr | bors | -25/+38 |
| 2024-08-05 | Rollup merge of #128619 - glandium:last_chunk, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-08-05 | Rollup merge of #128609 - swenson:smaller-faster-dragon, r=Amanieu | Matthias Krüger | -23/+26 |
| 2024-08-05 | Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu... | Matthias Krüger | -1/+11 |
| 2024-08-05 | Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu | Matthias Krüger | -1/+582 |
| 2024-08-04 | chore: release | github-actions[bot] | -1/+1 |
| 2024-08-05 | Correct the const stabilization of `<[T]>::last_chunk` | Mike Hommey | -1/+1 |
| 2024-08-04 | Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrum | bors | -0/+533 |
| 2024-08-04 | std: refactor UNIX random data generation | joboet | -173/+137 |
| 2024-08-04 | refactor: standardize duplicate processes in parser | Konippi | -32/+24 |
| 2024-08-04 | Remove the `dummy` function | Sayantan Chakraborty | -12/+0 |
| 2024-08-04 | Rollup merge of #128526 - tshepang:patch-1, r=Amanieu | Matthias Krüger | -10/+0 |
| 2024-08-04 | Auto merge of #128466 - sayantn:stdarch-update, r=tgross35 | bors | -0/+1 |
| 2024-08-04 | Update stdarch | sayantn | -0/+0 |
| 2024-08-03 | Fix `_mm_stream_si64` | Sayantan Chakraborty | -1/+14 |
| 2024-08-04 | Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss... | sayantn | -0/+1 |
| 2024-08-03 | Rollup merge of #128551 - Konippi:refactor-backtrace-style-in-panic, r=tgross35 | Matthias Krüger | -19/+10 |
| 2024-08-03 | Rollup merge of #128530 - scottmcm:repeat-n-unchecked, r=joboet | Matthias Krüger | -13/+20 |
| 2024-08-03 | Fix markdown list in docs | Jonas Fierlings | -3/+2 |
| 2024-08-03 | initial commit to enable amx | ziyizhang-1 | -18/+618 |
| 2024-08-03 | Remove unnecessary constants from flt2dec dragon | Christopher Swenson | -23/+26 |
| 2024-08-03 | Apply review comments to PartialOrd section | Lukas Bergdoll | -14/+14 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -0/+5 |
| 2024-08-03 | Suppress new false-negatives that were masked by dead code analysis changes | Michael Goulet | -0/+4 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -0/+1 |
| 2024-08-03 | Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper | Matthias Krüger | -1/+3 |
| 2024-08-03 | Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviper | Matthias Krüger | -0/+25 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -4/+14 |
| 2024-08-03 | Rollup merge of #126704 - sayantn:sha, r=Amanieu | Matthias Krüger | -0/+10 |
| 2024-08-03 | Update float conversion tests | Trevor Gross | -176/+100 |
| 2024-08-03 | Update to the latest `rustc_apfloat` | Trevor Gross | -1/+1 |
| 2024-08-03 | Correct `sys_avialable` for `f64` -> `f16` truncation | Trevor Gross | -1/+1 |
| 2024-08-03 | Update which platforms have no `f16` symbols | Trevor Gross | -1/+11 |
| 2024-08-03 | Make use of new `f16` and `f128` config options | Trevor Gross | -16/+25 |
| 2024-08-03 | Configure which platforms get `f16` and `f128` enabled by default | Trevor Gross | -2/+44 |
| 2024-08-03 | Add back remaining config on `arm_aeabi_alias` | Trevor Gross | -0/+3 |
| 2024-08-03 | Switch to a target structure in build.rs | Trevor Gross | -40/+78 |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+2 |
| 2024-08-03 | chore: refactor backtrace style in panic | Konippi | -19/+10 |
| 2024-08-03 | Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a... | bors | -12/+0 |