about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2023-05-08Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi-14/+83
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-0/+6
2023-05-08Mark s390x condition code register as clobbered in inline assemblyTaiki Endo-2/+11
2023-05-07PS Vita std supportNikolay Arhipov-14/+83
2023-05-06update Rust Unstable Book docs for `--extern force`Matt Hammerly-0/+2
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-34/+8
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-0/+6
2023-05-04`--print target-cpus` shows default target cpu, updated docsJames Dietz-1/+2
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-17/+126
2023-05-03Update documentation for LLVM CFI supportRamon de C Valle-17/+126
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-27/+0
2023-05-02Add unset-exec-env compiletest header.Eric Huss-0/+3
2023-04-29Add `rustdoc::unescaped_backtick` lintLukas Markeffsky-0/+38
2023-04-28Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errorsbors-1/+1
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-1/+1
2023-04-27Rollup merge of #110905 - john-h-k:docs/cargo-flags, r=jyn514Matthias Krüger-2/+2
2023-04-27Remove invalid value from scraped-examples.mdJohn Kelly-2/+2
2023-04-27Rollup merge of #110426 - calebcartwright:style-let-else-examples, r=compiler...Matthias Krüger-12/+25
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-5/+0
2023-04-26docs(style): add more let-else examplesCaleb Cartwright-12/+25
2023-04-26typolcnr-1/+1
2023-04-26extend the sixth requirementlcnr-0/+4
2023-04-26Remove libstd_thread_internals from unstable book.Mara Bos-5/+0
2023-04-26Rollup merge of #110641 - GuillaumeGomez:rustdoc-in-doc-settings, r=notriddleMatthias Krüger-6/+66
2023-04-26Rollup merge of #110418 - jsoref:spelling-rustdoc, r=jyn514jyn-5/+5
2023-04-25Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieubors-1/+16
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-1/+16
2023-04-24Update booksrustbot-0/+0
2023-04-22Add new rustdoc book chapter to describe in-doc settingsGuillaume Gomez-6/+66
2023-04-22Add docs for compare-output-lines-by-subset flag (#1677)Lukas Wirth-0/+5
2023-04-22fix typo (#1674)Tshepang Mbambo-1/+1
2023-04-22Fix links in how-to-build-and-run.md (#1679)Brian Kung-3/+3
2023-04-20Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiserMatthias Krüger-0/+59
2023-04-20Style fix for loongarch-linux.mdSlanterns-0/+2
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-34/+8
2023-04-18Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book...Matthias Krüger-3/+6
2023-04-17Rollup merge of #110337 - iterion:patch-1, r=jyn514Matthias Krüger-2/+2
2023-04-17Add list of supported disambiguators and suffixes for intra-doc links in the ...Guillaume Gomez-3/+6
2023-04-16Spelling src/docJosh Soref-9/+9
2023-04-16spelling: typographicalJosh Soref-1/+1
2023-04-16spelling: githubJosh Soref-4/+4
2023-04-16docs: document new `suggest-tests` toolEzra Shaw-0/+73
2023-04-16Fix extra slashOhad Ravid-1/+1
2023-04-15Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r...bors-0/+11
2023-04-14Update how-to-read-rustdoc.mdMichael Howell-0/+11
2023-04-14Correct default value for default-linker-librariesAdam Sunderland-2/+2
2023-04-14Rollup merge of #110328 - GuillaumeGomez:auto-disambiguation-proc-trait, r=no...Matthias Krüger-0/+7
2023-04-14Add explanations for auto-disambiguation when an intra doc link is resolved t...Guillaume Gomez-0/+7
2023-04-14Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomezYuki Okushi-1/+26
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-1/+13