about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2023-06-05Add an example of placeholders.Eric Huss-2/+34
2023-06-05Rewrite recommended demangling for lifetimes using "De Bruijn level".Eric Huss-5/+5
2023-06-05Clarify grammar for decimal-number cannot have leading zeroes.Eric Huss-4/+11
2023-06-05Clarify missing tick.Eric Huss-1/+1
2023-06-05Update from review from michaelwoerister.Eric Huss-9/+12
2023-06-05Remove 64-bit limit for base-62-numbers.Eric Huss-1/+1
2023-06-05Rearrange symbol-mangling chapter out of codegen-options.Eric Huss-81/+81
2023-06-05Add documentation on v0 symbol mangling.Eric Huss-2/+1233
2023-06-05Add chapter for re-exports in the rustdoc bookGuillaume Gomez-1/+180
2023-06-05Std support improvement for ps vita targetNikolay Arhipov-60/+15
2023-06-04Added custom risc32-imac for esp-espidf targetVictor Gil-4/+6
2023-06-02Remove "one thread in tests" limitation in nto-qnx.mdFlorian Bartels-7/+1
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-7/+0
2023-05-29Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieubors-16/+1
2023-05-26platform-support.md: document the various NetBSD targets.Havard Eidnes-6/+117
2023-05-26Add SafeStack support to rustcWesley Wiser-8/+33
2023-05-26Convert html table to markdownWesley Wiser-82/+12
2023-05-25Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomezMichael Goulet-3/+3
2023-05-25rustdoc book: document single tilde strikethroughLukas Markeffsky-3/+3
2023-05-24Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrumbors-2/+2
2023-05-23Rollup merge of #111845 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-05-23Promote loongarch64-unknown-linux-gnu to Tier 2 with host toolsWANG Rui-2/+2
2023-05-22Update referenceEric Huss-0/+0
2023-05-22Update booksrustbot-0/+0
2023-05-21doc: Update exploit-mitigations.md, update image3.pngMarcin S-3/+3
2023-05-18Document stack-protector optionMarcin S-5/+6
2023-05-11Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514Matthias Krüger-1/+43
2023-05-09Add esp-idf platform support pageScott Mabin-1/+43
2023-05-08Update booksrustbot-0/+0
2023-05-08asm: Stabilize loongarch64WANG Rui-16/+1
2023-05-08Rollup merge of #111331 - taiki-e:s390x-asm-cc, r=AmanieuYuki Okushi-2/+11
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-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