summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-5/+6
2015-03-23rustdoc: interpret all leading feature attributes in examples as crate attrib...Brian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-3/+2
2015-03-12Stabilize std::pathAaron Turon-1/+2
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+1