about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-08-08Stabilize `Ready::into_inner()`daxpedda-2/+1
2024-08-07Mark `{f32,f64}::{next_up,next_down,midpoint}` inlineTrevor Gross-0/+6
2024-08-06Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnayTrevor Gross-6/+645
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-2/+75
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-0/+1
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+8
2024-08-05nontemporal_store: make sure that the intrinsic is truly just a hintRalf Jung-5/+5
2024-08-05Rollup merge of #128619 - glandium:last_chunk, r=scottmcmMatthias Krüger-1/+1
2024-08-05Rollup merge of #128609 - swenson:smaller-faster-dragon, r=AmanieuMatthias Krüger-23/+26
2024-08-05Correct the const stabilization of `<[T]>::last_chunk`Mike Hommey-1/+1
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-31/+44
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/+75
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-120/+19
2024-07-30Rewrite binary search implementationAmanieu d'Antras-31/+44
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/+21
2024-07-29Stabilize offset_of_nestedGeorge Bateman-2/+3
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-561/+318
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