about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-08-04refactor: standardize duplicate processes in parserKonippi-32/+24
2024-08-04Rollup merge of #128526 - tshepang:patch-1, r=AmanieuMatthias Krüger-10/+0
2024-08-04Auto merge of #128466 - sayantn:stdarch-update, r=tgross35bors-0/+1
2024-08-04Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss...sayantn-0/+1
2024-08-03Rollup merge of #128530 - scottmcm:repeat-n-unchecked, r=joboetMatthias Krüger-13/+20
2024-08-03Remove unnecessary constants from flt2dec dragonChristopher Swenson-23/+26
2024-08-03Apply review comments to PartialOrd sectionLukas Bergdoll-7/+7
2024-08-03Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelixbors-0/+1
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-0/+1
2024-08-03Rollup merge of #126704 - sayantn:sha, r=AmanieuMatthias Krüger-0/+10
2024-08-02Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35bors-37/+50
2024-08-01Implement `UncheckedIterator` directly for `RepeatN`Scott McMurray-13/+20
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-2/+4
2024-08-02time.rs: remove "Basic usage text"Tshepang Mbambo-10/+0
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+10
2024-08-01Add a disclaimer about x86 `f128` math functionsTrevor Gross-0/+3
2024-08-01Update comments for `{f16, f32, f64, f128}::midpoint`Trevor Gross-12/+12
2024-08-01Add `core` functions for `f16` and `f128` that require math routinesTrevor Gross-0/+347
2024-08-01Add math intrinsics for `f16` and `f128`Trevor Gross-0/+289
2024-08-01Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnrMatthias Krüger-3/+4
2024-08-01Hide internal sort moduleLukas Bergdoll-0/+1
2024-08-01fix dropck documentation for `[T;0]` special-caseBryanskiy-3/+4
2024-08-01core: use `compare_bytes` for more slice element typesjoboet-6/+19
2024-07-31raw_eq: using it on bytes with provenance is not UB (outside const-eval)Ralf Jung-2/+4
2024-07-31Apply review commentsLukas Bergdoll-45/+50
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-2/+121
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-120/+19
2024-07-30Rewrite binary search implementationAmanieu d'Antras-37/+50
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+28
2024-07-29CloneToUninit: use a private specialization traitPavel Grigorenko-117/+134
2024-07-29Sparkle some attributes over `CloneToUninit` stuffPavel Grigorenko-0/+7
2024-07-29impl CloneToUninit for str and CStrPavel Grigorenko-0/+61
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-28Update NonNull::align_offset quaranteesWiktor Przetacznik-3/+10
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