summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-15/+8
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-129/+31
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-35/+41
2016-04-07Remove rustdocs json formatmitaa-129/+31
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-53/+107
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-2/+6
2016-04-06Update to last rustdoc versionGuillaume Gomez-5/+5
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-9/+9
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-21/+19
2016-04-05Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmrManish Goregaokar-26/+49
2016-04-05Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichtonManish Goregaokar-239/+251
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-87/+65
2016-04-05Add nightly check on rustdoc --extend-css optionGuillaume Gomez-1/+35
2016-04-05Add --extend-css option to rustdocGuillaume Gomez-9/+51
2016-04-04rustdoc: factor out function for getting inner html of highlighted sourceNick Cameron-26/+49
2016-04-02Slim down `rustdoc::html::render::Context`mitaa-40/+47
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-56/+32
2016-04-02Make the rendering process less pass-awaremitaa-146/+175
2016-04-01Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brsonbors-2/+0
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-2/+0
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-4/+6
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-129/+179
2016-03-27Don't initialize id-map when rendering md filesmitaa-8/+14
2016-03-27Load struct-variant data correctly from metadatamitaa-12/+5
2016-03-27Linkify associated types and constantsmitaa-17/+41
2016-03-27Don't hardcode item-type anchor idsmitaa-13/+17
2016-03-27Correct anchor for links to associated trait itemsmitaa-81/+104
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-8/+8
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-3/+3
2016-03-26Rollup merge of #32492 - xitep:master, r=alexcrichtonManish Goregaokar-2/+0
2016-03-25Avoid page reload upon hitting "S" when browing in local modeNovotnik, Petr-2/+0
2016-03-25Make CrateStore::crate_name() return an InternedString to avoid unnecessary a...Michael Woerister-1/+1
2016-03-24remove ErasedRegions from substitutionsNiko Matsakis-2/+2
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-12/+16
2016-03-23Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichtonEduard-Mihai Burtescu-11/+15
2016-03-22fix alignmentJorge Aparicio-158/+155
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-400/+400
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-11/+15
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-1/+1
2016-03-19Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturonEduard-Mihai Burtescu-4/+4
2016-03-19Rollup merge of #32308 - bombless:patch-2, r=alexcrichtonEduard-Mihai Burtescu-2/+6
2016-03-17Make AssertRecoverSafe's field publicSteven Fackler-4/+4
2016-03-17const_eval: Take just one set of substitutions in lookup_const_by_id.Eduard Burtescu-2/+2
2016-03-18Fix usability problem when browse document locallyYork Xiang-2/+6
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-2/+5
2016-03-14Allow custom filenames for anonymous inputsmitaa-2/+5
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-3/+3
2016-03-12Auto merge of #32112 - alexcrichton:fix-issues, r=aturonbors-5/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-5/+3