summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-03More robust extension checkingChris Denton-6/+24
2024-08-15derive(SmartPointer): register helper attributesDing Xiang Fei-1/+1
2024-08-12Fix linkchecker issueLukas Bergdoll-2/+2
2024-08-12Apply review comments to PartialOrd sectionLukas Bergdoll-14/+14
2024-08-12Hide internal sort moduleLukas Bergdoll-0/+1
2024-08-12Apply review commentsLukas Bergdoll-86/+97
2024-08-12Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-15/+28
2024-08-12Improve panic message and surrounding documentation for Ord violationsLukas Bergdoll-4/+19
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-0/+1
2024-07-21Update CURRENT_RUSTC_VERSIONMark Rousskov-23/+23
2024-07-20Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A...Matthias Krüger-2/+5
2024-07-20Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ...Matthias Krüger-24/+61
2024-07-20Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboetMatthias Krüger-23/+51
2024-07-20Rollup merge of #123196 - Ayush1325:uefi-process, r=joboetMatthias Krüger-4/+888
2024-07-19std: forbid unwrapped unsafe in unsupported_backslashJubilee Young-0/+1
2024-07-19kmc-solid: forbid(unsafe_op_in_unsafe_fn)Jubilee Young-2/+4
2024-07-19Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgrbors-6/+6
2024-07-19Rollup merge of #127978 - nyurik:lib-refs, r=workingjubileeMatthias Krüger-6/+6
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-6/+6
2024-07-19Rollup merge of #126199 - ivan-shrimp:nonzero_isqrt, r=tgross35Matthias Krüger-45/+63
2024-07-19Rollup merge of #112328 - juliusl:pr/windows-add-change-time, r=ChrisDentonMatthias Krüger-0/+21
2024-07-19uefi: process: Fixes from PRAyush Singh-152/+232
2024-07-19uefi: process: Final TouchupsAyush Singh-19/+19
2024-07-19uefi: process: Add CommandArgs supportAyush Singh-14/+26
2024-07-19uefi: process: Add support for argsAyush Singh-21/+55
2024-07-19uefi: process Implement inheritAyush Singh-20/+37
2024-07-19uefi: process: Add null protocolAyush Singh-38/+100
2024-07-19uefi: process: Add stderr supportAyush Singh-2/+34
2024-07-19uefi: process: Add support to capture stdoutAyush Singh-8/+258
2024-07-19uefi: Add processAyush Singh-2/+399
2024-07-19improve safety commentivan-shrimp-1/+1
2024-07-19add `NonZero<uN>::isqrt`ivan-shrimp-45/+63
2024-07-18unix: acquire-load NEED_ALTSTACKJubilee-1/+1
2024-07-18unix: Unsafe-wrap stack_overflow::{drop,make}_handlerJubilee Young-10/+27
2024-07-18unix: Unsafe-wrap stack_overflow::cleanupJubilee Young-1/+6
2024-07-18unix: lift init of sigaltstack before sigactionJubilee Young-9/+17
2024-07-18unix: Unsafe-wrap stack_overflow::signal_handlerJubilee Young-3/+10
2024-07-18Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandryMatthias Krüger-2/+13
2024-07-18Move ThreadName conversions to &cstr/&strChris Denton-6/+19
2024-07-18Style changeChris Denton-3/+3
2024-07-18Make `Thread::new_inner` a safe functionChris Denton-6/+4
2024-07-18Rollup merge of #127748 - scottmcm:option_len, r=joboetMatthias Krüger-7/+17
2024-07-18Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboetMatthias Krüger-26/+144
2024-07-18Update `ReentrantLock` implementation, add `CURRENT_ID` thread local.Markus Everling-26/+144
2024-07-18Safely enforce thread name requirementsChris Denton-11/+28
2024-07-18Rollup merge of #127077 - tbu-:pr_doc_fd_to_owned, r=workingjubileeMatthias Krüger-3/+10
2024-07-17Rollup merge of #127861 - Kriskras99:patch-1, r=tgross35Trevor Gross-11/+11
2024-07-17Rollup merge of #127859 - RalfJung:ptr-dyn-metadata, r=scottmcmTrevor Gross-6/+10
2024-07-17Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over...Trevor Gross-90/+119
2024-07-17Auto merge of #127865 - matthiaskrgr:rollup-8m49dlg, r=matthiaskrgrbors-59/+162