summaryrefslogtreecommitdiffstats
path: root/src/book
AgeCommit message (Expand)Author
2021-01-13Add missing parenthesis in doc comment.Eric Huss
2021-01-10Add intra-docs links to docspierwill
2021-01-07Change `init --theme` to place theme in root. (#1432)Eric Huss
2020-12-31Clippy lint: Remove unnecessary cloneapatniv
2020-12-27Provide useful feedback if user executes command in different folder (#1407)Vivek Bharath Akupatni
2020-12-05Run rust formmaterapatniv
2020-12-05Add more context regarding which missing file creation failedapatniv
2020-11-10Merge pull request #1285 from FrankHB/patch-1Eric Huss
2020-10-07Added a test.FrankHB
2020-09-29Avoided the redundant allocation.FrankHB
2020-09-22Add config option to disable print html, css, and iconRoss MacArthur
2020-09-06Adjust wordingEric Huss
2020-09-03collect all test failures before failingGus Wynn
2020-08-08delete '+' replacement and use cargo fmt to formatEvian-Zhang
2020-08-03allow space in SUMMARY.md's link destinationEvian-Zhang
2020-07-29summary: turn SoftBreak events into spaces.Érico Rolim
2020-07-25Handled UTF-8 BOMFrankHB
2020-06-23Add SVG favicon.Eric Huss
2020-05-20Update dependencies. (#1211)Eric Huss
2020-05-18make part titles another SummaryItemmark
2020-05-17try to satisfy msrv?mark
2020-05-17implement support for book partsmark
2020-05-10fix issues from code reviewMathieu David
2020-05-10Bring back draft chaptersMathieu David
2020-05-10Fix some clippy warnings.Eric Huss
2020-04-21Make new [rust] config and move edition config under itkngwyu
2020-04-21Add support for Rust editionGabriel Majeri
2020-03-24Revert "Support anchors in SUMMARY (#1173)" (#1175)Dylan DPC
2020-03-24Support anchors in SUMMARY (#1173)Martin Carton
2020-03-18Fix SUMMARY's parse_numbered with commentdalance
2019-11-17Exposed the execute_build_process() method to 3rd partiesMichael Bryan
2019-11-11Upgrade pulldown_cmark to 0.6.1Marcus Klaas de Vries
2019-11-11Revert "Add support for Rust edition 2018 in playpens (#1086)" (#1093)Dylan DPC
2019-11-11Add support for Rust edition 2018 in playpens (#1086)Gabriel Majeri
2019-10-29rust-lang-nursery -> rust-langSteve Klabnik
2019-08-30Implement a markdown renderer (#1018)Carol (Nichols || Goulding)
2019-07-21Made sure the tests passMichael Bryan
2019-07-21The MDBook::build() method no longer cleans the renderer's build directoryMichael Bryan
2019-06-20Use iterator instead of for loopJeremy Stucki
2019-06-12Merge pull request #891 from integer32llc/include-before-testEric Huss
2019-06-11Update to pulldown-cmark 0.5. (#898)Eric Huss
2019-05-31Remove 'static lifetime from static vars (#947)lzutao
2019-05-30Remove unnecessary ::<crate>Lzu Tao
2019-05-25Transition to 2018 edition (#933)lzutao
2019-05-09Revert "Merge pull request #889 from s3bk/master" (#917)Allen
2019-05-08Fix issue 832 (#841)Bas Bossink
2019-05-06Deny 2018 edition idioms globally (#911)lzutao
2019-05-06Fix most of clippy warnings (#914)lzutao
2019-05-05cargo fmtLzu Tao
2019-05-04Merge pull request #889 from s3bk/masterDylan DPC