about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-120/+19
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+28
2024-07-29Stabilize offset_of_nestedGeorge Bateman-56/+59
2024-07-29Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomezMatthias Krüger-4/+5
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+1
2024-07-29Remove spurious backticks detected by `rustdoc::unescaped_backticks`Miguel Ojeda-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-627/+395
2024-07-28step cfg(bootstrap)Mark Rousskov-104/+3
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-17/+17
2024-07-28Rollup merge of #128240 - mbrubeck:patch-3, r=joboetGuillaume Gomez-0/+18
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-14/+44
2024-07-28Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=AmanieuGuillaume Gomez-0/+38
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-456/+503
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+28
2024-07-28stabilize const_wakerSlanterns-14/+44
2024-07-28Rollup merge of #128282 - pitaj:nonzero_bitwise, r=workingjubileeMatthias Krüger-3/+430
2024-07-28Rollup merge of #128279 - slanterns:is_sorted, r=dtolnayMatthias Krüger-18/+6
2024-07-28stabilize `is_sorted`Slanterns-18/+6
2024-07-27bitwise and bytewise methods on `NonZero`Peter Jaszkowiak-3/+430
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-6/+86
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-25CStr: derive PartialEq, Eq; add test for OrdPavel Grigorenko-11/+21
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-22Rollup merge of #128008 - weiznich:fix/121521, r=lcnrTrevor Gross-1/+3