about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-08Use generic `NonZero` in examples.Markus Reiter-183/+181
2024-05-08miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_specRalf Jung-5/+5
2024-05-08Update cc crate to v1.0.97James Farrell-1/+1
2024-05-08fix #124714 str.to_lowercase sigma handlingMarcondiro-4/+9
2024-05-08Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcmJubilee-0/+1
2024-05-08Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubileeJubilee-21/+32
2024-05-08Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working...Jubilee-0/+9
2024-05-08Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubileeJubilee-1/+8
2024-05-07use teletype on the attribute nameLokathor-1/+1
2024-05-07Some Result combinations work like an Option.Lokathor-0/+15
2024-05-08from_str_radix: outline only the panic functionDaniPopes-6/+6
2024-05-07Move `test_shrink_to_unwind` to its own file.Markus Everling-55/+54
2024-05-07Fix `VecDeque::shrink_to` UB when `handle_alloc_error` unwinds.Markus Everling-2/+120
2024-05-07Remove libc dependency on Windows by using Win32 to get env varsDaniel Paoliello-14/+43
2024-05-07Auto merge of #124836 - tgross35:const-slice-last-chunk, r=BurntSushibors-1/+1
2024-05-07next_power_of_two: add a doctest to show what happens on 0Ralf Jung-0/+1
2024-05-07Correct the const stabilization of `last_chunk` for slicesTrevor Gross-1/+1
2024-05-06f16::is_sign_{positive,negative} were feature-gated on f128Trevor Spiteri-2/+2
2024-05-06Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgrbors-3/+7
2024-05-06Rollup merge of #124520 - tbu-:pr_create_dir_all_doc, r=AmanieuMatthias Krüger-3/+7
2024-05-06Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieubors-4/+382
2024-05-06Add vec_orcLuca Barbato-0/+35
2024-05-06Simplify vec_andc implementationLuca Barbato-26/+5
2024-05-06Silence unexpected-cfgsLuca Barbato-0/+4
2024-05-06std::rand: adding solaris/illumos for getrandom support.David Carlier-1/+12
2024-05-06Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubileebors-0/+330
2024-05-06Deny warnings in CITrevor Gross-1/+16
2024-05-06Avoid a cast in `ptr::slice_from_raw_parts(_mut)`Scott McMurray-2/+2
2024-05-06Implement `as_chunks` with `split_at_unchecked`Scott McMurray-4/+8
2024-05-06iOS/tvOS/watchOS/visionOS: Improve File Debug implMads Marquart-9/+9
2024-05-06iOS/tvOS/watchOS/visionOS: Fix reading large filesMads Marquart-5/+6
2024-05-06iOS/tvOS/watchOS: Fix alloc w. large alignment on older versionsMads Marquart-1/+7
2024-05-06iOS/tvOS/watchOS/visionOS: Set the main thread nameMads Marquart-2/+2
2024-05-06Apply suggestions from code reviewanatawa12-2/+6
2024-05-06iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listenMads Marquart-4/+8
2024-05-06add note about `AlreadyExists` to `create_new`anatawa12-0/+5
2024-05-06emit fractional benchmark nanoseconds in libtest's JSON output formatThe 8472-2/+2
2024-05-06print walltime benchmarks with subnanosecond precisionThe 8472-10/+13
2024-05-05alloc: implement FromIterator for Box<str>Caleb Sander-4/+54
2024-05-05Rename test for issue 21058Ryan Lowe-8/+8
2024-05-05Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubileeGuillaume Gomez-0/+12
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-1/+1
2024-05-05Fix unwinding on 32-bit watchOS ARMMads Marquart-15/+23
2024-05-04Re-add `From<f16> for f64`beetrees-2/+3
2024-05-04Make f128 docs mention lack of any normal platform supportAlex H-5/+5
2024-05-04Make f16 and f128 docs clearer on platform supportAlex H-4/+11
2024-05-04Tgross feedback tweaksAlex H-5/+4
2024-05-04Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubileeMatthias Krüger-2/+2
2024-05-04Release version 0.1.111Amanieu d'Antras-1/+1
2024-05-04library/std: Fix build for NetBSD targets with 32-bit `c_long`Ian Douglas Scott-2/+2