about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-02Cleanup `return` statements.Corey Farwell-4/+3
2016-09-26Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichtonJonathan Turner-35/+11
2016-09-25Move pass contants/types into the new `pass` module.Corey Farwell-33/+8
2016-09-25Fix incorrect alignment for `if` statement.Corey Farwell-1/+2
2016-09-25Use underscores to breakup long number.Corey Farwell-1/+1
2016-09-19rustdoc: implement --sysrootJorge Aparicio-1/+3
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+2
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-1/+1
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-9/+10
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+1
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-15/+6
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-2/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+0
2016-04-07Remove rustdocs json formatmitaa-94/+7
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-47/+75
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-83/+65
2016-04-05Add nightly check on rustdoc --extend-css optionGuillaume Gomez-1/+35
2016-04-05Add --extend-css option to rustdocGuillaume Gomez-2/+14
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+1
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-1/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+0
2016-03-10Auto merge of #32101 - SimonSapin:patch-11, r=alexcrichtonbors-1/+2
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-1/+1