about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-15/+8
2021-04-08Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnikbors-5/+5
2021-04-07Fix some typos in docs for `-C split-debuginfo`Camelid-5/+5
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-48/+0
2021-04-05Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisaDylan DPC-2/+2
2021-04-05Apply suggestions from code reviewJoshua Nelson-1/+1
2021-04-05Disallow the use of high byte registes as operands on x86_64Amanieu d'Antras-2/+2
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-15/+8
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-1/+7
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-32/+0
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-0/+1
2021-04-04wasm64Gus Caplan-0/+1
2021-04-04Update clobber example in the asm documentationAmanieu d'Antras-1/+7
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-32/+0
2021-04-02Add newer range patterns to unstable bookJubilee Young-0/+50
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-50/+55
2021-03-29Update booksEric Huss-0/+0
2021-03-27Update rustup cross-compilation docs linkJon Jensen-1/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-36/+0
2021-03-21Update doc/reference submoduleNikita Popov-0/+0
2021-03-19remove unstable book chaptermark-36/+0
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-0/+7
2021-03-17Rollup merge of #83206 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-03-16Update booksEric Huss-0/+0
2021-03-16Show details in cfg version unstable bookIvan Tham-3/+4
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-50/+55
2021-03-12Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157Yuki Okushi-0/+1
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-0/+15
2021-03-10Fix "run" button position in error indexGuillaume Gomez-0/+1
2021-03-10Allow doc alias attributes to use both list and valueGuillaume Gomez-0/+7
2021-03-10Rollup merge of #82733 - Yn0ga:master, r=estebankYuki Okushi-0/+1
2021-03-09address pr review commentskatelyn a. martin-1/+2
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-0/+14
2021-03-08Rollup merge of #82810 - amaurremi:source-based-coverage-typo, r=ehussMara Bos-1/+1
2021-03-07Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplettYuki Okushi-2/+2
2021-03-05Typo fix: cargo cov -> cargo profdataMarianna Rapoport-1/+1
2021-03-04Add powerpc-unknown-openbsd targetyn0ga-0/+1
2021-03-04Rollup merge of #82690 - jyn514:remove-pass-docs, r=ManishearthGuillaume Gomez-132/+67
2021-03-04Update rustdoc documentationJoshua Nelson-132/+67
2021-03-04Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomezYuki Okushi-0/+6
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-14/+21
2021-03-02Improve page load performance in rustdoc.Jacob Hoffman-Andrews-0/+6
2021-03-02Rollup merge of #82691 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-03-02Rollup merge of #80874 - jyn514:intra-doc-docs, r=ManishearthYuki Okushi-13/+62
2021-03-01Update booksEric Huss-0/+0
2021-03-01Address review commentsJoshua Nelson-14/+21
2021-03-01Change built-in kernel targets to be os = none throughoutJohn Ericson-2/+2
2021-03-01Update supported platforms docJakub Kulik-2/+2
2021-02-28Auto merge of #82350 - ehuss:test-chapter, r=jyn514bors-1/+287