about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-04-27Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstriebbors-7/+4
2024-04-27Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc`Daria Sukhonina-7/+4
2024-04-27Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r...Matthias Krüger-9/+12
2024-04-26thread_local: refine LazyKeyInner::take safety docJubilee-1/+1
2024-04-26Rollup merge of #124410 - RalfJung:path-buf-transmute, r=NilstriebJacob Pratt-7/+25
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-40/+57
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung-7/+25
2024-04-26Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboetbors-21/+20
2024-04-25Convert some iter macros to normal functionsScott McMurray-21/+20
2024-04-25Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnayMichael Goulet-3/+1
2024-04-25thread_local: split refs to fields of KeyJubilee Young-3/+4
2024-04-25thread_local: use less &mut T in LazyKeyInner::takeJubilee Young-6/+8
2024-04-25remove trivial boundslcnr-13/+7
2024-04-24Stabilize Utf8ChunksDavid Tolnay-40/+57
2024-04-25Rollup merge of #124351 - Treeniks:master, r=workingjubileeMatthias Krüger-1/+1
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger-3/+1
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger-1/+1
2024-04-24fix typo in binary_heap docsThomas Lindae-1/+1
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors-9/+37
2024-04-24Stabilize `std::path::absolute`Chris Denton-3/+1
2024-04-24Add `cfg_attr(bootstrap)` to doc testsGary Guo-0/+3
2024-04-24Stabilise `inline_const`Gary Guo-7/+6
2024-04-24Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-04-24Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDentonLeón Orell Valerian Liehr-5/+14
2024-04-24Rollup merge of #124281 - RalfJung:win-tls, r=joboetLeón Orell Valerian Liehr-4/+22
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-3/+4
2024-04-24chore: fix some typos in commentswhosehang-1/+1
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir-0/+1
2024-04-23Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgrbors-7/+79
2024-04-23Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyoMatthias Krüger-7/+79
2024-04-23Rollup merge of #123048 - RalfJung:layout, r=dtolnayLeón Orell Valerian Liehr-1/+3
2024-04-23Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-seMatthias Krüger-14/+21
2024-04-23fix weak memory bug in TLS on WindowsRalf Jung-4/+22
2024-04-23windows fill_utf16_buf: explain the expected return valueRalf Jung-5/+14
2024-04-23Rollup merge of #124266 - RalfJung:no-answer, r=joboetMatthias Krüger-8/+1
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-0/+288
2024-04-22Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnayGuillaume Gomez-21/+23
2024-04-22Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472Guillaume Gomez-27/+89
2024-04-22remove an unused type from the reentrant lock testsRalf Jung-8/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-21/+23
2024-04-22Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhprattMatthias Krüger-1/+1
2024-04-22Add comma at one place in `abs()` documentationGurinder Singh-1/+1
2024-04-21Update stdarch submoduleBen Kimock-0/+0
2024-04-21Address more PR feedbackScott McMurray-1/+2
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-8/+46
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-0/+26
2024-04-21Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp...Guillaume Gomez-1/+2
2024-04-21Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-...Guillaume Gomez-38/+66
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-38/+66
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors-3/+5