about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-08-03Fix async-std at the price of breaking half the test suiteJoshua Nelson-7/+0
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-28/+13
2020-07-31fix rustdoc generic param orderBastian Kauschke-28/+13
2020-07-31Make rustdoc share the logger initialization routine with rustc.Oliver Scherer-2/+2
2020-07-31Auto merge of #74955 - P1n3appl3:rustdoc-formats, r=GuillaumeGomezbors-16/+81
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-37/+31
2020-07-30Update driver to add json backendJoseph Ryan-16/+81
2020-07-30Rename the lint againManish Goregaokar-2/+2
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-37/+31
2020-07-30Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearthbors-4/+4
2020-07-29Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandrybors-1072/+1203
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-2/+2
2020-07-29Pass by valueJoseph Ryan-3/+3
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-55/+34
2020-07-29Fix some typos in src/librustdoc/clean/auto_trait.rsJosh Triplett-4/+4
2020-07-29Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomezYuki Okushi-3/+2
2020-07-28Auto merge of #74855 - jyn514:separate-lints, r=Manishearthbors-90/+100
2020-07-28ayu theme: Change doccomment color to `#a1ac88`Lzu Tao-3/+2
2020-07-27private_items_doc_tests -> doc_test_lintsJoshua Nelson-3/+3
2020-07-27Move `look_for_tests` to `private_items_doc_tests`Joshua Nelson-56/+61
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-16/+21
2020-07-27More requested changesJoseph Ryan-89/+69
2020-07-27Make requested changesJoseph Ryan-20/+24
2020-07-27TODO -> FIXMEJoseph Ryan-1/+1
2020-07-27Pull out more types from htmlJoseph Ryan-14/+16
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-752/+808
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-313/+409
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-71/+85
2020-07-27fix rustdocBastian Kauschke-24/+14
2020-07-27introduce PredicateAtomBastian Kauschke-35/+27
2020-07-27this might be unqualified, but at least it's now quantifiedBastian Kauschke-8/+9
2020-07-27fix rustdocBastian Kauschke-12/+20
2020-07-27rustdocBastian Kauschke-31/+36
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-1/+1
2020-07-26Don't italicize comments in ayu themeJarek Samic-1/+0
2020-07-24Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkovYuki Okushi-34/+13
2020-07-24Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomezYuki Okushi-1/+3
2020-07-24Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=ManishearthYuki Okushi-0/+12
2020-07-24Add right border bar to Dark and Light themeLzu Tao-0/+2
2020-07-24ayu: Change to less luminous colorLzu Tao-1/+1
2020-07-22rustdoc: Add explanation when linting against public to private item linksDennis Hamester-0/+7
2020-07-22rustdoc: Always warn when linking from public to private itemsDennis Hamester-5/+12
2020-07-22Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=ManishearthManish Goregaokar-0/+10
2020-07-22Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514Manish Goregaokar-181/+173
2020-07-22Fix tooltip position if the documentation starts with a code blockGuillaume Gomez-0/+10
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-34/+13
2020-07-20refactor and reword intra-doc link errorsAndy Russell-181/+173
2020-07-20Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=ManishearthManish Goregaokar-0/+5
2020-07-20Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomezManish Goregaokar-10/+0
2020-07-20Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomezManish Goregaokar-3/+3