summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-10-23Add colors for rustdoc primitives, type, and macros linksmdinger-2/+2
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-3/+2
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-1/+1
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-1/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-14/+15
2015-08-24fallout from moving def-idNiko Matsakis-6/+6
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-1/+5
2015-08-08rustc: rename multiple imports in a listSean McArthur-2/+7
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-0/+13
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-2/+1
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-3/+3
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-3/+3
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-0/+19
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-6/+6
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-122/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-9/+9
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-0/+12
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-11/+24
2015-04-07rustdoc: Link "Trait Implementations" to sourcesAlex Crichton-67/+41
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-1/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-4/+4
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-3/+3
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-3/+0
2015-02-20Escape some rustdoc stringsSimonas Kazlauskas-12/+15
2015-02-15Count and show the deprecated attribute againSimonas Kazlauskas-5/+18
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1
2015-02-06Print full Type::ResolvedPaths starting with SelfTom Jakubowski-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-33/+30
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-9/+9
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-27/+27
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-8/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+3
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-1/+1
2015-01-21Remove unused stability levels from compilerBrian Anderson-8/+3
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-26/+26
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-26/+26
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+1
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-12rustdoc: Remove traces of old closuresTom Jakubowski-55/+0