about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-15/+15
2025-02-10Increase allowed offset from infinity for ynfTrevor Gross-1/+1
2025-02-10Add `fminimum`, `fmaximum`, `fminimum_num`, and `fmaximum_num`Trevor Gross-31/+997
2025-02-10Combine `fmin{,f,f16,f128}` and `fmax{,f,f16,128}` into a single fileTrevor Gross-64/+65
2025-02-10Small refactor of bigint testsTrevor Gross-31/+34
2025-02-10Auto merge of #136823 - matthiaskrgr:rollup-vp20mk1, r=matthiaskrgrbors-4/+4
2025-02-10Reword doc comment on `CoercePointeeValidated`Michael Goulet-6/+5
2025-02-10Rollup merge of #136714 - tgross35:update-builtins, r=tgross35Matthias Krüger-4/+4
2025-02-10Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w...bors-388/+865
2025-02-10Implement `read*_exact` for `std:io::repeat`Benoît du Garreau-0/+11
2025-02-10Eliminate the use of `force_eval!` in `ceil`, `floor`, and `trunc`Trevor Gross-37/+220
2025-02-10Migrate away from nonfunctional `fenv` stubsTrevor Gross-141/+240
2025-02-10Add `_value` methods to proc_macro libGuillaume Gomez-0/+123
2025-02-10Extract `unescape` from `rustc_lexer` into its own crateGuillaume Gomez-0/+738
2025-02-10Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=NoratriebJubilee-0/+1
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-152/+156
2025-02-10Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-SimulacrumJubilee-10/+6
2025-02-10Rollup merge of #136353 - purplesyringa:libtest-instant-wasm, r=Mark-SimulacrumJubilee-2/+3
2025-02-10Rollup merge of #136228 - hkBst:patch-28, r=Mark-SimulacrumJubilee-3/+3
2025-02-10Introduce a trait constant for the minimum positive normal valueTrevor Gross-0/+10
2025-02-10ignore win_delete_self test in MiriRalf Jung-0/+1
2025-02-09Implement `u256` with two `u128`s rather than `u64`Trevor Gross-188/+298
2025-02-09ci: Pin the nightly toolchain for i686-pc-windows-gnuTrevor Gross-1/+2
2025-02-09Increase the tolerance for `jn` and `yn`Trevor Gross-12/+14
2025-02-09Stabilize file_lockChristopher Berner-10/+5
2025-02-09Add .git-blame-ignore-revsEric Huss-0/+4
2025-02-09Format with style edition 2024Eric Huss-803/+228
2025-02-09fix(libtest): Enable Instant on Emscripten targetsAlisa Sireneva-2/+3
2025-02-10block coerce_pointee_validated for stabilizationDing Xiang Fei-1/+1
2025-02-09Update all crates to Rust 2024Eric Huss-11/+11
2025-02-09Update documentation for unsafe_op_in_unsafe_fnEric Huss-55/+57
2025-02-09Allow unsafe_op_in_unsafe_fnEric Huss-0/+5
2025-02-09Apply unsafe_attr_outside_unsafeEric Huss-5/+5
2025-02-09Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhprattMatthias Krüger-5/+1
2025-02-09Apply rust_2024_incompatible_patEric Huss-2/+2
2025-02-09Apply keyword_idents_2024Eric Huss-1/+1
2025-02-09Apply missing_unsafe_on_externEric Huss-1116/+1116
2025-02-09Fix pattern matching mode changes and unsafe_op_in_unsafe_fnMichael Goulet-6/+10
2025-02-09Mark extern blocks as unsafeMichael Goulet-132/+132
2025-02-09Rename field in OnceWith from gen to makeMichael Goulet-7/+7
2025-02-09Mark link_section attr with unsafeMichael Goulet-7/+7
2025-02-09Update string.rsRobert Bastian-5/+2
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-250/+292
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-7/+53
2025-02-09rename the trait to validity and place a feature gate afrontDing Xiang Fei-4/+13
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+6
2025-02-08Rollup merge of #136724 - steffahn:asyncfn-non-fundamental, r=compiler-errorsJubilee-3/+0
2025-02-08Rollup merge of #136710 - JakenHerman:jaken/iterator-docs, r=workingjubileeJubilee-1/+6
2025-02-08Rollup merge of #136686 - bjoernager:master, r=jhprattJubilee-8/+8
2025-02-09Rollup merge of #136601 - compiler-errors:borrow-null-zst, r=saethlinUrgau-1/+1