about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-09-06Correctly handle niche of enumDeadbeef-4/+8
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-6/+3
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-62/+75
2021-09-04Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomezbors-4/+9
2021-09-03Enable all main body Markdown options for summariesNoah Lev-2/+6
2021-09-03Use `summary_opts()` for Markdown summariesNoah Lev-12/+13
2021-09-03rustdoc: Box `GenericArg::Const` to reduce enum sizeNoah Lev-4/+9
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-29/+26
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-33/+49
2021-09-02Rename walk_crate.Camille GILLOT-2/+2
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-4/+6
2021-09-02Stop using walk_crate.Camille GILLOT-6/+3
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-31Apply suggestionsDeadbeef-3/+2
2021-08-31Report variant size without the discriminantDeadbeef-7/+13
2021-08-31Apply suggestionsDeadbeef-26/+18
2021-08-31Report Layout of enum variantsDeadbeef-1/+35
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-26Remove unnecessary copies when using parallel IOJoshua Nelson-45/+53
2021-08-26Fix the bugs and add a regression testJoshua Nelson-22/+30
2021-08-26make unevaluated const substs optionallcnr-1/+1