| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | std: update comments on gcc personality fn | Jubilee Young | -10/+32 |
| 2024-07-24 | std: unsafe-wrap gcc::rust_eh_personality and impl | Jubilee Young | -131/+148 |
| 2024-07-24 | Rollup merge of #128135 - joboet:reduplicate_tls, r=tgross35 | Matthias Krüger | -16/+8 |
| 2024-07-24 | Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35 | Matthias Krüger | -15/+11 |
| 2024-07-24 | Rollup merge of #126548 - rik86189:issue-88264-fix, r=tgross35 | Matthias Krüger | -7/+2 |
| 2024-07-24 | Rollup merge of #126042 - davidzeng0:master, r=Amanieu | Matthias Krüger | -0/+61 |
| 2024-07-24 | Rollup merge of #128131 - ChrisDenton:stuff, r=workingjubilee | Matthias Krüger | -32/+35 |
| 2024-07-24 | Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk | Matthias Krüger | -3/+4 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -129/+85 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -5/+35 |
| 2024-07-24 | Rollup merge of #127252 - fitzgen:edge-cases-for-bitwise-operations, r=m-ou-se | Matthias Krüger | -6/+35 |
| 2024-07-24 | Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin | Matthias Krüger | -0/+10 |
| 2024-07-24 | Improved clarity of documentation for std::fs::create_dir_all | rik86189 | -7/+2 |
| 2024-07-24 | std: use duplicate thread local state in tests | joboet | -16/+8 |
| 2024-07-24 | Add missing symbols from compiler-rt to the README | Trevor Gross | -4/+82 |
| 2024-07-24 | Move IBM extended double to the unneeded section | Trevor Gross | -16/+25 |
| 2024-07-24 | Remove a broken link in README | Trevor Gross | -1/+1 |
| 2024-07-24 | Never use C version of clz builtins | Andrey Turkin | -11/+0 |
| 2024-07-24 | Implement remaining __clz*i2 intrinsics | Andrey Turkin | -67/+123 |
| 2024-07-24 | Forbid unsafe_op_in_unsafe_fn in sys/pal/windows | Chris Denton | -10/+14 |
| 2024-07-24 | Import `core::ffi::c_void` in more places | Chris Denton | -22/+21 |
| 2024-07-24 | Add chroot unsupported implementation for VxWorks | B I Mohammed Abbas | -2/+8 |
| 2024-07-24 | Rollup merge of #128106 - hallfox:patch-1, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2024-07-24 | Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubilee | Matthias Krüger | -126/+43 |
| 2024-07-24 | Rollup merge of #128043 - safinaskar:primitive, r=workingjubilee | Matthias Krüger | -3/+9 |
| 2024-07-24 | Rollup merge of #127481 - a1phyr:pattern_gat, r=Amanieu | Matthias Krüger | -168/+174 |
| 2024-07-24 | Rollup merge of #126770 - wr7:master, r=Amanieu | Matthias Krüger | -0/+149 |
| 2024-07-24 | Rollup merge of #125962 - Coekjan:const-binary-heap, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -16/+551 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -3/+4 |
| 2024-07-23 | Add elem_offset and related methods | wr7 | -0/+149 |
| 2024-07-23 | library/core/src/primitive.rs: small doc fix | Askar Safin | -1/+1 |
| 2024-07-23 | Fix return type of FileAttr methods on AIX target | Taylor Foxhall | -3/+3 |
| 2024-07-23 | add `is_multiple_of` for unsigned integer types | Folkert | -0/+38 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -16/+551 |
| 2024-07-23 | Update process vxworks, set default stack size of 256 Kib for vxworks. User c... | B I Mohammed Abbas | -2/+7 |
| 2024-07-23 | Rollup merge of #128089 - workingjubilee:commonly-wrapped-to-make-safe, r=Chr... | Matthias Krüger | -65/+72 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -0/+6 |
| 2024-07-23 | Remove wrapper functions from c.rs | Chris Denton | -126/+43 |
| 2024-07-23 | Fix missing `extern "C"` for unsafe functions | Trevor Gross | -30/+3 |
| 2024-07-23 | std: Unsafe-wrap backtrace code held in-common | Jubilee Young | -57/+61 |
| 2024-07-23 | std: Unsafe-wrap alloc code held in-common | Jubilee Young | -8/+11 |
| 2024-07-23 | Cfg disable on_broken_pipe_flag_used() for vxworks | B I Mohammed Abbas | -0/+2 |
| 2024-07-23 | Disable dirfd for vxworks, Return unsupported error from set_times and lchown... | B I Mohammed Abbas | -2/+16 |
| 2024-07-23 | Allow unused unsafe for vxworks in read_at and write at | B I Mohammed Abbas | -0/+2 |
| 2024-07-23 | Docs for core::primitive: mention that "core" can be shadowed, too, so we sho... | Askar Safin | -3/+9 |
| 2024-07-22 | library: vary unsafety in bootstrapping for SEH | Jubilee Young | -0/+6 |
| 2024-07-22 | std: unsafe-wrap personality::dwarf::eh | Jubilee Young | -53/+61 |
| 2024-07-22 | LocalWaker docs: Make long-ago omitted but probably intended changes | Ian Jackson | -1/+3 |
| 2024-07-22 | Docs for Waker and LocalWaker: Add cross-refs in comment | Ian Jackson | -0/+8 |