about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-105/+150
2024-08-17Auto merge of #128598 - RalfJung:float-comments, r=workingjubileebors-500/+85
2024-08-17Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnaybors-0/+57
2024-08-16Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnaybors-2/+1
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-3/+1
2024-08-16float to/from bits and classify: update comments regarding non-conformant har...Ralf Jung-500/+85
2024-08-15Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubileeJubilee-1/+19
2024-08-15Add cautionary paragraph about noop wakers.Ian Jackson-0/+8
2024-08-15Rollup merge of #128946 - orlp:faster-ip-hash, r=joboetMatthias Krüger-2/+23
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-1/+1
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-7/+8
2024-08-14Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm许杰友 Jieyou Xu (Joe)-2/+6
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-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/+6
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-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/+13
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/+13
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