summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2017-07-27Build rustdoc on-demand.Mark Simulacrum-0/+1
2017-06-22Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichtonMark Simulacrum-1/+5
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-1/+5
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-78/+133
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-25Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercupbors-3/+4
2017-05-24Add precisions for the help message for --extend-cssGuillaume Gomez-2/+3
2017-05-18Give a nicer error for non-Unicode arguments to rustc and rustdocJosh Stone-2/+9
2017-05-13Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcvMark Simulacrum-1/+12
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-08Add markdown-[before|after]-content optionsGuillaume Gomez-1/+12
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-3/+8
2017-05-03remove use of `ast_ty_to_ty_cache` from librustdocNiko Matsakis-0/+1
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-3/+8
2017-05-02Set --extend-css stableGuillaume Gomez-3/+3
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-4/+16
2017-04-20Fix line display for hoedownGuillaume Gomez-0/+1
2017-04-16rustc: expose monomorphic const_eval through on-demand.Eduard-Mihai Burtescu-1/+0
2017-03-28Update to last pulldown versionGuillaume Gomez-1/+1
2017-03-28Replace hoedown with pull in rustdocGuillaume Gomez-0/+1
2017-03-23Remove internal liblogAlex Crichton-0/+2
2017-01-26Fix full path being output with `rustdoc -h`Michael Gattozzi-1/+1
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-1/+0
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-1/+0
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-2/+3
2016-12-15rustdoc: a formatting nitTshepang Lekhonkhobe-2/+3
2016-12-13Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum...bors-9/+23
2016-12-12feat(rustdoc): harmonise error messagesMichael Zapata-9/+23
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-12-01Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichtonbors-9/+6
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-30rustdoc: fix up --playground-urlLiigo Zhuang-5/+2
2016-11-30unstable --playground-url, add test codeLiigo Zhuang-4/+4
2016-11-24rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.Eduard-Mihai Burtescu-83/+89
2016-11-14rustdoc: add cli argument `--playground-url`Liigo-0/+8