about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-11Consolidate one testsRoger Curley-52/+19
2025-07-11Consolidate negative zero testsRoger Curley-56/+20
2025-07-11Consolidate zero testsRoger Curley-52/+19
2025-07-11Consolidate neg_infinity testsRoger Curley-48/+18
2025-07-11Consolidate test_num testsRoger Curley-50/+34
2025-07-11Consolidate infinity testsRoger Curley-48/+18
2025-07-11thumbv7neon-unknown-linux-gnueabihf clippy fixesMarijn Schouten-113/+38
2025-07-11std: move NuttX to use arc4random for random number generationHuang Qi-1/+1
2025-07-11constify `From` and `Into`Oli Scherer-8/+21
2025-07-11Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35Matthias Krüger-2/+5
2025-07-11Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35Matthias Krüger-25/+97
2025-07-11Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubileeMatthias Krüger-0/+89
2025-07-11Auto merge of #142911 - mejrs:unsized, r=compiler-errorsbors-1/+1
2025-07-11docs: clarify “dag” in std::sys_common doc commentColten-1/+1
2025-07-10Rollup merge of #143642 - Kobzol:stdarch-push, r=AmanieuTrevor Gross-455/+243
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-3/+3
2025-07-10Merge pull request #1857 from folkertdev/arm-dupSayantan Chakraborty-67/+44
2025-07-10Upgrade dependencies to the latest versionTrevor Gross-4/+4
2025-07-10Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35Matthias Krüger-0/+6
2025-07-10Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDentonMatthias Krüger-4/+14
2025-07-10Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errorsMatthias Krüger-14/+22
2025-07-10Rollup merge of #143668 - biabbas:vxworks, r=NoratriebMatthias Krüger-2/+1
2025-07-10Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errorsMatthias Krüger-0/+5
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-1/+1
2025-07-10use `intrinsics::simd` for integer max/minFolkert de Vries-220/+80
2025-07-10use `splat` for the aarch64/arm dup intrinsicsFolkert de Vries-67/+44
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-58/+57
2025-07-10Add documentation about subtree syncJakub Beránek-0/+9
2025-07-10Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35Trevor Gross-56/+23
2025-07-10Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdevTrevor Gross-0/+32
2025-07-10Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkovTrevor Gross-2/+2
2025-07-10Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJungbors-41/+71
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+89
2025-07-09Refactor nan testsRoger Curley-56/+23
2025-07-10Remove uncessary parens in closure body with unused lintyukang-1/+1
2025-07-09Auto merge of #143405 - tgross35:update-builtins, r=tgross35bors-393/+566
2025-07-09run rust programs with the runnerFolkert de Vries-95/+90
2025-07-09random: Add comment on `RandomSource::fill_bytes` about multiple callsJosh Triplett-0/+5
2025-07-09std: sys: net: uefi: tcp4: Add timeout supportAyush Singh-25/+97
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-41/+71
2025-07-09core: Change `BorrowedCursor::written`'s originBenoît du Garreau-10/+4
2025-07-09core: Remove `BorrowedCursor::uninit_mut`Benoît du Garreau-12/+3
2025-07-09core: Remove `BorrowedCursor::init_ref` methodBenoît du Garreau-16/+4
2025-07-09Add sayantn and folkertdev as reviewersAmanieu d'Antras-1/+1
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-2/+1
2025-07-08Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhprattTrevor Gross-46/+47
2025-07-08Disable docs for `compiler-builtins` and `sysroot`Josh Stone-0/+6
2025-07-08docs: document trait upcasting rules in `Unsize` traitMoulins-0/+5
2025-07-08Win: Use exceptions with empty data for SEH panic exception copiesGeorge Tokmaji-4/+14
2025-07-08add extra log messages to track setupFolkert de Vries-0/+3