about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-23Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514Yuki Okushi-0/+3
2021-03-23Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomezYuki Okushi-8/+11
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-74/+83
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-9/+22
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+30
2021-03-21rustdoc: Replace pair of `Option`s with an enumCamelid-8/+11
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-19librustdoc: or_patterns are stablemark-1/+1
2021-03-19Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157Dylan DPC-12/+20
2021-03-19Ignore main.js file lengthGuillaume Gomez-0/+1
2021-03-19Only build help popup when it's really neededGuillaume Gomez-12/+19
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-6/+17
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-3/+3
2021-03-17Rollup merge of #83203 - jyn514:rustdoc-warnings, r=ManishearthYuki Okushi-1/+1
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-1/+1
2021-03-16Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomezYuki Okushi-9/+3
2021-03-16Rollup merge of #83156 - nagisa:nagisa/sans-serif-please, r=GuillaumeGomezYuki Okushi-4/+5
2021-03-16Rollup merge of #83077 - notriddle:gc-cleanup-rustdoc-search, r=GuillaumeGomezYuki Okushi-49/+78
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-3/+3
2021-03-15Declare `word` outside the loop, as recommended by eslintMichael Howell-3/+3
2021-03-15No background for code in portability snippetsSimonas Kazlauskas-9/+3
2021-03-15Fall-back to sans-serif if Arial is not availableSimonas Kazlauskas-4/+5
2021-03-15Add `rustc_interface::interface::Config::parse_sess_created`hyd-dev-0/+2
2021-03-14Make nameWithoutUndescores lowercasedMichael Howell-14/+15
2021-03-14Use a number for row.id, instead of a stringMichael Howell-11/+5
2021-03-14Avoid generating new strings for names that have no undescoresMichael Howell-2/+8
2021-03-14Auto merge of #83094 - GuillaumeGomez:crates-js-location, r=Nemo157bors-1/+1
2021-03-14Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157bors-1/+5
2021-03-14Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomezYuki Okushi-2/+2
2021-03-13crates.js should use root_path and not static_root_pathGuillaume Gomez-1/+1
2021-03-13Remove tab characterMichael Howell-2/+2
2021-03-13Avoid potential collisions with `constructor` and the search queryMichael Howell-2/+2
2021-03-13Add comments regarding object shapes in buildIndexMichael Howell-0/+5
2021-03-13Fix jslint warningsMichael Howell-2/+3
2021-03-13Use null instead of undefined hereMichael Howell-2/+2
2021-03-13Update src/librustdoc/html/static/main.jsMichael Howell-1/+1
2021-03-13Eagerly generate the underscore-less name to search onMichael Howell-2/+4
2021-03-13In checkGenerics and checkType, don't use Array.prototype.splice so muchMichael Howell-37/+57
2021-03-12Get rid of the garbage produced by getObjectFromIdMichael Howell-7/+7
2021-03-12Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomezYuki Okushi-42/+74
2021-03-12Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157Yuki Okushi-1/+1
2021-03-11Improve code by removing similar function calls and using loops instead for c...Guillaume Gomez-17/+16
2021-03-11Prevent JS error when there is no dependency or other crate documentedGuillaume Gomez-1/+5
2021-03-11Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157bors-1/+11
2021-03-10rustdoc: tweak the search index formatMichael Howell-42/+74