about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-30Fix copy-paste error in `Duration::from_weeks` panic message.John Millikin-1/+1
2024-05-30Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmeaseLeón Orell Valerian Liehr-1/+5
2024-05-29Elaborate about modifying env vars in multi-threaded programsTobias Bucher-18/+28
2024-05-29Add note about safety of `std::env::set_var` on WindowsTobias Bucher-5/+11
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-53/+63
2024-05-29drop_in_place: weaken the claim of equivalence with drop(ptr.read())Ralf Jung-1/+1
2024-05-29Add lang item for AsyncFnKindHelper::UpvarsMichael Goulet-0/+1
2024-05-29Add lang item for Future::OutputMichael Goulet-1/+1
2024-05-29Add lang items for AsyncFn's associated typesMichael Goulet-0/+3
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-12/+12
2024-05-29Add FRAC_1_SQRT_2PI doc alias to FRAC_1_SQRT_TAUMarkus Mayer-0/+4
2024-05-29make `ptr::rotate` smaller when using `optimize_for_size`Folkert-2/+6
2024-05-29Add safety comment to fix tidyDaria Sukhonina-0/+2
2024-05-29Optimize async drop glue for some old typesDaria Sukhonina-0/+11
2024-05-29Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128Markus Mayer-0/+19
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+9
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-4/+48
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+4
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-4/+44
2024-05-28Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomezMatthias Krüger-6/+2
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote-6/+2
2024-05-28Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubileeJubilee-2/+2
2024-05-28Rollup merge of #125551 - clarfonthey:ip-bits, r=jhprattJubilee-19/+10
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-2/+2
2024-05-28Auto merge of #125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubileebors-2/+2
2024-05-27Sync libstd deps with backtraceJubilee Young-2/+2
2024-05-27Bump backtrace to 0.3.72Jubilee Young-0/+0
2024-05-28Auto merge of #125609 - diondokter:opt-size-char-count, r=thomccbors-1/+1
2024-05-27Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnayGuillaume Gomez-0/+24
2024-05-27Always use the general case char countDion Dokter-1/+1
2024-05-27Size optimize int formattingDion Dokter-0/+33
2024-05-26Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubileeJubilee-8/+4
2024-05-26Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472bors-19/+48
2024-05-26std::pal::unix::thread fetching min stack size on netbsd.David Carlier-1/+10
2024-05-26Auto merge of #125574 - matthiaskrgr:rollup-1oljoup, r=matthiaskrgrbors-15/+8
2024-05-26Rollup merge of #125571 - tesuji:dummy-pi, r=NilstriebMatthias Krüger-4/+4
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-11/+4
2024-05-26Auto merge of #125570 - tesuji:stdout-handle, r=Nilstriebbors-7/+5
2024-05-26f32: use constants instead of reassigning a dummy value as PILzu Tao-4/+4
2024-05-26use proper name instead of magic numberLzu Tao-8/+6
2024-05-26Stabilize `slice_flatten`Cyborus-11/+4
2024-05-26Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhprattbors-0/+36
2024-05-26Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboetbors-11/+7
2024-05-25It seems that anchor names are implicitly all lowercaseLokathor-1/+1
2024-05-25Simplify the `unchecked_sh[lr]` ub-checks a bitScott McMurray-8/+4
2024-05-25Fix URL target, it's in the module not the type.Lokathor-1/+1
2024-05-25github showed that weird.Lokathor-1/+1
2024-05-25correct for copy paste errors when fixing wrapping.Lokathor-6/+6