about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-80/+9
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-09Introduce InnerSpan abstractionMark Rousskov-5/+5
2019-06-08syntax: Move most of the `TokenKind` methods to `Token`Vadim Petrochenkov-1/+1
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
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-1/+4
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-14/+13
2019-06-04Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddybMazdak Farrokhzad-1/+1
2019-06-03Only show methods that appear in the impl block for types in the Implementors...Edward Barnard-8/+13
2019-06-03Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPCbors-11/+11
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-2/+1
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-1/+2
2019-06-03Auto merge of #61008 - GuillaumeGomez:fix-rustdoc-code-highlighting, r=Manish...bors-3/+14
2019-06-01Rollup merge of #61263 - GuillaumeGomez:valid-html, r=ManishearthMazdak Farrokhzad-1/+1
2019-05-30Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomezMazdak Farrokhzad-1/+6
2019-05-30Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomezMazdak Farrokhzad-6/+6
2019-05-29upgrade rustdoc's `pulldown-cmark` to 0.5.2Andy Russell-6/+6
2019-05-29Don't generate div inside header (h4/h3/h...) elementsGuillaume Gomez-1/+1
2019-05-29Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomezOliver Scherer-4/+1
2019-05-29Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomezOliver Scherer-25/+114
2019-05-28Use proper const printing in rustdocvarkor-4/+1
2019-05-28implicit `Option`-returning doctestsAndre Bogus-1/+6
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-47/+47
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-2/+6
2019-05-25Reuse the pretty printing architecture for printing of constantsOliver Scherer-2/+1