summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-8/+30
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-4/+4
2018-03-29Rename main theme into light themeGuillaume Gomez-4/+4
2018-03-29tidyQuietMisdreavus-2/+8
2018-03-28use --edition for doctests, rather than just the crateQuietMisdreavus-1/+1
2018-03-27add --edition flag to rustdocQuietMisdreavus-6/+22
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-1/+8
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-3/+6
2018-03-06Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr...Alex Crichton-0/+9
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-03-05Add resource-suffix option for rustdocGuillaume Gomez-0/+9
2018-02-18Generate documentation for auto-trait implsAaron Hill-1/+3
2018-02-16Remove hoedown from rustdocGuillaume Gomez-35/+6
2018-02-08Pass themes folder as parameterGuillaume Gomez-5/+5
2018-02-08Add tests for themesGuillaume Gomez-4/+4
2018-02-08Improve output a bit in case of errorGuillaume Gomez-4/+7
2018-02-08Add test when trying to add new themeGuillaume Gomez-5/+16
2018-02-08get differencesGuillaume Gomez-1/+3
2018-02-08Add theme testsGuillaume Gomez-0/+27
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-2/+0
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-1/+16
2018-01-22Update to new commonmark argManish Goregaokar-3/+3
2018-01-22cleanupQuietMisdreavus-1/+1
2018-01-22Make correct resolver available in rustdocManish Goregaokar-1/+1
2018-01-22add RenderType to DocContextQuietMisdreavus-1/+6
2018-01-21Add themes optionGuillaume Gomez-1/+16
2018-01-19Allow runtime switching between trans backendsbjorn3-1/+3
2018-01-17Rollup merge of #47398 - GuillaumeGomez:pulldown-warnings, r=QuietMisdreavusGuillaume Gomez-5/+5
2018-01-12Switch to pulldown as default markdown rendererGuillaume Gomez-5/+5
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1
2017-12-27rustdoc: add option to abort process on markdown differencesQuietMisdreavus-1/+7
2017-12-18Fix tidy issuevarkor-1/+2
2017-12-17Add an option to allow rustdoc to list modules by appearancevarkor-1/+6
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-13/+13
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-0/+1
2017-11-30Show hidden items with rustdoc's document-privateChristian Duerr-1/+0
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
2017-11-03Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt-1/+0
2017-10-17Create a new flag, --document-private-itemssteveklabnik-0/+19
2017-10-17Deprecate several flags in rustdocsteveklabnik-0/+22
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-2/+6
2017-10-09let rustdoc print the crate version into docsQuietMisdreavus-0/+6
2017-09-11rustc: use ty::Const for the length of TyArray.Eduard-Mihai Burtescu-0/+1
2017-08-30Print warning whatever the rendering modeGuillaume Gomez-1/+0
2017-08-30Update unstable-crate testGuillaume Gomez-1/+1
2017-08-30Add warnings when rustdoc html rendering differsGuillaume Gomez-0/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+1