about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-02Move the standard library to a separate workspacebjorn3-0/+533
2024-08-02Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35bors-37/+50
2024-08-01Implement `UncheckedIterator` directly for `RepeatN`Scott McMurray-13/+20
2024-08-02Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubileeMatthias Krüger-16/+3
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-2/+4
2024-08-01std: Remove has_cpuidJubilee Young-12/+0
2024-08-02time.rs: remove "Basic usage text"Tshepang Mbambo-10/+0
2024-08-01DogfoodCaio-16/+3
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+10
2024-08-01Fix mutability in doc tests for `BTreeSet` cursorsKen Micklas-10/+10
2024-08-01Add a disclaimer about x86 `f128` math functionsTrevor Gross-0/+3
2024-08-01Update comments for `{f16, f32, f64, f128}::midpoint`Trevor Gross-12/+12
2024-08-01Add `core` functions for `f16` and `f128` that require math routinesTrevor Gross-2/+401
2024-08-01Add math functions for `f16` and `f128`Trevor Gross-92/+3452
2024-08-01Add math intrinsics for `f16` and `f128`Trevor Gross-0/+289
2024-08-01Introduce `Cursor`/`CursorMut`/`CursorMutKey` thrichotomy for `BTreeSet` like...Ken Micklas-16/+194
2024-08-01Fix some uses of "map" instead of "set" in `BTreeSet` cursor API docsKen Micklas-4/+4
2024-08-01Share `UnorderedKeyError` with `BTReeMap` for set APIKen Micklas-29/+7
2024-08-01Rollup merge of #128499 - Konippi:refactor-backtrace-formatting, r=tgross35Matthias Krüger-7/+2
2024-08-01Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnrMatthias Krüger-3/+4
2024-08-01Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboetMatthias Krüger-55/+58
2024-08-01Hide internal sort moduleLukas Bergdoll-0/+1
2024-08-02chore: refactor backtrace formattingKonippi-7/+2
2024-08-01fix dropck documentation for `[T;0]` special-caseBryanskiy-3/+4
2024-08-01core: use `compare_bytes` for more slice element typesjoboet-6/+19
2024-08-01fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-0/+1
2024-08-01fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-20/+40
2024-08-01refactor(pal/hermit): make `ENV` a non-mutable staticMartin Kröning-19/+15
2024-08-01Rollup merge of #128416 - maurer:remove-android-hack, r=tgross35Matthias Krüger-106/+2
2024-08-01Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgrbors-3/+3
2024-08-01Rollup merge of #128162 - ChrisDenton:cleanup, r=joboetMatthias Krüger-41/+28
2024-08-01Rollup merge of #127567 - joboet:once_wait, r=AmanieuMatthias Krüger-94/+298
2024-07-31Fix docs for OnceLock::get_mut_or_initJuniper Tyree-3/+3
2024-07-31raw_eq: using it on bytes with provenance is not UB (outside const-eval)Ralf Jung-2/+4
2024-07-31std: fix busy-waiting in `Once::wait_force`, add more testsjoboet-4/+55
2024-07-31std: implement the `once_wait` featurejoboet-94/+247
2024-07-31Remove unneeded `pub(crate)`Chris Denton-1/+1
2024-07-31Rollup merge of #128388 - beetrees:f16-f128-slightly-improve-windows-abi, r=t...Matthias Krüger-1/+3
2024-07-31Rollup merge of #128387 - liigo:patch-14, r=tgross35Matthias Krüger-1/+1
2024-07-31refactor(pal/hermit): use default impl of `GlobalAlloc::alloc_zeroed`Martin Kröning-10/+0
2024-07-31refactor(pal/hermit): return `!` to satisfy rust-analyzerMartin Kröning-7/+3
2024-07-31Apply review commentsLukas Bergdoll-86/+97
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-4/+217
2024-07-31android: Remove libstd hacks for unsupported Android APIsMatthew Maurer-106/+2
2024-07-30Move Windows implementation of anon pipeChris Denton-21/+12
2024-07-30Match LLVM ABI in `extern "C"` functions for `f128` on Windowsbeetrees-1/+3
2024-07-30Cleanup sys module to match house styleChris Denton-19/+15
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-135/+25
2024-07-30Rewrite binary search implementationAmanieu d'Antras-37/+50
2024-07-30More detailed note to deprecate ONCE_INITLiigo Zhuang-1/+1