about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-23/+23
2020-03-26create a tracking issue and link to itNiko Matsakis-2/+2
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+120
2020-03-24Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino-0/+0
2020-03-24Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, r=Dy...Mazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-12/+12
2020-03-23Reword unused variable warningAlex Tokarev-2/+2
2020-03-16Update booksEric Huss-0/+0
2020-03-16Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPCDylan DPC-7/+7
2020-03-14Fix punctuation in rustdoc bookTimothée Gerber-1/+1
2020-03-14Change fenced code block type in rustdoc bookTimothée Gerber-1/+1
2020-03-14Clean up path separator in rustdoc bookTimothée Gerber-5/+5
2020-03-14Block version-specific docs from search enginesKornel-17/+2
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-20/+3
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-3/+3
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-2/+2
2020-03-10Rename rustc_guide to rustc_dev_guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-2/+2
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-51/+0
2020-03-08Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehussMazdak Farrokhzad-0/+1
2020-03-08Rollup merge of #69641 - ehuss:update-books, r=ehussMazdak Farrokhzad-0/+0
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-12/+15
2020-03-07Add new option to the documentation.O01eg-0/+1
2020-03-06Fix sequence of Type and Trait in optin-builtin-traits in Unstable BookArkadiusz Piekarz-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-19/+3
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-2/+2
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-7/+7
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+7
2020-03-04Update booksEric Huss-0/+0
2020-03-02Fix cross-DLL panics under MSVCAmanieu d'Antras-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-29Clean up unstable bookYuki Okushi-12/+15
2020-02-27Remove "important traits" featureGuillaume Gomez-51/+0
2020-02-26Stabilize --crate-version option in rustdocGuillaume Gomez-12/+12
2020-02-20Add documentation for the `-Zself-profile-events` flagWesley Wiser-0/+74
2020-02-17Add documentation for the `-Zself-profile` flagWesley Wiser-0/+47
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-0/+20
2020-02-13Update books.Eric Huss-0/+4
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+34
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+34
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+29
2020-02-06Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitorDylan DPC-0/+0
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-15/+11
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+29
2020-02-05Rollup merge of #68846 - king6cong:doc-fix, r=GuillaumeGomezDylan DPC-1/+1
2020-02-05doc fix on doc attributeking6cong-1/+1
2020-02-04Rollup merge of #68282 - tmiasko:sanitizer-example, r=steveklabnikDylan DPC-2/+10