about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-08-24rustdoc: list matching impls on type aliasesMichael Howell-4/+43
2023-08-24rustdoc: extract logic for printing enum fields and struct variantsUrgau-131/+195
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-54/+58
2023-08-23Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddleGuillaume Gomez-1/+9
2023-08-23Add unstable `--no-html-source` rustdoc flagGuillaume Gomez-1/+9
2023-08-21rustdoc: use unicode-aware checks for redundant explicit link fastpathMichael Howell-14/+4
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-12/+12
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-48/+52
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-3/+3
2023-08-21Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdocbors-3/+26
2023-08-18Fix formatKyle Lin-1/+1
2023-08-18Fix private function importingKyle Lin-1/+1
2023-08-18Skip lint check when item is not fully publicKyle Lin-0/+19
2023-08-18relax redundancy constraintKyle Lin-6/+1
2023-08-18narrow down the lint trigger constraintKyle Lin-22/+51
2023-08-18fomar filesKyle Lin-4/+9
2023-08-18Still resolving rustdoc resolution panickingKyle Lin-71/+74
2023-08-18Support Reference & ReferenceUnknown link lintKyle Lin-61/+221
2023-08-18Refactor lint from rustc to rustdocKyle Lin-28/+192
2023-08-18add more testsKyle Lin-1/+1
2023-08-18Fix resolution cachingKyle Lin-37/+36
2023-08-18Add warn level lint `redundant_explicit_links`Kyle Lin-11/+102
2023-08-18rework link parsing loopKyle Lin-24/+65
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-0/+16
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-336/+342
2023-08-16Rollup merge of #113115 - tshepang:patch-5, r=est31Matthias Krüger-1/+1
2023-08-16Use more named format argsGuillaume Gomez-85/+130
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-300/+261
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-5/+5
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-14Add warning block support in rustdocGuillaume Gomez-3/+26
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-5/+5
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-3/+3
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-9/+28
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-9/+28
2023-08-05Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkovbors-4/+4
2023-08-04Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddleMichael Goulet-2/+2
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-53/+13
2023-08-04Use similar color scheme to make it obvious they are linkedGuillaume Gomez-2/+2
2023-08-04Add comment for rustdoc overrides.Camille GILLOT-0/+1
2023-08-04Make MissingDoc a module lint.Camille GILLOT-4/+3
2023-08-03Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkovbors-9/+5
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+2
2023-08-02Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obkNilstrieb-6/+0
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0
2023-08-02Only call `parse_token_tree` once.Nicholas Nethercote-5/+4
2023-08-02Inline and remove `parse_all_token_trees`.Nicholas Nethercote-1/+4
2023-08-02`parse_all_token_trees` cannot fail.Nicholas Nethercote-7/+1
2023-07-31rustdoc: align stability badge to baseline instead of bottomMichael Howell-0/+1
2023-07-31Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...Oli Scherer-2/+2