summaryrefslogtreecommitdiffstats
path: root/src/preprocess
AgeCommit message (Expand)Author
2023-05-13Apply clippy::needless_borrowEric Huss
2022-09-22feat: use once_cell instead of lazy_static (#1894)David
2022-09-09Require Rust 2021 editionDylan DPC
2022-07-09Revert "remove __non_exhaustive members, add non_exhaustive attribute instead"Joseph Priou
2022-07-09remove __non_exhaustive members, add non_exhaustive attribute insteadFauconfan
2022-06-27Fix Clippy lintsISSOtm
2022-05-05Use serde's `derive` feature instead of directly importing serde_deriveklensy
2021-08-24Format better and remove unnecessary borrowsBen Armstead
2021-05-08Add useful messages when command line preprocessor failsapatniv
2021-03-24Add page title override: {{#title My Title}} (#1381)David Tolnay
2020-11-05Fix stray spacing after #playground codeDavid Tolnay
2020-09-23Rename `book-example` to `guide` (#1336)Camelid
2020-06-22Rename playpen to playground. (#1241)Eric Huss
2020-05-20Update dependencies. (#1211)Eric Huss
2020-05-10Bring back draft chaptersMathieu David
2020-05-03Links preprocessor: support pluses in file pathsTomasz Kurcz
2020-05-03Links preprocessor: test links with special charactersTomasz Kurcz
2019-10-06Implement a `rustdoc_include` preprocessor (#1003)Carol (Nichols || Goulding)
2019-08-13Another refactoring in links.rs (#1001)Carol (Nichols || Goulding)
2019-08-06Rework a match to possibly be more understandableCarol (Nichols || Goulding)
2019-08-06Unnest another conditionalCarol (Nichols || Goulding)
2019-08-06Unnest a conditionalCarol (Nichols || Goulding)
2019-08-06Don't bother splitting the path after the 3rd colonCarol (Nichols || Goulding)
2019-08-06Increase test coverage of parse_include_pathCarol (Nichols || Goulding)
2019-08-06Ensure the iterator will always return None after the first NoneCarol (Nichols || Goulding)
2019-08-06Factor out the use of different ranges from linktypeCarol (Nichols || Goulding)
2019-07-14Add include by anchor in preprocessor.BenoƮt CORTIER
2019-07-04Small cleanups of variable/field names (#970)Carol (Nichols || Goulding)
2019-06-19Switch to the standard library's fs::read_to_stringCarol (Nichols || Goulding)
2019-05-25Transition to 2018 edition (#933)lzutao
2019-05-06Deny 2018 edition idioms globally (#911)lzutao
2019-05-06Fix most of clippy warnings (#914)lzutao
2019-05-05cargo fmtLzu Tao
2018-12-04Run rustfmt.Bas Bossink
2018-12-04Solve the simplest clippy warnings and run rustfmtBas Bossink
2018-10-20Added a round-trip test to make sure parse_input() is always correctMichael Bryan
2018-10-20Made __non_exhaustive fields #[serde(skip)]Michael Bryan
2018-09-25Rewrote a large proportion of the Preprocessor docs to be up-to-dateMichael Bryan
2018-09-19Forgot to implement 3rd party preprocessor discoveryMichael Bryan
2018-09-16Fleshed out the api docsMichael Bryan
2018-09-16The example preprocessor worksMichael Bryan
2018-09-16We can shell out to the preprocessorMichael Bryan
2018-09-16The example can now tell mdbook if renderers are supportedMichael Bryan
2018-09-16Started working on a custom preprocessorMichael Bryan
2018-09-16Notify preprocessors of the mdbook version and add __non_exhaustive elementsversionMichael Bryan
2018-09-10Configurable preprocessor (#658)Michael Bryan
2018-08-02Fix escaped link preprocessorMatt Ickstadt
2018-07-23Run rustfmtMatt Ickstadt
2018-06-04Use `saturating_sub` instead of `checked_sub.unwrap_or`Hiroki Noda
2018-05-20Recursively apply preprocessor (#682)Andrew Gauger