about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-09Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhprattMatthias Krüger-5/+1
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-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
2025-02-09Rollup merge of #136213 - erickt:fs, r=Mark-SimulacrumUrgau-1/+17
2025-02-09Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-SimulacrumUrgau-5/+35
2025-02-08occured -> occurredMichael Goulet-1/+1
2025-02-08Rustfmtbjorn3-250/+292
2025-02-08Document `Sum::sum` returns additive identities for `[]`Jaken Herman-1/+6
2025-02-08Rollup merge of #136099 - Kijewski:pr-rc-str-default, r=ibraheemdevMatthias Krüger-3/+6
2025-02-08Rollup merge of #135696 - joboet:move_pal_io, r=NoratriebMatthias Krüger-318/+165
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-178/+377
2025-02-08Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]`Frank Steffahn-3/+0
2025-02-07Rollup merge of #136682 - ChrisDenton:move-win-proc-tests, r=joboetMatthias Krüger-148/+0
2025-02-07Rollup merge of #136635 - jieyouxu:base_port, r=joboetMatthias Krüger-30/+3
2025-02-07Rollup merge of #136615 - Ayush1325:uefi-net-unsupported, r=joboetMatthias Krüger-0/+374
2025-02-07Rollup merge of #135945 - estebank:useless-parens, r=compiler-errorsMatthias Krüger-31/+31
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-1/+0
2025-02-07std: get rid of `sys_common::io`joboet-88/+84
2025-02-07std: move `io` module out of `pal`joboet-230/+81
2025-02-07Clean up 'HashMap' and 'HashSet' docs;Gabriel Bjørnager Jensen-8/+8
2025-02-07Rollup merge of #136634 - bjoernager:const-mut-cursor, r=m-ou-seMatthias Krüger-2/+2
2025-02-07Move two windows process tests to tests/uiChris Denton-148/+0
2025-02-06remove use of `feature(trait_upcasting)` from core testsWaffle Lapkin-1/+0
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-31/+31
2025-02-06Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplettMatthias Krüger-15/+17
2025-02-06Rollup merge of #136630 - jieyouxu:render_tests, r=ChrisDentonMatthias Krüger-3/+12
2025-02-06Stabilise 'Cursor::{get_mut, set_position}' in 'const' scenarios;Gabriel Bjørnager Jensen-2/+2
2025-02-06tests(std/net): remove outdated `base_port` calculationJieyou Xu-30/+3
2025-02-06tests(std): don't output to std{out,err} in `test_creation_flags` and `test_p...许杰友 Jieyou Xu (Joe)-3/+12
2025-02-06Auto merge of #136613 - workingjubilee:rollup-ry6rw0m, r=workingjubileebors-3/+3
2025-02-06sys: net: Add UEFI stubsAyush Singh-0/+374
2025-02-05Rollup merge of #136595 - thaliaarchi:hermit-unreachable-pub, r=NoratriebJubilee-2/+2
2025-02-05Rollup merge of #136566 - hkBst:patch-1, r=scottmcmJubilee-1/+1
2025-02-06Auto merge of #136409 - TDecking:mul_hi, r=Mark-Simulacrumbors-20/+1
2025-02-05Rollup merge of #136555 - cramertj:split_off, r=dtolnay许杰友 Jieyou Xu (Joe)-95/+134
2025-02-05Rollup merge of #136537 - tgross35:update-builtins, r=tgross35许杰友 Jieyou Xu (Joe)-4/+4
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-0/+176
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1036/+113
2025-02-05Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt许杰友 Jieyou Xu (Joe)-3/+62
2025-02-05Fix link in from_fn.rsMarijn Schouten-1/+1
2025-02-04Fix unreachable_pub lint for hermit targetThalia Archibald-2/+2
2025-02-05Rollup merge of #136502 - yotamofek:pr/fmt-from-fn-must-use, r=dtolnayLeón Orell Valerian Liehr-0/+1
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+98
2025-02-04Add OneSidedRangeBound to eliminate panic in `split_point_of`Taylor Cramer-15/+51
2025-02-04Rename slice::take methods to split_offTaylor Cramer-80/+83
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-3/+113