summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
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