about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-03sync to actual dep verions of backtraceklensy-23/+12
2025-01-03turn rustc_box into an intrinsicRalf Jung-6/+26
2025-01-03Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgrbors-1/+1
2025-01-03Rollup merge of #134241 - liigo:patch-16, r=dtolnayMatthias Krüger-1/+1
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-27/+131
2025-01-03Fix UWP buildbdbai-2/+3
2025-01-03Fix new `clippy::precedence` errorsTrevor Gross-13/+13
2025-01-03Rename `EXP_MAX` to `EXP_SAT`Trevor Gross-8/+11
2025-01-03Shorten prefixes for float constantsTrevor Gross-116/+111
2025-01-02Bump backtrace to rust-lang/backtrace-rs@4d7906bJubilee Young-0/+0
2025-01-02Rename generic `abs` to `fabs`Trevor Gross-5/+5
2025-01-02macros: Always emit `f16_enabled` and `f128_enabled` attributesTrevor Gross-20/+57
2025-01-02Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472bors-1/+17
2025-01-02path in detailLiigo Zhuang-1/+1
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-27/+131
2025-01-02fix doc for missing Box allocator consistencyLemonJ-0/+3
2025-01-01Auto merge of #135005 - matthiaskrgr:rollup-5ubuitt, r=matthiaskrgrbors-1/+1
2025-01-01Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra...Matthias Krüger-1/+1
2025-01-01Rename the internal simpler `quote` macro to `minimal_quote`Asuna-24/+24
2025-01-01Auto merge of #134080 - kleisauke:avoid-lfs64-emscripten, r=Noratriebbors-17/+3
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-1/+17
2025-01-01Stabilize const_slice_flattenDaniPopes-2/+2
2025-01-01std::fs::DirEntry.metadata(): prefer use of lstat() on EmscriptenKleis Auke Wolthuizen-8/+1
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-9/+2
2025-01-01Add missing functions to the macro listTrevor Gross-19/+42
2025-01-01Use `rustdoc` output to create a list of public APITrevor Gross-69/+283
2025-01-01Forward the `CI` environment variable when running in DockerTrevor Gross-0/+1
2025-01-01Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjakebors-7/+11
2025-01-01Rollup merge of #131439 - mu001999-contrib:cleanup/static-mut, r=estebankStuart Cook-2/+0
2024-12-31Improve `select_nth_unstable` documentation clarityMichael Sloan-42/+40
2024-12-31Remove qualification of `std::cmp::Ordering` in `Ord` docMichael Sloan-1/+1
2024-12-31Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcmbors-123/+388
2024-12-31Auto merge of #134966 - matthiaskrgr:rollup-lmhmgsv, r=matthiaskrgrbors-4/+0
2024-12-31char to_digit: avoid unnecessary casts to u64Marcondiro-7/+11
2024-12-31Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJungMatthias Krüger-4/+0
2024-12-31Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35bors-6/+21
2024-12-31Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhprattStuart Cook-2/+2
2024-12-31Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcmStuart Cook-1/+2
2024-12-31fix doc for read write unaligned in zst operationLemonJ-4/+0
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-12/+25
2024-12-30ptr docs: make it clear that we are talking only about memory accessesRalf Jung-2/+2
2024-12-30Make slice::as_flattened_mut unstably constDaniPopes-1/+2
2024-12-30Remove lossy casting in `logspace`Trevor Gross-3/+10
2024-12-29Set the allowed FMA ULP to 0Trevor Gross-0/+2
2024-12-30Fix ptr::from_ref documentation example commentMads Marquart-2/+2
2024-12-29Rollup merge of #134884 - calciumbe:patch1, r=jieyouxuMatthias Krüger-2/+2
2024-12-29Rollup merge of #134870 - geofft:patch-1, r=jhprattMatthias Krüger-1/+1
2024-12-29fix: typoscalciumbe-2/+2
2024-12-29Rollup merge of #134851 - lukas-code:alloc-ffi, r=tgross35Stuart Cook-1/+1
2024-12-29Fix typo and prettify commentSatoshi Tanda-5/+3