summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-01-23Distinguish between private items and hidden items in rustdocDavid Tolnay-73/+108
2020-01-23format librustdocMark Rousskov-775/+839
2020-01-17rustdoc: Don't allow `#![feature(...)]` on stable or betaOliver Middleton-2/+1
2019-12-16Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-15Fix JS error when loading page with searchGuillaume Gomez-1/+1
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-12-12replace serialize with serde in rustdocAndy Russell-69/+123
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-35/+6
2019-12-11Rollup merge of #67178 - GuillaumeGomez:move-non-clean-impls, r=kinnisonYuki Okushi-588/+608
2019-12-11Rollup merge of #67152 - GuillaumeGomez:sort-auto-impls, r=kinnisonYuki Okushi-6/+28
2019-12-10Remove tidy commentGuillaume Gomez-2/+0
2019-12-09Remove useless commentGuillaume Gomez-2/+0
2019-12-09Move RegionTarget and RegionDeps where they into clean/auto_traitGuillaume Gomez-14/+16
2019-12-09Remove unused importsGuillaume Gomez-10/+7
2019-12-09Fix usage of variants in clean/utilsGuillaume Gomez-7/+7
2019-12-09Make utils module publicGuillaume Gomez-19/+19
2019-12-09Fix missing importsGuillaume Gomez-1/+25
2019-12-09Remove functions from clean/mod.rsGuillaume Gomez-567/+0
2019-12-09Move clean functions to another fileGuillaume Gomez-0/+568
2019-12-09Add options to --extern flag.Eric Huss-35/+6
2019-12-08Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnisonbors-1534/+1558
2019-12-08Sort auto trait and blanket implementations displayGuillaume Gomez-6/+28
2019-12-07Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddybYuki Okushi-0/+6
2019-12-05Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnisonbors-91/+14
2019-12-04Remove unused constantGuillaume Gomez-2/+0
2019-12-04Make Lifetime struct field publicGuillaume Gomez-1/+1
2019-12-04Make some formatting improvementsGuillaume Gomez-11/+4
2019-12-04Make some private methods publicGuillaume Gomez-7/+7
2019-12-04fixup clean/types.rs importsGuillaume Gomez-48/+26
2019-12-04remove code that doesn't belong in clean/types.rsGuillaume Gomez-2975/+0
2019-12-04Remove potential cfgs duplicatesGuillaume Gomez-0/+6
2019-12-03remove code that doesn't belong in clean/mod.rs anymoreGuillaume Gomez-1534/+13
2019-12-03Create new types.rs fileGuillaume Gomez-0/+4551
2019-12-02syntax: Use `ast::MacArgs` for macro definitionsVadim Petrochenkov-1/+1
2019-12-02Add missing backlineGuillaume Gomez-1/+1
2019-12-02minify theme.js as wellGuillaume Gomez-4/+3
2019-12-02Remove minification on search-index.js fileGuillaume Gomez-85/+9
2019-12-02Add missing checkGuillaume Gomez-1/+1
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-7/+8
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-6/+6
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+2
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-17/+20
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-1/+1
2019-11-27Use new ErrorKind enumGuillaume Gomez-10/+16
2019-11-27Replace Iterator::find calls with Iterator::any when betterGuillaume Gomez-6/+5
2019-11-27Add support for intra-doc link fields of enum variantGuillaume Gomez-7/+60
2019-11-27little intra-doc code cleanupGuillaume Gomez-16/+11
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-78/+211
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-3/+3
2019-11-26Have Queries own the GlobalCtxt.Camille GILLOT-1/+1