about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-04Rollup merge of #135110 - matthiaskrgr:adler, r=workingjubileeJubilee-1/+1
2025-01-04Rollup merge of #135104 - the8472:disable-in-place-iter-for-flatten, r=Mark-S...Jubilee-51/+22
2025-01-04Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDentonJubilee-2/+3
2025-01-05Add doc aliases for `libm` and IEEE namesTrevor Gross-0/+8
2025-01-05library: fix adler{-> 2}.debugMatthias Krüger-1/+1
2025-01-04add regression test for unsound Flatten/FlatMap specializationThe 8472-0/+14
2025-01-04do not in-place-iterate over flatmap/flattenThe 8472-51/+8
2025-01-04Rollup merge of #135091 - workingjubilee:backtrace-0.3.75, r=workingjubileeJubilee-0/+0
2025-01-04Rollup merge of #135070 - klensy:backtrace-deps, r=workingjubileeJubilee-23/+12
2025-01-04Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errorsJubilee-6/+26
2025-01-04precision: Sort `ilogb` with other precise operationsTrevor Gross-1/+1
2025-01-04Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35Matthias Krüger-3/+51
2025-01-03Bump backtrace to 0.3.75Jubilee Young-0/+0
2025-01-03Change to exhaustive matching for `default_ulp`Trevor Gross-39/+91
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-3/+2
2025-01-03Use intrinsics for `abs` and `copysign` when availableTrevor Gross-16/+43
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