about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-10-11Cleanup .item-table CSSStefan Schindler-1/+1
2021-10-11Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8Matthias Krüger-2/+0
2021-10-11Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplettMatthias Krüger-1/+1
2021-10-11Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jshaMatthias Krüger-0/+4
2021-10-10Remove unused CSS ruleGuillaume Gomez-2/+0
2021-10-10Fix <code> blocks in doc blocks display on mobileGuillaume Gomez-0/+4
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-1/+1
2021-10-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-55/+113
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-514/+415
2021-10-09Remove some stray whitespace.Jacob Hoffman-Andrews-3/+3
2021-10-09Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=...Guillaume Gomez-2/+6
2021-10-09Fix invalid HTML generation for higher boundsGuillaume Gomez-2/+6
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-15/+23
2021-10-08Add template for print_itemJacob Hoffman-Andrews-46/+96
2021-10-08Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomezGuillaume Gomez-2/+1
2021-10-08Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514Guillaume Gomez-1/+1
2021-10-08Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomezGuillaume Gomez-6/+25
2021-10-08clippy::complexity fixesMatthias Krüger-1/+1
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-2/+1
2021-10-08Auto merge of #89576 - tom7980:issue-89275-fix, r=estebankbors-1/+2
2021-10-07Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrumbors-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-10/+73
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-105/+217
2021-10-06Simplify AttributesExt::cfg function and remove error emissions since they ar...Guillaume Gomez-27/+10
2021-10-06Clean up code a bit:Guillaume Gomez-8/+16
2021-10-06Restore h1 styles, which got accidentally removed.Mukund Lakshman-3/+3
2021-10-05Issue 89275 fix and testTom Farmer-1/+2
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-9/+36
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-9/+54
2021-10-04Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG...Manish Goregaokar-21/+17
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-3/+23
2021-10-04Rollup merge of #89474 - camelid:better-pass-name, r=jyn514Jubilee-14/+14
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-59/+86
2021-10-04No need to default offset since we always override it.Mukund Lakshman-39/+35
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-38/+99
2021-10-04Fix heading for methods on trait impls.Mukund Lakshman-1/+1
2021-10-04Make rustdoc not highlight `->` and `=>` as operatorsMichael Howell-6/+25
2021-10-04Rollup merge of #89444 - notriddle:notriddle/contains-str, r=jyn514Jubilee-2/+2
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-59/+87
2021-10-03Fix implementation of `clean::Path::whole_name()`Noah Lev-1/+5
2021-10-03Fix a place that used the old `Path` representationNoah Lev-2/+1
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-2/+3
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-21/+17
2021-10-02Explain `ResolvedPath` vs `hir::Path`Noah Lev-1/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-19/+19
2021-10-02Remove outdated commentNoah Lev-2/+1
2021-10-02Update `clean::Type` docsNoah Lev-25/+29
2021-10-02Turn some comments into docsNoah Lev-57/+57
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-14/+14