about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+1
2024-08-14stabilize `option_get_or_insert_default`Slanterns-3/+1
2024-08-14stabilize `is_none_or`Slanterns-3/+1
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-89/+152
2024-08-14Rollup merge of #129001 - cblh:fix/128713, r=NoratriebMatthias Krüger-0/+5
2024-08-13stabilize `asm_const`Folkert-1/+1
2024-08-13Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboetMatthias Krüger-0/+1
2024-08-13Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=AmanieuMatthias Krüger-89/+151
2024-08-13Mark location doctest as standalone since file information will not work in m...Guillaume Gomez-1/+1
2024-08-13simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...Ralf Jung-1/+1
2024-08-13Revert to original loop for const pow exponentsMikhail Zabaluev-160/+110
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-3/+6
2024-08-12Add must_use attribute to Coroutine traitHenry Sloan-0/+1
2024-08-13chore(lib): fmt core::fmt::Formatter's write_fmt methodburlinchen-1/+1
2024-08-12Rollup merge of #129017 - its-the-shrimp:core_fmt_from_fn, r=NoratriebMatthias Krüger-6/+15
2024-08-13derive(SmartPointer): register helper attributesDing Xiang Fei-1/+1
2024-08-12Explicitly specify type parameter on FromResidual impls in stdlib.Zachary S-2/+33
2024-08-12std::fmt::FormatterFn -> std::fmt::FromFnschvv31n-6/+15
2024-08-12Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,JubileeGuillaume Gomez-5/+5
2024-08-12chore(lib): Enhance documentation for core::fmt::Formatter's write_fmt methodburlinchen-0/+5
2024-08-12ignore some vtable/fn ptr equality tests in Miri, their result is not fully p...Ralf Jung-3/+6
2024-08-12core: make documentation clearer, rename slice comparison specialization traitjoboet-15/+25
2024-08-12Auto merge of #128862 - cblh:fix/128855, r=scottmcmbors-0/+1
2024-08-12Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcmbors-0/+5
2024-08-11Do not use unnecessary endian conversion.Orson Peters-6/+4
2024-08-11Rollup merge of #128882 - RalfJung:local-waker-will-wake, r=cuviperMatthias Krüger-1/+7
2024-08-11Rollup merge of #120314 - mina86:i, r=Mark-SimulacrumMatthias Krüger-19/+42
2024-08-11Fix stability annotation and expand commentOrson Peters-2/+8
2024-08-10Hash Ipv*Addr as an integerOrson Peters-2/+19
2024-08-10Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomezbors-49/+73
2024-08-10Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub...Guillaume Gomez-49/+73
2024-08-10Update std and compilerNadrieril-1/+1
2024-08-09Polymorphize RawVecBen Kimock-0/+5
2024-08-09core: optimise Debug impl for ascii::CharMichal Nazarewicz-19/+42
2024-08-09make LocalWaker::will_wake consistent with Waker::will_wakeRalf Jung-1/+7
2024-08-09Fix linkchecker issueLukas Bergdoll-1/+1
2024-08-09fix: Ensure `Guard`'s `drop` method is removed at `opt-level=s` for `Copy` typesburlinchen-0/+1
2024-08-08Rollup merge of #128749 - tgross35:float-inline, r=scottmcmMatthias Krüger-0/+6
2024-08-08Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof...Matthias Krüger-3/+10
2024-08-07Add tracking issue to core-pattern-typeltdk-2/+2
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/+121
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