summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-09-09rustdoc: Tweak the main template and CSS for semantic mark-up.Kang Seonghoon-16/+28
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-1/+1
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-2/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-315/+318
2015-08-25Respect `--color` when printing early errorsBarosl Lee-2/+3
2015-08-25Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichtonbors-36/+46
2015-08-24Update hoedown to latest version (3.0.4).Eljay-36/+46
2015-08-24split ReInfer into ReVar and ReSkolemizedAriel Ben-Yehuda-1/+2
2015-08-24fallout from moving def-idNiko Matsakis-109/+110
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-1/+10
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-60/+92
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-1/+10
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-2/+3
2015-08-17rustdoc: Removed issue_tracker_base_url from crates not in public API docsMartin Wernstål-2/+1
2015-08-17rustdoc: Removed command line option issue-tracker-base-urlMartin Wernstål-7/+3
2015-08-17rustdoc: Adjusted style for unstable feature-nameMartin Wernstål-1/+5
2015-08-16librustdoc: Fix tidyMartin Wernstål-2/+2
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-1/+2
2015-08-16rustdoc: Print feature flag and issue link if present in short_stabilityMartin Wernstål-4/+19
2015-08-16rustdoc: Pass the Context down to short_stability()Martin Wernstål-56/+58
2015-08-16rustdoc: Added issue tracker option and issue data to clean::StabilityMartin Wernstål-3/+18
2015-08-16Auto merge of #27858 - rkruppe:rustdoc-codespans, r=alexcrichtonbors-2/+8
2015-08-16Correct signature of hoedown callback for codespansRobin Kruppe-2/+8
2015-08-16Auto merge of #27643 - mitaa:get_item_, r=arielb1bors-2/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+3
2015-08-12Add two new kinds of predicates, WellFormed and ObjectSafe.Niko Matsakis-1/+3
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-3/+0
2015-08-12Replace get_item_path[-1] with get_item_namemitaa-2/+1
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-4/+4
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-5/+13
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-4/+4
2015-08-08rustc: rename multiple imports in a listSean McArthur-5/+13
2015-08-07Auto merge of #27551 - arielb1:adt-def, r=nikomatsakisbors-29/+30
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-2/+2
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-26/+26
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-4/+5
2015-08-04Add feature gateJared Roesch-1/+1
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+3
2015-08-04Improve rustdoc search type filtering.Eljay-9/+29
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-1/+1
2015-07-30fix rustdoc metadata parsingAlexis Beingessner-3/+4
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-13/+13
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-6/+4
2015-07-21Use a span from the correct file for the inner span of a moduleNick Cameron-0/+4
2015-07-21Auto merge of #27103 - wthrowe:doc_format, r=alexcrichtonbors-24/+18
2015-07-20librustdoc: blur page when help dialogue is presentAndreas Tolfsen-41/+62
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-24/+18
2015-07-18Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichtonbors-4/+3
2015-07-17DRYTamir Duberstein-2/+2