summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2024-04-25Rollup merge of #124351 - Treeniks:master, r=workingjubileeMatthias Krüger
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger
2024-04-24fix typo in binary_heap docsThomas Lindae
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors
2024-04-24Stabilize `std::path::absolute`Chris Denton
2024-04-24Add `cfg_attr(bootstrap)` to doc testsGary Guo
2024-04-24Stabilise `inline_const`Gary Guo
2024-04-24Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errorsLeón Orell Valerian Liehr
2024-04-24Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDentonLeón Orell Valerian Liehr
2024-04-24Rollup merge of #124281 - RalfJung:win-tls, r=joboetLeón Orell Valerian Liehr
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer
2024-04-24chore: fix some typos in commentswhosehang
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir
2024-04-23Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgrbors
2024-04-23Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyoMatthias Krüger
2024-04-23Rollup merge of #123048 - RalfJung:layout, r=dtolnayLeón Orell Valerian Liehr
2024-04-23Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-seMatthias Krüger
2024-04-23fix weak memory bug in TLS on WindowsRalf Jung
2024-04-23windows fill_utf16_buf: explain the expected return valueRalf Jung
2024-04-23Rollup merge of #124266 - RalfJung:no-answer, r=joboetMatthias Krüger
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors
2024-04-22Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnayGuillaume Gomez
2024-04-22Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472Guillaume Gomez
2024-04-22remove an unused type from the reentrant lock testsRalf Jung
2024-04-22Stabilize generic `NonZero`.Markus Reiter
2024-04-22Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhprattMatthias Krüger
2024-04-22Add comma at one place in `abs()` documentationGurinder Singh
2024-04-21Update stdarch submoduleBen Kimock
2024-04-21Address more PR feedbackScott McMurray
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray
2024-04-21Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp...Guillaume Gomez
2024-04-21Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-...Guillaume Gomez
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors
2024-04-20Avoid reloading Vec::len across grow_one in pushMark Rousskov
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors
2024-04-20Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)
2024-04-20Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula...许杰友 Jieyou Xu (Joe)
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors
2024-04-20Add a lower bound check to `unicode-table-generator` outputArpad Borsos
2024-04-20Suggest using `unsigned_abs` in `abs` documentationGurinder Singh
2024-04-20Auto merge of #124114 - scottmcm:better-checked, r=workingjubileebors
2024-04-18Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=NilstriebJubilee
2024-04-18Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboetJubilee
2024-04-18Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcmJubilee
2024-04-18Make `checked` ops emit *unchecked* LLVM operations where feasibleScott McMurray
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors