| Age | Commit message (Expand) | Author | Lines |
| 2024-07-03 | Add test case demonstrating equality of paths "foo/bar" and "foobar" | Zanie Blue | -0/+7 |
| 2024-07-03 | Move unique_thread_exit call to lang_start_internal so it is not in a generic... | Zachary S | -3/+4 |
| 2024-07-03 | Remove Miri special-case | Zachary S | -9/+1 |
| 2024-07-03 | Use pthread_t instead of numeric thread id | Zachary S | -45/+12 |
| 2024-07-03 | Use libc::pause instead of std::thread::park in wait-for-exit loop | Zachary S | -7/+10 |
| 2024-07-03 | core: Limit four f16 doctests to x86_64 linux | Martin Nordholts | -6/+9 |
| 2024-07-03 | std: Set has_reliable_f16 to false for MIPS targets in build.rs | Martin Nordholts | -0/+2 |
| 2024-07-03 | library/std/build.rs: "powerpc64le" is not a target_arch | Martin Nordholts | -1/+1 |
| 2024-07-03 | Rollup merge of #127204 - dimpolo:stabilize_atomic_bool_fetch_not, r=jhpratt | Jacob Pratt | -2/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -27/+75 |
| 2024-07-03 | Fall back on remove dir implementation for vxworks | B I Mohammed Abbas | -1/+3 |
| 2024-07-02 | Add edge-case examples to `{count,leading,trailing}_{ones,zeros}` methods | Nick Fitzgerald | -6/+35 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -6/+6 |
| 2024-07-02 | Fix incorrect reduction operations in avx512f | Tobias Decking | -31/+10 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -6/+6 |
| 2024-07-01 | Optimize SipHash by reordering compress instructions | mat | -5/+6 |
| 2024-07-01 | Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=... | Guillaume Gomez | -3/+3 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -7/+6 |
| 2024-07-01 | Use the native unwind function in miri where possible | bjorn3 | -21/+13 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -0/+18 |
| 2024-07-01 | Stabilize atomic_bool_fetch_not | dimi | -2/+1 |
| 2024-07-01 | Rollup merge of #127182 - danielhuang:patch-4, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-07-01 | Temporarily `use define_rust_probestack;` | beetrees | -0/+4 |
| 2024-07-01 | Ignore broken nightly/system builtins | beetrees | -5/+18 |
| 2024-07-01 | Remove unqualified import io:: Error for vxworks as all Error references are ... | B I Mohammed Abbas | -1/+1 |
| 2024-06-30 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -6/+0 |
| 2024-07-01 | LinkedList's Cursor: method to get a ref to the cursor's list | Pavel Grigorenko | -0/+20 |
| 2024-06-30 | Fix incorrect rounding with subnormal/zero results of float multiplication | beetrees | -20/+12 |
| 2024-06-30 | Added support for AMD verification | sayantn | -73/+90 |
| 2024-06-30 | Updates SDE | sayantn | -25/+25 |
| 2024-06-30 | Update ip_addr.rs | Daniel Huang | -2/+2 |
| 2024-06-30 | Print `TypeId` as hex for debugging | Trevor Gross | -1/+1 |
| 2024-06-30 | Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-30 | Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama... | Matthias Krüger | -3/+0 |
| 2024-06-30 | Define remaining IFMA intrinsics | Tobias Decking | -48/+429 |
| 2024-06-30 | Use generic simd for avx512 leading zeros | Tobias Decking | -20/+6 |
| 2024-06-30 | Refactor avx512f: mask operations | Tobias Decking | -16/+196 |
| 2024-06-30 | Refactor avx512f: element extraction | Tobias Decking | -4/+35 |
| 2024-06-30 | Refactor avx512f: floating point abs | Tobias Decking | -13/+5 |
| 2024-06-30 | Refactor avx512f: zeroing primitives | Tobias Decking | -5/+5 |
| 2024-06-30 | Refactor avx512f: integer comparison | Tobias Decking | -196/+384 |
| 2024-06-30 | Refactor avx512f: integers | Tobias Decking | -84/+215 |
| 2024-06-30 | Refactor avx512f: sqrt + rounding fix | Tobias Decking | -98/+120 |
| 2024-06-30 | Refactor avx512f: rounding fma | Tobias Decking | -387/+174 |
| 2024-06-30 | Refactor avx512f: fma | Tobias Decking | -386/+216 |
| 2024-06-30 | Rollup merge of #127134 - tgross35:typeid-debug, r=Nilstrieb | Matthias Krüger | -1/+12 |
| 2024-06-30 | Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-Simulacrum | Matthias Krüger | -6/+2 |
| 2024-06-30 | Rollup merge of #126705 - safinaskar:panic, r=Mark-Simulacrum | Matthias Krüger | -5/+2 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -1/+1 |
| 2024-06-29 | Print `TypeId` as a `u128` for `Debug` | Trevor Gross | -1/+12 |