about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2020-10-05Revamp rustdoc docs about documentation using `cfg`Joshua Nelson-21/+50
2020-10-05Pass tune-cpu to LLVMMingye Wang-2/+18
2020-10-04Removes reg aliases since there are many ABIs: o32/n32/n64Lzu Tao-3/+0
2020-10-04Add asm! support for mips64Lzu Tao-10/+12
2020-10-04mips32: Add f64 hard-float supportLzu Tao-1/+1
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-2/+4
2020-10-03Add doc for invalid_html_tag lintGuillaume Gomez-0/+33
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-0/+2
2020-10-02Update doc alias documentationGuillaume Gomez-0/+2
2020-10-01Move aarch64-apple-darwin to tier 2Jake Goulding-3/+3
2020-10-01Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkovDylan DPC-9/+8
2020-09-30Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievinkbors-0/+8
2020-09-30Rollup merge of #77348 - ehuss:update-books, r=ehussJonas Schievink-0/+0
2020-09-30Add more tests and check for ABIHugues de Valon-0/+6
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+75
2020-09-29Update booksEric Huss-0/+0
2020-09-28Add unstable book docs for `-Zunsound-mir-opts`Wesley Wiser-0/+8
2020-09-28Update unstable-book: Fix ABNF in inline assembly docsJethro Beekman-1/+1
2020-09-27Rollup merge of #77249 - jyn514:private-links, r=ManishearthJonas Schievink-0/+40
2020-09-27Rollup merge of #76839 - lzutao:mips-asm, r=AmanieuJonas Schievink-1/+16
2020-09-27Add documentation for `private_intra_doc_links`Joshua Nelson-0/+40
2020-09-27Add MIPS asm! supportLzu Tao-1/+16
2020-09-25Adds a GitHub Actions CI build for aarch64-pc-windows-msvc via cross-compilat...Arlo Siemsen-1/+1
2020-09-25Remove note about missing ios/tvos targets in platform docs.Eric Huss-9/+8
2020-09-24Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearthbors-61/+105
2020-09-18Rename method to `assert_len`dylni-10/+10
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-10/+10
2020-09-17Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-16Auto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandrybors-0/+0
2020-09-16Rollup merge of #76764 - ehuss:update-books, r=ehussTyler Mandry-0/+0
2020-09-16Auto merge of #76420 - Gelbpunkt:aarch64-linux-musl, r=pietroalbinibors-1/+1
2020-09-16Rollup merge of #76675 - lzutao:asm_doc, r=AmanieuDylan DPC-3/+22
2020-09-16document how to use memory addresses as operandsLzu Tao-0/+19
2020-09-15Update booksEric Huss-0/+0
2020-09-15doc: platform-support.md: Move to tier 3Alistair Francis-1/+1
2020-09-15doc: platform-support.md: Document portAlistair Francis-0/+1
2020-09-14Update src/doc/rustdoc/src/lints.mdManish Goregaokar-2/+2
2020-09-14Update based on @alex's PRJens Reidel-1/+1
2020-09-14Stabilize doc_alias featureGuillaume Gomez-39/+14
2020-09-13Fix lint name in docsManish Goregaokar-1/+1
2020-09-13Resolve some conflictsManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Fill out docs on intra-doc resolution failure lintManish Goregaokar-4/+39
2020-09-13Mention URL fragmentsManish Goregaokar-0/+9
2020-09-13Mention super/crate/self in docsManish Goregaokar-1/+1
2020-09-13Move intra-doc-links documentation out of unstable sectionManish Goregaokar-57/+57
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-0/+58
2020-09-13Auto-generate lint documentation.Eric Huss-1562/+36
2020-09-13make llvm_asm options more intenseLzu Tao-3/+3