summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2024-06-06Wrap Context.ext in AssertUnwindSafeJubilee Young
2024-05-24Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)`beetrees
2024-04-28Replace version placeholders for 1.79Mark Rousskov
2024-04-28Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDentonMatthias Krüger
2024-04-27Unconditionally call really_initJubilee Young
2024-04-27Elaborate in comment about `statx` probeTobias Bucher
2024-04-27Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstriebbors
2024-04-27Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc`Daria Sukhonina
2024-04-27Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r...Matthias Krüger
2024-04-26thread_local: refine LazyKeyInner::take safety docJubilee
2024-04-26Rollup merge of #124410 - RalfJung:path-buf-transmute, r=NilstriebJacob Pratt
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung
2024-04-26Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboetbors
2024-04-25Convert some iter macros to normal functionsScott McMurray
2024-04-25Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnayMichael Goulet
2024-04-25thread_local: split refs to fields of KeyJubilee Young
2024-04-25thread_local: use less &mut T in LazyKeyInner::takeJubilee Young
2024-04-25remove trivial boundslcnr
2024-04-24Stabilize Utf8ChunksDavid Tolnay
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