about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-05-02add f16 associated constantsTrevor Spiteri-1/+83
2024-05-02Auto merge of #124419 - WaffleLapkin:never-type-fallback-docs, r=workingjubileebors-0/+47
2024-05-02fixup links in never type docsWaffle Maybe-3/+3
2024-05-01Workaround rustfmt bug replacing type ascriptionMark Rousskov-0/+1
2024-05-02Slightly reformat !'s docs after applying github suggestionsWaffle Lapkin-5/+7
2024-05-01Step bootstrap cfgsMark Rousskov-248/+28
2024-05-02Apply suggestions from code reviewWaffle Maybe-8/+7
2024-05-01Replace version placeholders for 1.79Mark Rousskov-56/+53
2024-05-01Describe and use CStr literals in CStr and CString docsGeorge Bateman-12/+23
2024-05-01Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcmMatthias Krüger-0/+1
2024-05-01Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubileebors-16/+7
2024-04-29Add diagnostic item for std::iter::Iterator::enumerateChristopher B. Speir-0/+1
2024-04-29Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+2
2024-04-29Auto merge of #124502 - NCGThompson:statically-known-docs, r=jhprattbors-4/+39
2024-04-28Update is_val_statically_known docsNicholas Thompson-4/+39
2024-04-28Stabilize `non_null_convenience`Trevor Gross-78/+63
2024-04-28Fix va_list on watchOS and visionOSMads Marquart-16/+7
2024-04-28Fix #124478 - offset_of! returns a temporaryGeorge Bateman-2/+2
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-4/+10
2024-04-27Apply suggestions from code reviewWaffle Maybe-4/+9
2024-04-26Add missing .into_iter()Matthias Geier-1/+1
2024-04-26Extend the example code and assert the resultMatthias Geier-3/+10
2024-04-26Document never type fallback in `!`'s docsWaffle Lapkin-0/+41
2024-04-26Add "safety" commentMatthias Geier-0/+5
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-25/+51
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-25remove trivial boundslcnr-13/+7
2024-04-24Stabilize Utf8ChunksDavid Tolnay-25/+51
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger-1/+1
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors-0/+1
2024-04-24Fix cannot usage in time.rsJacob Trueb-2/+2
2024-04-24Add `cfg_attr(bootstrap)` to doc testsGary Guo-0/+3
2024-04-24Stabilise `inline_const`Gary Guo-4/+4
2024-04-24Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
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-23unroll first iter of checked_ilog loop to save one multiplicationTrevor Spiteri-2/+5
2024-04-23Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-seMatthias Krüger-14/+21
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-13/+19
2024-04-22Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472Guillaume Gomez-21/+16
2024-04-22export assert_unsafe_precondition macro for std-internal useThe 8472-4/+10
2024-04-22Stabilize generic `NonZero`.Markus Reiter-13/+19
2024-04-22Add comma at one place in `abs()` documentationGurinder Singh-1/+1
2024-04-21Address more PR feedbackScott McMurray-1/+2