about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-6/+86
2024-07-27Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-12/+15
2024-07-27Improve panic message and surrounding documentation for Ord violationsLukas Bergdoll-4/+19
2024-07-27Auto merge of #128255 - stepancheg:doc-shl, r=scottmcmbors-0/+13
2024-07-27Auto merge of #127946 - tgross35:fmt-builders-set-result, r=cuviperbors-4/+8
2024-07-27Document int.checked_shl(BITS - 1)Stepan Koltsov-0/+13
2024-07-26Rollup merge of #128235 - harryscholes:fix-iterator-filter-docs, r=tgross35Trevor Gross-1/+1
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-5/+4
2024-07-26Add links from `assert_eq!` docs to `debug_assert_eq!`, etc.Matt Brubeck-0/+18
2024-07-26Always set `result` during `finish()` in debug buildersTrevor Gross-4/+8
2024-07-26Fix docsharryscholes-1/+1
2024-07-26Fix doc nitsJohn Arundel-456/+503
2024-07-26Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errorsTrevor Gross-0/+3
2024-07-26Rollup merge of #128150 - BoxyUwU:std_only_sized_const_params, r=workingjubileeMatthias Krüger-13/+2
2024-07-26Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviperMatthias Krüger-4/+11
2024-07-25Make Clone::clone a lang itemBen Kimock-0/+3
2024-07-25Stop using `unsized_const_parameters` in core/stdBoxy-13/+2
2024-07-25clarify interactions with MaybeUninit and UnsafeCellbinarycat-6/+10
2024-07-25remove duplicate explanations of the ptr to ref conversion rulesbinarycat-183/+50
2024-07-25create a new section on pointer to reference conversionbinarycat-36/+28
2024-07-25CStr: derive PartialEq, Eq; add test for OrdPavel Grigorenko-11/+21
2024-07-24Implement `mixed_integer_ops_unsigned_sub`ilikdoge-0/+103
2024-07-24Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35Matthias Krüger-7/+7
2024-07-24Rollup merge of #126042 - davidzeng0:master, r=AmanieuMatthias Krüger-0/+61
2024-07-24Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obkMatthias Krüger-3/+3
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-10/+5
2024-07-24Rollup merge of #127252 - fitzgen:edge-cases-for-bitwise-operations, r=m-ou-seMatthias Krüger-6/+35
2024-07-24Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlinMatthias Krüger-0/+10
2024-07-24Rollup merge of #128043 - safinaskar:primitive, r=workingjubileeMatthias Krüger-3/+9
2024-07-24Rollup merge of #127481 - a1phyr:pattern_gat, r=AmanieuMatthias Krüger-146/+151
2024-07-24Rollup merge of #126770 - wr7:master, r=AmanieuMatthias Krüger-0/+149
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-3/+3
2024-07-23Add elem_offset and related methodswr7-0/+149
2024-07-23library/core/src/primitive.rs: small doc fixAskar Safin-1/+1
2024-07-23add `is_multiple_of` for unsigned integer typesFolkert-0/+38
2024-07-23Docs for core::primitive: mention that "core" can be shadowed, too, so we sho...Askar Safin-3/+9
2024-07-22LocalWaker docs: Make long-ago omitted but probably intended changesIan Jackson-1/+3
2024-07-22Docs for Waker and LocalWaker: Add cross-refs in commentIan Jackson-0/+8
2024-07-22Rollup merge of #128008 - weiznich:fix/121521, r=lcnrTrevor Gross-1/+3
2024-07-22Start using `#[diagnostic::do_not_recommend]` in the standard libraryGeorg Semmler-1/+3
2024-07-22Fix some `#[cfg_attr(not(doc), repr(..))]`Pavel Grigorenko-7/+7
2024-07-21Implement `debug_more_non_exhaustive`Trevor Gross-2/+521
2024-07-21Make use of raw strings in `core::fmt::builders`Trevor Gross-49/+49
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-12/+65
2024-07-19Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgrbors-2/+2
2024-07-19Rollup merge of #127978 - nyurik:lib-refs, r=workingjubileeMatthias Krüger-2/+2
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-2/+2
2024-07-19improve safety commentivan-shrimp-1/+1
2024-07-19add `NonZero<uN>::isqrt`ivan-shrimp-45/+63
2024-07-19Use `#[rustfmt::skip]` on some `use` groups to prevent reordering.Nicholas Nethercote-4/+11