about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-24Add `fmodf128`Trevor Gross-33/+40
2025-01-24Add way to override the number of iterations for specific testsTrevor Gross-9/+29
2025-01-24Increase or set CI timeoutsTrevor Gross-2/+8
2025-01-24Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomccMatthias Krüger-0/+86
2025-01-24Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35Matthias Krüger-1/+0
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-1/+16
2025-01-24Add `fmodf16` using the generic implementationTrevor Gross-1/+37
2025-01-24Add a generic version of `fmod`Trevor Gross-162/+96
2025-01-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-86/+88
2025-01-24Add `fminf16`, `fmaxf16`, `fminf128`, and `fmaxf128`Trevor Gross-4/+76
2025-01-24Add a generic version of `fmin` and `fmax`Trevor Gross-40/+47
2025-01-24Remove an outdated note about precisionTrevor Gross-3/+0
2025-01-24Add `roundf16` and `roundf128`Trevor Gross-2/+78
2025-01-24Add a generic version of `round`Trevor Gross-52/+54
2025-01-24Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviperMatthias Krüger-86/+88
2025-01-23Add a generic version of `scalbn`Trevor Gross-59/+133
2025-01-24Make `Vec::pop_if` a bit more presentablePavel Grigorenko-7/+4
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+1363
2025-01-23Add memory layout documentation to generic NonZero<T>Carl Sverre-0/+20
2025-01-23Change `from_parts` to take a `u32` exponent rather than `i32`Trevor Gross-9/+9
2025-01-23Rollup merge of #135883 - GrigorenkoPV:btree_set_upper_bound_mut, r=tgross35Matthias Krüger-4/+4
2025-01-23Introduce XFAILs that assert failureTrevor Gross-253/+268
2025-01-22Add `hf16!` and `hf128!`Trevor Gross-6/+266
2025-01-22Fix the parsing of three-item tuples in `util`Trevor Gross-4/+4
2025-01-22Add the ability to parse hex, binary, and float hex with utilTrevor Gross-5/+89
2025-01-22Implement `AtomicT::update` & `AtomicT::try_update`Pavel Grigorenko-3/+374
2025-01-22Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35Matthias Krüger-5/+4
2025-01-22Rollup merge of #135837 - ChrisDenton:trunc, r=NoratriebMatthias Krüger-3/+0
2025-01-22Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`Pavel Grigorenko-0/+86
2025-01-22Implement `CloneToUninit` for `ByteStr`Josh Triplett-0/+10
2025-01-22Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut`Pavel Grigorenko-4/+4
2025-01-22Add `rintf16` and `rintf128`Trevor Gross-6/+52
2025-01-22Add a generic version of `rint`Trevor Gross-94/+78
2025-01-22Adjust `ceil` style to be more similar to `floor`Trevor Gross-4/+10
2025-01-22Add `floorf16` and `floorf128`Trevor Gross-3/+51
2025-01-22Add a generic version of `floor`Trevor Gross-93/+114
2025-01-22Add `ceilf16` and `ceilf128`Trevor Gross-6/+68
2025-01-22Add a generic version of `ceil`Trevor Gross-91/+91
2025-01-22Add doc aliases for BStr and BStringJosh Triplett-0/+2
2025-01-22Make `Float::exp` return an unsigned integerTrevor Gross-4/+8
2025-01-22Shift then mask, rather than mask then shiftTrevor Gross-2/+2
2025-01-22Add `sqrtf16` and `sqrtf128`Trevor Gross-2/+132
2025-01-22Copy the u256 implementation from compiler_builtinsTrevor Gross-0/+413
2025-01-22Port the most recent version of Musl's `sqrt` as a generic algorithmTrevor Gross-393/+450
2025-01-22Enable `force-soft-floats` for extensive testsTrevor Gross-1/+1
2025-01-22Don't set `opt_level` in the musl build scriptTrevor Gross-1/+0
2025-01-22Library: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+4
2025-01-21Add a retry to the musl downloadTrevor Gross-1/+1
2025-01-21Remove trailing whitespace in scripts, run JuliaFormatterTrevor Gross-22/+36
2025-01-22Add `AsyncFn*` to core preludeLukas Markeffsky-0/+3