about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-08-06Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakisbors-1/+1
2020-08-05Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obkbors-62/+53
2020-08-05Be smarter about error handling in `run()`.Nicholas Nethercote-6/+4
2020-08-05Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.Nicholas Nethercote-1/+3
2020-08-05Avoid an unnecessary thread creation at rustdoc startup.Nicholas Nethercote-55/+46
2020-08-04Remove log alias from librustdocIvan Tham-1/+1
2020-08-04Rollup merge of #75081 - jyn514:fix-logging, r=Mark-SimulacrumYuki Okushi-1/+1
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-27/+27
2020-08-02Fix logging for rustdocJoshua Nelson-1/+1
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-28/+13
2020-08-01rustc_metadata: track the simplified Self type for every trait impl.Eduard-Mihai Burtescu-1/+1
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