about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-20fix docsklensy-7/+7
2024-10-20replace FindFirstFileW with FindFirstFileExW and apply optimizationklensy-4/+25
2024-10-20replace FindFirstFileW with FindFirstFileExW and regenerate bindingsklensy-3/+9
2024-10-19Auto merge of #131948 - matthiaskrgr:rollup-c9rvzu6, r=matthiaskrgrbors-25/+16
2024-10-19Support lock() and lock_shared() on async IO FilesChristopher Berner-13/+87
2024-10-19Rollup merge of #131921 - klensy:statx_all, r=ChrisDentonMatthias Krüger-5/+5
2024-10-19Rollup merge of #131772 - GnomedDev:remove-proc_macro-todo, r=petrochenkovMatthias Krüger-20/+11
2024-10-19Auto merge of #131907 - saethlin:update-compiler-builtins, r=tgross35bors-4/+4
2024-10-19Update `compiler-builtins` to 0.1.134Ben Kimock-4/+4
2024-10-19Rollup merge of #131919 - RalfJung:zero-sized-accesses, r=jhprattMatthias Krüger-13/+16
2024-10-19Rollup merge of #131890 - printfn:precise-capturing-docs, r=traviscrossMatthias Krüger-7/+39
2024-10-19Rollup merge of #127462 - Ayush1325:uefi-env, r=joboetMatthias Krüger-42/+125
2024-10-19Remove the Arc rt::init allocation for thread infoGnomedDev-54/+119
2024-10-19Auto merge of #131816 - Zalathar:profiler-feature, r=Kobzolbors-4/+3
2024-10-19Derive Copy+Hash for IntErrorKindranger-ross-1/+1
2024-10-19replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecatedklensy-5/+5
2024-10-19zero-sized accesses are fine on null pointersRalf Jung-13/+16
2024-10-18Update `use` keyword docs to describe precise capturingprintfn-7/+39
2024-10-18std: uefi: Use common function for UEFI shellAyush Singh-36/+2
2024-10-18std: uefi: Add basic Env variablesAyush Singh-15/+132
2024-10-18Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxubors-3/+1
2024-10-18Rollup merge of #126207 - devnexen:stack_overflow_libc_upd, r=joboet许杰友 Jieyou Xu (Joe)-3/+1
2024-10-18Auto merge of #131841 - paulmenage:futex-abstraction, r=joboetbors-66/+83
2024-10-18Revert using `HEAP` static in Windows allocChris Denton-57/+12
2024-10-18Rollup merge of #131866 - jieyouxu:thread_local, r=jhpratt许杰友 Jieyou Xu (Joe)-22/+49
2024-10-18Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-specia...许杰友 Jieyou Xu (Joe)-3/+1
2024-10-18Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt许杰友 Jieyou Xu (Joe)-2/+2
2024-10-18Rollup merge of #131774 - thesummer:rtems-add-getentropy, r=joboet许杰友 Jieyou Xu (Joe)-0/+4
2024-10-18Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay许杰友 Jieyou Xu (Joe)-13/+16
2024-10-18Add entropy source for RTEMSJan Sommer-0/+4
2024-10-18Rollup merge of #131850 - lexeyOK:master, r=compiler-errorsMatthias Krüger-1/+1
2024-10-18Rollup merge of #131823 - thesummer:bump-libc-0.2.160, r=workingjubileeMatthias Krüger-3/+3
2024-10-18Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomccMatthias Krüger-40/+518
2024-10-18Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-22/+49
2024-10-17chore: release v0.1.134github-actions[bot]-1/+1
2024-10-18remove outdated documentation for `repeat_n`AnthonyMikh-3/+1
2024-10-17Auto merge of #131572 - cuviper:ub-index_range, r=thomccbors-4/+7
2024-10-17Bump libc to 0.2.161Jan Sommer-4/+4
2024-10-17std::unix::stack_overflow::drop_handler addressing todo through libc updateDavid Carlier-3/+1
2024-10-18Missing parenthesis lexx-1/+1
2024-10-17Abstract the state type for futexesPaul Menage-66/+83
2024-10-17Rollup merge of #131835 - ferrocene:amanjeev/add-missing-attribute-unwind, r=...Matthias Krüger-0/+1
2024-10-17Rollup merge of #131833 - c-ryan747:patch-1, r=NoratriebMatthias Krüger-0/+1
2024-10-17Auto merge of #130223 - LaihoE:faster_str_replace, r=thomccbors-2/+63
2024-10-17Do not run test where it cannot runAmanjeev Sethi-0/+1
2024-10-17Add must_use to CommandExt::execCallum Ryan-0/+1
2024-10-17Make `profiler_builtins` an optional dependency of sysroot, not stdZalathar-5/+4
2024-10-17Remove TODO in proc_macro now `const_refs_to_static` is stableGnomedDev-20/+11
2024-10-16Use wrapping pointer arithmetic in mem/impls.rsBen Kimock-44/+61
2024-10-16Fix predicate signatures in retain_mut docsCollin O'Connor-2/+2