summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-03-07Add info in `rustdoc --passes list`Simon Sapin-1/+2
2016-03-06Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichtonbors-0/+2
2016-03-06Split out rustdoc pass to strip private importsmitaa-0/+2
2016-03-04Refactor rustdocs attribute handlingmitaa-22/+17
2016-03-04Simplify `if let`/`match` expressionsmitaa-38/+17
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-1/+1
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-0/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-15Add a testNick Cameron-3/+4
2015-12-21Register new snapshotsAlex Crichton-6/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-3/+3
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+0
2015-11-26fix tests & rustdocAriel Ben-Yehuda-0/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+0
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1
2015-08-25Respect `--color` when printing early errorsBarosl Lee-2/+3
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-2/+0
2015-07-16rustdoc: properly capture rustc outputSteve Klabnik-4/+3
2015-07-12Implement RFC 1058Simonas Kazlauskas-2/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-6/+9
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-4/+3
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1