summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-2/+1
2016-01-17Rollup merge of #30940 - tshepang:extraneous-playpen-whitespace, r=steveklabnikManish Goregaokar-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+1
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-2/+2
2016-01-15rustdoc: remove extraneous whitespace inserted in playpen linksTshepang Lekhonkhobe-0/+1
2016-01-14Support generic associated constsMichael Wu-2/+2
2016-01-15Add a testNick Cameron-13/+14
2016-01-14Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnikManish Goregaokar-2/+2
2016-01-13Fix rustdoc reexports.Lee Jeffery-1/+1
2016-01-11rustdoc: remove dead link from issue-less unstable entries.Shmuale Mark-2/+2
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-0/+1
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+1
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-6/+6
2015-12-22Don't record the root module in the search indexmitaa-8/+10
2015-12-21Register new snapshotsAlex Crichton-12/+7
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-28/+33
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-27/+32
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-1/+1
2015-12-17test errorsNick Cameron-1/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-22/+27
2015-12-16Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichtonManish Goregaokar-7/+13
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-7/+13
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-4/+105
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-11/+11
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-59/+120
2015-12-07Auto merge of #30087 - petrochenkov:indi, r=nrcbors-2/+2
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-2/+2
2015-12-06Auto merge of #30222 - mitaa:fqn#2, r=alexcrichtonbors-23/+8
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-2/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-12-05Add testsmitaa-0/+46
2015-12-05Reuse `record_extern_fqn`mitaa-23/+8
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-65/+144
2015-12-04Address review commentsmitaa-49/+43
2015-12-03Use the extern item-path for documentation linksmitaa-1/+1
2015-12-03Initialize the ID map with known valuesmitaa-2/+22
2015-12-03Generate unique IDs for each rustdoc HTML pagemitaa-40/+36
2015-12-03Move ID generator to a more suited locationmitaa-40/+45
2015-11-28Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiynbors-2/+10
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-2/+2
2015-11-26;Jonas Schievink-1/+1
2015-11-26rustdoc: only show macro arm's lhsJonas Schievink-2/+10
2015-11-26fix tidyAriel Ben-Yehuda-2/+2
2015-11-26fix tests & rustdocAriel Ben-Yehuda-15/+16
2015-11-26make check worksAriel Ben-Yehuda-63/+70
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-20Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichtonbors-31/+24
2015-11-19Show constness for functions of reexported docsmitaa-2/+15
2015-11-19Fix rustdocs `unsafe const fn` orderingmitaa-3/+3