summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-2/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-16/+23
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+1
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+8