about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-09-28Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnaybors-0/+40
2023-09-26take more clarifying text from Gankra's PRRalf Jung-0/+14
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-26isqrt: remove duplication by delegating to unsigned integersFederico Stra-40/+12
2023-09-26std: broaden the allowed behaviour for recursive TLS initializationjoboet-3/+3
2023-09-26Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errorsbors-1/+6
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-1/+9
2023-09-25Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-...bors-16/+19
2023-09-25Document that Instant may or may not include system-suspend timeThe 8472-0/+2
2023-09-25update other placeMilo-1/+1
2023-09-25clarify documentation about variable substituionMilo-1/+1
2023-09-25Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrumbors-1/+4
2023-09-25Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrumbors-8/+14
2023-09-24ConstParamTy: require EqRalf Jung-1/+6
2023-09-24Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals)Maybe Waffle-1/+9
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-7/+829
2023-09-24Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrumbors-0/+16
2023-09-24Auto merge of #115416 - c410-f3r:match_cfg, r=Amanieubors-0/+248
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-3/+2
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-2/+1
2023-09-23implement Literal::byte_characterEmil Gardström-0/+7
2023-09-23Add the `cfg_match!` macroCaio-0/+248
2023-09-23Clarify example in `Pin::new_unchecked` docsFZs-1/+4
2023-09-23Avoid overflow in `IoSlice::advance_slices`Eduardo Sánchez Muñoz-16/+19
2023-09-22Extend fix to wrapping_div, wrapping_div_euclid and wrapping_rem_euclidJames Haywood-0/+12
2023-09-22Resolve rust-lang/rust#116063James Haywood-0/+4
2023-09-22Fixes from PRAyush Singh-5/+5
2023-09-22isqrt: add testsFederico Stra-0/+21
2023-09-22isqrt: initial implementationFederico Stra-0/+115
2023-09-22Rebase to masterAyush Singh-50/+101
2023-09-22Use RawOsError for UEFIAyush Singh-178/+261
2023-09-22Fixes from PRAyush Singh-6/+8
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-28/+33
2023-09-22Handle ExitBootServicesAyush Singh-26/+116
2023-09-22Fixes from PRAyush Singh-39/+46
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-3/+587
2023-09-22fix OS-specific I/O safety docs since the io_safety feature is stableRalf Jung-8/+14
2023-09-22Auto merge of #116054 - matthiaskrgr:rollup-3pusno6, r=matthiaskrgrbors-8/+87
2023-09-22Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviperMatthias Krüger-6/+19
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-2/+68
2023-09-22Auto merge of #114780 - RalfJung:io-safety, r=Amanieubors-29/+99
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-4/+5
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-27/+516
2023-09-21Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty maskThe 8472-6/+19
2023-09-21added support for GNU/HurdSamuel Thibault-27/+516
2023-09-21Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obkGuillaume Gomez-1/+2
2023-09-21avoid talking about inversesRalf Jung-10/+14
2023-09-21consistent wordingRalf Jung-4/+4
2023-09-21documentation tweaksRalf Jung-12/+12