| Age | Commit message (Expand) | Author | Lines |
| 2023-08-12 | Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu | Matthias Krüger | -12/+256 |
| 2023-08-12 | Remove unnecessary feature gates | Jacob Pratt | -1/+0 |
| 2023-08-11 | Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDenton | bors | -1/+7 |
| 2023-08-10 | Rollup merge of #114359 - ttsugriy:barrier-simpl, r=cuviper | Michael Goulet | -5/+2 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+13 |
| 2023-08-09 | Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgr | bors | -90/+156 |
| 2023-08-09 | Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-Simulacrum | Matthias Krüger | -90/+156 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -1/+158 |
| 2023-08-08 | open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG | The 8472 | -90/+156 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -24/+25 |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -12/+256 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -7/+7 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+3 |
| 2023-08-04 | Rollup merge of #114373 - xstaticxgpx:dev, r=the8472 | Matthias Krüger | -4/+14 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-01 | [library/std] Replace condv while loop with `cvar.wait_while`. | Taras Tsugrii | -5/+2 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -11/+140 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -1/+9 |
| 2023-08-01 | Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnay | Matthias Krüger | -1/+9 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+3 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -20/+14 |
| 2023-07-31 | Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -20/+12 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+158 |
| 2023-07-31 | Implement UnwindSafe and RefUnwindSafe for Backtrace | Konrad Borowski | -1/+9 |
| 2023-07-30 | Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -49/+25 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -0/+19 |
| 2023-07-30 | Fix empty_write since rust version attribute | Alex Saveau | -2/+2 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-30 | Fix the example in document for WaitTimeoutResult::timed_out | yukang | -10/+8 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -11/+140 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+19 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+3 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+13 |
| 2023-07-28 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-07-28 | reduce deps for windows-msvc targets for backtrace | klensy | -1/+7 |
| 2023-07-27 | When flushing delayed span bugs, write to the ICE dump file even if it doesn'... | Esteban Küber | -1/+1 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -1/+1 |
| 2023-07-26 | std: add auto traits to TAIT bound | joboet | -1/+6 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+20 |
| 2023-07-25 | Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomcc | Matthias Krüger | -0/+20 |
| 2023-07-25 | Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-se | bors | -1/+9 |
| 2023-07-25 | docs(LazyLock): add example pass local LazyLock variable to struct | DragonBillow | -0/+20 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -1/+13 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -16/+2 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |