about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-04-06ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.Eduard-Mihai Burtescu-52/+52
2020-04-06ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.Eduard-Mihai Burtescu-19/+22
2020-04-05Stop importing int modules in librustdocLinus Färnstrand-2/+0
2020-04-03Rollup merge of #70706 - gizmondo:check-theme, r=GuillaumeGomezDylan DPC-13/+7
2020-04-02Expand and remove try_something macro.Alex Aktsipetrov-13/+7
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-2/+2
2020-04-02use direct import for ErrorReportedMazdak Farrokhzad-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-31Rollup merge of #69458 - Luro02:master, r=GuillaumeGomez,ollie27Dylan DPC-40/+63
2020-03-31more clippy fixesMatthias Krüger-115/+93
2020-03-31improve folder name for persistent doc testsLuro02-40/+63
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-23/+23
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-38/+38
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-28Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPCbors-2/+22
2020-03-28Rollup merge of #70493 - 0xd4d:rustdoc-tab-size, r=GuillaumeGomezDylan DPC-2/+2
2020-03-28Rollup merge of #70448 - TimotheeGerber:rustdoc-create-output-dir, r=Guillaum...Dylan DPC-1/+6
2020-03-28Fix rustdoc.css CSS tab-size property0xd4d-2/+2
2020-03-27clarify hir_id <-> node_id method namesBastian Kauschke-1/+1
2020-03-26Create output dir in rustdoc markdown renderTimothée Gerber-1/+6
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-4/+5
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-1/+0
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-1/+1
2020-03-23Remove `ReClosureBound`Matthew Jasper-1/+0
2020-03-23Auto merge of #69649 - estebank:negative-impl-span, r=Centrilbors-0/+1
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-0/+1
2020-03-22Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=CentrilDylan DPC-7/+4
2020-03-22Update lint name to follow conventionGuillaume Gomez-3/+3
2020-03-22Update to new diagnosticGuillaume Gomez-8/+11
2020-03-22Improve code readabilityGuillaume Gomez-13/+12
2020-03-22rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOCGuillaume Gomez-4/+3
2020-03-22Add lint when no doc is present at the crate-levelGuillaume Gomez-0/+19
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-7/+4
2020-03-21remove redundant returns (clippy::needless_return)Matthias Krüger-3/+1
2020-03-20remove redundant import (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-03-19Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnisonbors-104/+213
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-1/+1
2020-03-19Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnisonMazdak Farrokhzad-13/+21
2020-03-18Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkovMazdak Farrokhzad-1/+0
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-27/+25
2020-03-17Update rustdoc test and remove TODO commentGuillaume Gomez-1/+0
2020-03-16Update src/librustdoc/html/static/main.js Guillaume Gomez-1/+1
2020-03-16Rename render::Type to improve namingGuillaume Gomez-8/+8
2020-03-16formattingGuillaume Gomez-27/+24
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-103/+215
2020-03-16Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddybDylan DPC-3/+3
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-27/+25
2020-03-16Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomezDylan DPC-23/+3
2020-03-15More Method->Fn renamingMark Mansi-3/+3
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-8/+11