about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-0/+2
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-0/+2
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+42
2024-05-14fix typo in x86_64-unknown-linux-none docsFederico Maria Morrone-1/+1
2024-05-13Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandryJacob Pratt-14/+11
2024-05-13Migrate fuchsia docs from `pm` to `ffx`Erick Tryzelaar-14/+11
2024-05-13Reword formatting for where clausesJosh Triplett-1/+1
2024-05-13style-guide: Also format where clauses on one line for short function declsJosh Triplett-5/+15
2024-05-13style-guide: Not all where clauses can be written as inline boundsJosh Triplett-1/+1
2024-05-13style-guide: Give a second example for associated type formattingJosh Triplett-0/+1
2024-05-13style-guide: Format single associated type `where` clauses on the same lineJosh Triplett-1/+13
2024-05-12docs: fix typo in platform-support docsFederico Maria Morrone-1/+1
2024-05-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-11docs: Document x86_64-unknown-linux-none targetFederico Maria Morrone-0/+42
2024-05-07Fuchsia test runner: fixup scriptMarc Khouri-6/+18
2024-05-06Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgrbors-0/+0
2024-05-06Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehussbors-62/+97
2024-05-06Update booksrustbot-0/+0
2024-05-06Make check-cfg docs more user-friendlyUrgau-62/+97
2024-05-06Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmeaseMatthias Krüger-1/+2
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+14
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-28/+1
2024-05-05Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomezGuillaume Gomez-1/+9
2024-05-05Add `rustfmt` cfg to well known cfgs listUrgau-1/+2
2024-05-04docs(hermit): Explain Hermit's template linkbarrett-1/+1
2024-05-04fix(docs): Correct Hermit links to loader + 'rusty-demo'Barrett-3/+3
2024-05-04docs(fix): incorrect Hermit links in the rustc bookBarrett-4/+4
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-62/+84
2024-05-02Stabilize exclusive_rangeRoss Smyth-28/+1
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-62/+84
2024-05-01Auto merge of #124404 - jonathanpallant:arm-target-changes-new, r=chrisncbors-99/+577
2024-05-01Auto merge of #121564 - ojeda:rustc-jobserver, r=ehussbors-0/+87
2024-04-30arm target docs: clarify A32/T32/Arm ISA/Thumb ISA/Thumb-2 ISAJonathan Pallant-15/+36
2024-04-30Recapitalise ARMvX{-Y} to ArmvX{-Y}Jonathan Pallant-81/+81
2024-04-30rustc: document the jobserverMiguel Ojeda-0/+87
2024-04-29arm target docs: small wording fixesJonathan Pallant-2/+2
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-6/+11
2024-04-29arm target docs: collapsed eabi and eabihf into oneJonathan Pallant-223/+56
2024-04-29Arm target doc wording tweaks based on review comments.Jonathan Pallant-27/+37
2024-04-29Adding new arm target docs to SUMMARY.mdJonathan Pallant-0/+7
2024-04-26Fixed some typographical errors in arm-none-eabi.md.Jonathan Pallant-3/+3
2024-04-26Add pages for every Cortex-M targetJonathan Pallant-39/+646
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-0/+12
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger-4/+4
2024-04-24Stabilise `inline_const`Gary Guo-34/+0
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-13/+14
2024-04-24chore: fix some typos in commentswhosehang-4/+4
2024-04-23Put the RFC behind a feature gate `result_ffi_guarantees`Arvind Mukund-0/+14
2024-04-22Update booksrustbot-0/+0
2024-04-22Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoeristerbors-15/+16