about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+16
2021-01-23Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-2/+19
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-14/+32
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+16
2021-01-23Calculate self-profile strings in `Compiler::enter` instead in codegenJoshua Nelson-6/+3
2021-01-23Add more timing info to render_htmlJoshua Nelson-13/+31
2021-01-22rustdoc: Fix visibility of trait and impl itemsCamelid-2/+19
2021-01-22Fix <unknown> queriesJoshua Nelson-2/+5
2021-01-22Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514Mara Bos-53/+24
2021-01-22Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514Mara Bos-4/+5
2021-01-22Rollup merge of #80573 - jyn514:tool-lints, r=GuillaumeGomezMara Bos-30/+31
2021-01-21Deny internal lints for rustdocJoshua Nelson-0/+1
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-30/+30
2021-01-22Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkovbors-1/+2
2021-01-21Bump format versionRune Tynan-1/+1
2021-01-21Rollup merge of #81184 - jyn514:combine-after, r=CraftSpiderYuki Okushi-23/+30
2021-01-20Force token collection to run when parsing nonterminalsAaron Hill-1/+2
2021-01-20Add explanation of None vs Some("")Rune Tynan-1/+2
2021-01-20Remove StructType entirely and replace it with CtorKindRune Tynan-44/+22
2021-01-20Move StructType to clean, remove it from Unions, make JSON output whether som...Rune Tynan-47/+40
2021-01-20Make 'docs' optionalRune Tynan-2/+2
2021-01-19Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157Guillaume Gomez-21/+32
2021-01-19Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,...Guillaume Gomez-0/+15
2021-01-19Remove unnecessary `after_run` functionJoshua Nelson-23/+30
2021-01-18Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelidbors-3/+26
2021-01-18Remove inline script tagsGuillaume Gomez-21/+32
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-30/+28
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-3/+26
2021-01-17Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasperMara Bos-2/+7
2021-01-16More review commentsJack Huey-2/+0
2021-01-16Review changesJack Huey-28/+28
2021-01-16CleanupJack Huey-2/+2
2021-01-16Rollup merge of #81040 - osa1:fix_80992, r=jyn514Mara Bos-0/+6
2021-01-16Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514Mara Bos-114/+86
2021-01-16doctest: Reset errors before dropping the parse sessionÖmer Sinan Ağacan-0/+6
2021-01-15Rollup merge of #81033 - jyn514:nested-variant, r=CraftSpiderGuillaume Gomez-47/+33
2021-01-15Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514Guillaume Gomez-56/+50
2021-01-15Use Array.some instead of onEach to have better performanceGuillaume Gomez-1/+1
2021-01-15Improve JS performance by storing length before comparing to it in loopsGuillaume Gomez-56/+50
2021-01-15Rename VariantKind -> VariantJoshua Nelson-24/+24
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-36/+22
2021-01-15Address nitRune Tynan-7/+3
2021-01-15Remove doctree::ImportRune Tynan-114/+90
2021-01-14Remove doctree::VariantRune Tynan-19/+0
2021-01-14Auto merge of #80802 - jyn514:box-attributes, r=nnethercotebors-9/+9
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-2/+2
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-1/+0
2021-01-13Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPCbors-5/+1
2021-01-13Auto merge of #79322 - jyn514:refactor-impl, r=estebankbors-28/+25
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-28/+25