summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2018-07-07Apply security patch for rustdocsteveklabnik-1/+7
2018-04-30Removed unused dependencies on rustc_const_mathOliver Schneider-1/+0
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-1/+2
2018-04-27rustdoc asks for dyn_trait feature in stage0Christian Poveda-0/+2
2018-04-27removed dyn trait attribute from librustdocChristian Poveda-1/+0
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-0/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-2/+1
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-5/+51
2018-04-16Add error-format and color-config options to rustdocGuillaume Gomez-5/+51
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-0/+1
2018-04-16Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomezbors-7/+15
2018-04-13add -C parameter to rustdocQuietMisdreavus-7/+15
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-2/+0
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+0
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-0/+1
2018-04-09Convert sort_unstable_by to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
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