about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-31doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmoveMarijn Schouten-3/+6
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+16
2025-01-31Rename `EXP_MAX` to `EXP_SAT`Trevor Gross-12/+15
2025-01-31Add documentation for derive(CoercePointee)Alice Ryhl-1/+189
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+16
2025-01-31Update encode_utf16 to mention it is native endianMarijn Schouten-12/+13
2025-01-31Update fs.rsTommaso Allevi-0/+1
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-0/+18
2025-01-31Rollup merge of #136300 - RalfJung:compare-and-swap, r=joboetJacob Pratt-0/+18
2025-01-31Rollup merge of #136296 - RalfJung:float-min-max, r=tgross35Jacob Pratt-8/+16
2025-01-31Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnayJacob Pratt-2/+4
2025-01-31implement all min/max fns in terms of `<`/`is_lt`Waffle Lapkin-15/+9
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-0/+3
2025-01-31improve doc tests for (min/max/minmax).* functionsWaffle Lapkin-18/+128
2025-01-30std::rangePeter Jaszkowiak-0/+2
2025-01-30Specify license as just MITManish Goregaokar-1/+1
2025-01-30Rollup merge of #136288 - joshtriplett:would-you-could-you-with-some-locks--w...Matthias Krüger-17/+40
2025-01-30Rollup merge of #136271 - Sky9x:debug-maybeuninit-footgun, r=tgross35Matthias Krüger-3/+2
2025-01-30Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errorsMatthias Krüger-0/+3
2025-01-30Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhprattMatthias Krüger-5/+158
2025-01-30black_box integer-input on fmt benchesPascal S. de Kloe-7/+6
2025-01-30Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdevbors-89/+131
2025-01-30Improve instant docsMarijn Schouten-2/+8
2025-01-30atomic: extend compare_and_swap migration docsRalf Jung-0/+18
2025-01-30float::min/max: mention the non-determinism around signed 0Ralf Jung-8/+16
2025-01-30Improve documentation for file lockingJosh Triplett-17/+40
2025-01-30Rollup merge of #136259 - hkBst:patch-30, r=thomccStuart Cook-31/+27
2025-01-30Rollup merge of #136215 - btj:patch-1, r=cuviperStuart Cook-2/+2
2025-01-30Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcmStuart Cook-152/+182
2025-01-29Remove minor future footgun in `impl Debug for MaybeUninit`Sky-3/+2
2025-01-29Cleanup docs for AllocatorMarijn Schouten-31/+27
2025-01-29add inline attribute and codegen testedwloef-0/+4
2025-01-29split slice::ptr_rotate into three separate algorithms, to hopefully help inl...edwloef-174/+195
2025-01-29Fix usage of proc_macro2::Punct.Jacob Bramley-3254/+52
2025-01-29Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgrbors-1/+1
2025-01-29Rollup merge of #136092 - tbu-:pr_io_pipe_test, r=joboetMatthias Krüger-1/+1
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-4/+3
2025-01-28Fix off-by-one error causing driftsort to crashuellenberg-8/+22
2025-01-29btree/node.rs: pop_internal_level: does not invalidate other handlesBart Jacobs-0/+3
2025-01-29Simplify Rc::as_ptr docs + typo fixMarijn Schouten-3/+3
2025-01-29Rollup merge of #136186 - Ayush1325:uefi-process-args-fix, r=nicholasbishop,N...León Orell Valerian Liehr-4/+3
2025-01-29Rollup merge of #135625 - c410-f3r:cfg-match-foo-bar-baz, r=tgross35,jhprattLeón Orell Valerian Liehr-0/+11
2025-01-29Util: also print the hex float format for outputsTrevor Gross-2/+9
2025-01-29Introduce a wrapper type for IEEE hex float formattingTrevor Gross-4/+181
2025-01-29Support parsing NaN and infinities from the `hf*` functionsTrevor Gross-12/+61
2025-01-28Allow Rust to use a number of libc filesystem callsErick Tryzelaar-1/+17
2025-01-28btree/node.rs: remove incorrect comment from pop_internal_level docsBart Jacobs-3/+0
2025-01-28Revert "Temporarily pin `indicatif` to 0.17.9"Trevor Gross-2/+1
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-8/+12
2025-01-28Don't build out of line atomics support code for uefiNikita Popov-2/+3