summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2021-04-20Fix broken doc linkStephen Albert-Moore-1/+1
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-48/+0
2021-04-09set allow_fail back on each exampleTimothée Delabrouille-17/+17
2021-04-09fix misspelling of register xmm23 which made xmm13 being clobbered twiceTimothée Delabrouille-1/+1
2021-04-09conjugationTimothée Delabrouille-1/+1
2021-04-09remove allow_fail and uncomment the [feature(asm)] on every exampleTimothée Delabrouille-30/+30
2021-04-09Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue...Timothée Delabrouille-1/+1
2021-04-09precisions on the authorized labels + typoTimothée Delabrouille-2/+2
2021-04-09add 'allow_fail' to exampleTimothée-1/+1
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
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-05Disallow the use of high byte registes as operands on x86_64Amanieu d'Antras-2/+2
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-1/+7
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-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-30/+33
2021-03-19remove unstable book chaptermark-36/+0
2021-03-16Show details in cfg version unstable bookIvan Tham-3/+4
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-30/+33
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-05Typo fix: cargo cov -> cargo profdataMarianna Rapoport-1/+1
2021-02-27Rollup merge of #82396 - pickfire:patch-5, r=GuillaumeGomezDylan DPC-2/+2
2021-02-27Add for example word to spotlight docIvan Tham-2/+2
2021-02-25Rollup merge of #82463 - jrmuizel:patch-1, r=steveklabnikAaron Hill-1/+1
2021-02-24Use Oxform commaIvan Tham-1/+1
2021-02-23panic_bounds_checks should be panic_bounds_checkJeff Muizelaar-1/+1
2021-02-23Fix typo in sanitizer flag in unstable book.Corey Farwell-2/+2
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-10/+0
2021-02-22Add Future trait for doc_spotlight feature docIvan Tham-2/+2
2021-02-12Remove unnecessary documentation pagedylni-10/+0
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-10/+10
2021-02-12Improve design of `assert_len`dylni-10/+10
2021-02-08HWASan documentationTri Vo-2/+87
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+31
2021-02-04Adjust global_asm doc test to work on all platforms.Eric Huss-3/+5
2021-02-04tidy: Run tidy style against markdown files.Eric Huss-44/+40
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+88
2021-01-30Remove const_in_array_rep_exprkadmin-11/+0
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+15
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2021-01-10Fix typo in source-based-code-coverage.mdIkko Ashimine-1/+1
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-25/+6
2020-12-29Fix typo in ffi-pure.mdIkko Ashimine-1/+1
2020-12-13Fix `cargo-binutils` linkEFanZh-3/+3
2020-12-10Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obkTyler Mandry-21/+2
2020-12-10Update sanitizer supported docs to reflect realityCorey Farwell-2/+26
2020-12-10Update const-fn doc in unstable-bookDaiki Ihara-21/+2
2020-12-07Fixes to Rust coverageRich Kadel-4/+87