| Age | Commit message (Expand) | Author | Lines |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -212/+374 |
| 2024-08-09 | core: optimise Debug impl for ascii::Char | Michal Nazarewicz | -19/+42 |
| 2024-08-09 | doc: std::env::var: Returns None for names with '=' or NUL byte | Evan Jones | -5/+8 |
| 2024-08-09 | Rollup merge of #128859 - MinxuanZ:mips-sig, r=Amanieu | Matthias Krüger | -0/+13 |
| 2024-08-09 | Rollup merge of #128817 - biabbas:vxworks_update, r=tgross35 | Matthias Krüger | -23/+13 |
| 2024-08-09 | make LocalWaker::will_wake consistent with Waker::will_wake | Ralf Jung | -1/+7 |
| 2024-08-09 | Fix linkchecker issue | Lukas Bergdoll | -2/+2 |
| 2024-08-09 | Exclude windows-targets from the workspace | Chris Denton | -0/+1 |
| 2024-08-09 | Add windows-targets crate to std's sysroot | Chris Denton | -6/+25 |
| 2024-08-09 | Rollup merge of #128824 - GuillaumeGomez:update-compiler-builtins, r=Amanieu | Matthias Krüger | -4/+4 |
| 2024-08-09 | VxWorks: Add safety comment for vxCpuEnabledGet | B I Mohammed Abbas | -1/+1 |
| 2024-08-09 | fix: Ensure `Guard`'s `drop` method is removed at `opt-level=s` for `Copy` types | burlinchen | -0/+1 |
| 2024-08-09 | delete space | monstercatss | -2/+2 |
| 2024-08-09 | fix format | monstercatss | -4/+6 |
| 2024-08-09 | [SPARC] fix the name of signal 19 in sparc arch | Min | -1/+9 |
| 2024-08-09 | [MIPS] fix the name of signal 19 in mips | Min | -0/+3 |
| 2024-08-08 | Keep `Debug` the same | Scott McMurray | -121/+94 |
| 2024-08-08 | Move entirely to array-based SIMD | Scott McMurray | -713/+635 |
| 2024-08-09 | Rollup merge of #128818 - RalfJung:std-miri-floats, r=tgross35 | Matthias Krüger | -5/+14 |
| 2024-08-09 | Rollup merge of #128640 - RalfJung:rwlock-macos-miri, r=joboet | Matthias Krüger | -0/+4 |
| 2024-08-08 | Rollup merge of #128749 - tgross35:float-inline, r=scottmcm | Matthias Krüger | -0/+6 |
| 2024-08-08 | Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof... | Matthias Krüger | -3/+10 |
| 2024-08-08 | Update compiler-builtins version to 0.1.118 | Guillaume Gomez | -4/+4 |
| 2024-08-08 | chore: release | github-actions[bot] | -1/+1 |
| 2024-08-08 | Activate `force-soft-floats` feature in `build.rs` | Guillaume Gomez | -1/+2 |
| 2024-08-08 | Update `libm` submodule | Guillaume Gomez | -0/+0 |
| 2024-08-08 | std float tests: special-case Miri in feature detection | Ralf Jung | -5/+14 |
| 2024-08-08 | Vxworks: Extern taskNameSet and fix build errors | B I Mohammed Abbas | -20/+8 |
| 2024-08-08 | rwlock: disable 'frob' test in Miri on macOS | Ralf Jung | -0/+4 |
| 2024-08-08 | Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe block | B I Mohammed Abbas | -3/+5 |
| 2024-08-07 | Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errors | Trevor Gross | -3/+3 |
| 2024-08-07 | Rollup merge of #128691 - tgross35:update-builtins, r=Amanieu | Trevor Gross | -7/+4 |
| 2024-08-07 | Add tracking issue to core-pattern-type | ltdk | -3/+3 |
| 2024-08-08 | Stabilize `Ready::into_inner()` | daxpedda | -2/+1 |
| 2024-08-07 | Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay | Matthias Krüger | -0/+70 |
| 2024-08-07 | alloc: make `to_string_str!` a bit less complex | Michael Howell | -22/+35 |
| 2024-08-07 | Rename `only-soft-floats` feature into `force-soft-floats` | Guillaume Gomez | -7/+7 |
| 2024-08-07 | Mark `{f32,f64}::{next_up,next_down,midpoint}` inline | Trevor Gross | -0/+6 |
| 2024-08-06 | Rollup merge of #128766 - Monadic-Cat:patch-1, r=tgross35 | Trevor Gross | -1/+1 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -100/+4151 |
| 2024-08-06 | Trivial grammar fix in const keyword docs | Monadic Cat | -1/+1 |
| 2024-08-06 | Update `compiler-builtins` to 0.1.117 | Trevor Gross | -7/+4 |
| 2024-08-07 | chore: release | github-actions[bot] | -1/+1 |
| 2024-08-06 | Revert "Eliminate the use of `public_test_dep!`" | Trevor Gross | -752/+759 |
| 2024-08-07 | Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35 | Matthias Krüger | -3/+30 |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-07 | Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum | Matthias Krüger | -0/+55 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -4/+217 |
| 2024-08-06 | chore: release | github-actions[bot] | -1/+1 |
| 2024-08-06 | alloc: add ToString specialization for `&&str` | Michael Howell | -8/+35 |