about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-01-27Split JSON into separately versioned crateRune Tynan-59/+71
2021-01-27Fix clean/types doc linksGuillaume Gomez-0/+3
2021-01-27More cleanupGuillaume Gomez-30/+18
2021-01-27Unify cache usage and improve namingGuillaume Gomez-11/+12
2021-01-27Improve documentation on GetDefId trait's methodsGuillaume Gomez-3/+13
2021-01-27Update to new rustdoc APIsGuillaume Gomez-8/+4
2021-01-27Apply review comments and improve codeGuillaume Gomez-24/+20
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-166/+179
2021-01-27Use empty Cache for methods requiring it when filling Cache itselfGuillaume Gomez-48/+70
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-663/+728
2021-01-27Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157Yuki Okushi-31/+33
2021-01-25Improve URL handling when clicking on a menu link while being on the search r...Guillaume Gomez-7/+16
2021-01-25Completely remove search query parameter when clearing search inputGuillaume Gomez-1/+2
2021-01-25Fix some bugs reported by eslintGuillaume Gomez-31/+33
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-30/+21
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+16
2021-01-23Fix rendering of stabilization version for trait implementorsLeSeulArtichaut-4/+4
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-23Cleanup `render_stability_since_raw` to remove code duplicationLeSeulArtichaut-26/+17
2021-01-23Make `-Z time-passes` less noisyJoshua Nelson-16/+18
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-18Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippyLeSeulArtichaut-2/+37
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