summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-07-01Revert "implicit `Option`-returning doctests"Guillaume Gomez-6/+1
2019-06-30Rollup merge of #62224 - euclio:remove-derives, r=GuillaumeGomezMazdak Farrokhzad-68/+56
2019-06-30Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj...bors-4/+2
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-3/+0
2019-06-26remove unused derives and variantsAndy Russell-68/+56
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-1/+1
2019-06-25rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.Eduard-Mihai Burtescu-9/+11
2019-06-22Prefer to use `has_errors` to `err_count`Matthew Jasper-1/+1
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-2/+2
2019-06-22Rollup merge of #61181 - GuillaumeGomez:fix-theme-checker, r=kinnisonMazdak Farrokhzad-7/+21
2019-06-21Better handling of the sender channel part in rustdoc file writingGuillaume Gomez-8/+8
2019-06-21Handle fs errors through errors::Handler instead of eprintln and panicGuillaume Gomez-12/+65
2019-06-21Add DocFS layer to rustdocRobert Collins-136/+231
2019-06-20Improve theme checker by removing unneeded conditionsGuillaume Gomez-6/+14
2019-06-20Add test for empty css file checkGuillaume Gomez-0/+6
2019-06-20Fix theme-checker failureGuillaume Gomez-1/+1
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-80/+9
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-20rename hir::map::name_by_hir_id to ::nameljedrz-1/+1
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-267/+271
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-3/+4
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-11/+5
2019-06-19Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomezMazdak Farrokhzad-8/+13
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-2/+2
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-11/+5
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-12/+12
2019-06-16Fix tidyVadim Petrochenkov-16/+21
2019-06-16Separate librustcdoc modulechansuke-510/+507
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-15/+15
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-8/+8
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-12Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebankMazdak Farrokhzad-5/+5
2019-06-11Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centrilbors-2/+2
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-7/+8
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-2/+2
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-1/+1
2019-06-10Prevent panic when sysroot cannot be computedGuillaume Gomez-4/+2
2019-06-09Introduce InnerSpan abstractionMark Rousskov-5/+5
2019-06-08syntax: Move most of the `TokenKind` methods to `Token`Vadim Petrochenkov-1/+1
2019-06-08Revert "Set test flag when rustdoc is running with --test option"Oliver Middleton-3/+0
2019-06-07Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkorMazdak Farrokhzad-1/+4
2019-06-07Fix slice const generic length displayGuillaume Gomez-1/+4
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-2/+2
2019-06-06syntax: Use `Token` in `StringReader` and `TokenTreesReader`Vadim Petrochenkov-5/+5
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-2/+2
2019-06-06syntax: Rename `TokenAndSpan` into `Token`Vadim Petrochenkov-18/+18
2019-06-05Addressed points raised in review.Niko Matsakis-17/+72
2019-06-05Addressed points raised in review.Alexander Regueiro-1/+1