summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-10-18Apply documentation suggestions from code reviewUrgau-3/+3
2021-10-18Oops, inverted condition, fix thatLoïc BRANSTETT-1/+1
2021-10-18Deduplicate macro_rules! from module_exports when documenting themLoïc BRANSTETT-3/+11
2021-10-13Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-04Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+22
2021-09-14Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-14fix ICE on hidden tuple variant fieldsEmil Gardström-24/+27
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-4/+6
2021-09-02Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum...bors-4/+3
2021-09-02Auto merge of #88522 - camelid:box-paren-output, r=jyn514bors-9/+18
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-4/+6
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-38/+81
2021-09-01Remove implementors settingGuillaume Gomez-6/+0
2021-09-01Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514bors-1/+1
2021-09-01Clean render_impl argumentsGuillaume Gomez-46/+67
2021-09-01Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-seMara Bos-1/+0
2021-09-01Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomezMara Bos-1/+1
2021-08-31Remove unhelpful `expect()` messageNoah Lev-4/+2
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-10/+21
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-31some low hanging clippy::perf fixesMatthias Krüger-4/+3
2021-08-31Remove bolding on associated constantsNoah Lev-1/+1
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-29/+62
2021-08-31Rollup merge of #88462 - petrochenkov:macstore, r=jyn514Mara Bos-3/+3
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+6
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-11/+33
2021-08-30Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514bors-2/+3
2021-08-29rustdoc: Stop using resolver for macro loadingVadim Petrochenkov-3/+3
2021-08-29Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddleGuillaume Gomez-1/+1
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-43/+271
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-29/+62
2021-08-29Fix: don't document private macros by defaultinquisitivecrystal-2/+3
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-1/+1
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-91/+63
2021-08-27Introduce `~const`Deadbeef-1/+1
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-37/+86
2021-08-26Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakisbors-1/+1
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-37/+86
2021-08-26Fix the bugs and add a regression testJoshua Nelson-22/+30
2021-08-26make unevaluated const substs optionallcnr-1/+1
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-25Don't panic if `close_tag()` is called without tags to closeNoah Lev-3/+14
2021-08-25Assert that `tag_name` is alphabeticNoah Lev-0/+8
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+122
2021-08-24Stabilize `force-warn`inquisitivecrystal-3/+2
2021-08-24Tidy up lint command line flagsinquisitivecrystal-12/+5
2021-08-23Doctest persist full binaries when persistingPatrick Conrad-1/+1
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-37/+78
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1