about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-14Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-SimulacrumMatthias Krüger-6/+26
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-7/+47
2024-08-13Make `std::os::darwin` publicMads Marquart-15/+37
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 #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkovMatthias Krüger-2/+14
2024-08-13Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=AmanieuMatthias Krüger-89/+151
2024-08-13Reduce merged doctest source code sizeGuillaume Gomez-0/+34
2024-08-13Mark location doctest as standalone since file information will not work in m...Guillaume Gomez-1/+1
2024-08-13Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgrbors-181/+144
2024-08-13Rollup merge of #128745 - dtolnay:spawnunchecked, r=workingjubileeMatthias Krüger-8/+7
2024-08-13Rollup merge of #128655 - joboet:play_with_the_dice, r=ChrisDentonMatthias Krüger-173/+137
2024-08-13`#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler errorTobias Bucher-2/+2
2024-08-13Allow to customize `// TODO:` comment for deprecated safe autofixTobias Bucher-2/+14
2024-08-13Auto merge of #128962 - devnexen:fs_get_mode_haiku, r=workingjubileebors-27/+0
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-5/+8
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-12trying common codepath for every unixesDavid Carlier-29/+0
2024-08-12std::fs: get_mode implementation for haiku.David Carlier-0/+2
2024-08-12Rollup merge of #129017 - its-the-shrimp:core_fmt_from_fn, r=NoratriebMatthias Krüger-7/+16
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-12Add `configure.rs` to the `include` listKleis Auke Wolthuizen-0/+1
2024-08-12std::fmt::FormatterFn -> std::fmt::FromFnschvv31n-7/+16
2024-08-12chore: releasegithub-actions[bot]-1/+1
2024-08-12Rollup merge of #128632 - joboet:dont_overwrite_style, r=AmanieuGuillaume Gomez-11/+15
2024-08-12Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,JubileeGuillaume Gomez-5/+5
2024-08-12Fix CI for targets that conditionally disable `f16` or `f128` supportKleis Auke Wolthuizen-182/+260
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-5/+8
2024-08-12std: use `/scheme/rand` on Redoxjoboet-1/+1
2024-08-12core: make documentation clearer, rename slice comparison specialization traitjoboet-15/+25
2024-08-12std: do not overwrite style in `get_backtrace_style`joboet-11/+15
2024-08-12Auto merge of #128862 - cblh:fix/128855, r=scottmcmbors-0/+1
2024-08-12Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcmbors-212/+389
2024-08-11Configure `f16` and `f128` support for WebAssemblyKleis Auke Wolthuizen-2/+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-89/+129
2024-08-10Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub...Guillaume Gomez-89/+129
2024-08-10Update std and compilerNadrieril-2/+2
2024-08-10Stabilize `min_exhaustive_patterns`Nadrieril-0/+2
2024-08-09Add an optimizer hint for the capacity that with_capacity_in returnsBen Kimock-1/+7
2024-08-09Hoist IS_ZST check out of RawVecInner::from_*_inBen Kimock-6/+15