about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-20Add diagnostic items for ClippySamuel Tardieu-0/+7
2025-06-20Pass -Cpanic=abort for the panic_abort cratebjorn3-0/+10
2025-06-20Add note about `str::split` handling of no matches.Valdemar Erk-0/+6
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-6/+6
2025-06-20Rollup merge of #142753 - tgross35:library-lockfile, r=Mark-SimulacrumTrevor Gross-6/+4
2025-06-20Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35Trevor Gross-271/+139
2025-06-20Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr...Trevor Gross-8/+67
2025-06-20Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...bors-94/+110
2025-06-19docs(fs): Touch up grammar on lock apiEd Page-6/+6
2025-06-19Make `Clone` a `const_trait`Daniel Bloom-2/+8
2025-06-19Update library dependenciesTrevor Gross-6/+4
2025-06-19Add methods for converting bool to `Result<(), E>`LimpSquid-0/+76
2025-06-19Fix unsoundness in some testsBenoît du Garreau-2/+2
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-36/+17
2025-06-19wasm: rm static mutMarijn Schouten-7/+10
2025-06-19Add #[track_caller] to String methods that assert inputsKornel-0/+6
2025-06-19Let String pass #[track_caller] to its Vec callsKornel-0/+17
2025-06-19s390x: add feature detection for the z17 target featuresFolkert de Vries-56/+97
2025-06-19the `generic_arg_infer` feature is now stable on nightlyFolkert de Vries-1/+0
2025-06-19Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDentonbors-173/+772
2025-06-19atomic tests: remove static mutMarijn Schouten-17/+13
2025-06-19vec_deque alloctests: remove static mutMarijn Schouten-101/+18
2025-06-19vec tests: remove static mutMarijn Schouten-92/+53
2025-06-19Do not include NUL-terminator in computed lengthAlice Ryhl-13/+22
2025-06-19Remove incorrect comments in `Weak`Tim (Theemathas) Chirananthavat-2/+0
2025-06-18Rollup merge of #142654 - workingjubilee:increase-timeout-factor-on-mpmc-test...Trevor Gross-2/+2
2025-06-18Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-SimulacrumTrevor Gross-2/+2
2025-06-18Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does.Zachary S-1/+23
2025-06-18Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgaubors-92/+210
2025-06-18Rollup merge of #142674 - hkBst:remove-duplicate-crashtest, r=bjorn3Urgau-82/+5
2025-06-18Rollup merge of #138237 - reitermarkus:remove-escape-debug-inner, r=tgross35Urgau-92/+210
2025-06-18Rollup merge of #142674 - hkBst:remove-duplicate-crashtest, r=bjorn3Jakub Beránek-82/+5
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-1/+0
2025-06-18remove duplicate crash testMarijn Schouten-82/+5
2025-06-18fmt tests: remove static mutMarijn Schouten-20/+26
2025-06-18vec_deque tests: remove static mutMarijn Schouten-43/+31
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-3/+4
2025-06-18Add test for new format_args!() temporary lifetimes.Mara Bos-0/+15
2025-06-18Allow storing `format_args!()` in `let`.Mara Bos-36/+2
2025-06-18add ChildExt(::send_signal)Jeremy Smart-8/+67
2025-06-18Auto merge of #130887 - Soveu:repeatn, r=scottmcmbors-118/+43
2025-06-17library: Increase timeout on mpmc test to reduce flakesJubilee Young-2/+2
2025-06-17Rollup merge of #142620 - a1phyr:borrowed_buf_remove_branch, r=jhprattJacob Pratt-3/+3
2025-06-17Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35Jacob Pratt-106/+55
2025-06-17Rollup merge of #142517 - ChrisDenton:anon-pipe, r=Mark-SimulacrumJacob Pratt-86/+142
2025-06-17Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnayJacob Pratt-4/+327
2025-06-17Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhprattJacob Pratt-0/+7
2025-06-17Testsatiscugcat-17/+14
2025-06-17Ran cargo fmt, removed unexpected charactersatiscugcat-28/+25
2025-06-17Moved const fn outside unsafe blocksatiscugcat-11/+13