about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-17Remove info for path (fixup #24452)Manish Goregaokar-1/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-1/+0
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Fallout: move from scoped to spawnAaron Turon-2/+2
2015-04-05Changes rustdoc --passes help messageRemi Rampin-2/+3
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-4/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-5/+4
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-2/+2
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+1
2015-03-26update everything to use Entry defaultsAlexis-3/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+4
2015-03-26Register new snapshotsAlex Crichton-2/+2