about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2023-05-17Add missing backslash in HTML stringGuillaume Gomez-1/+1
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-2/+2
2023-05-08Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet-12/+38
2023-05-06Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi-2/+28
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-1/+3
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-12/+38
2023-05-03Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume...Manish Goregaokar-197/+232
2023-05-04Rollup merge of #111097 - oli-obk:🚲_layout, r=compiler-errorsDylan DPC-44/+49
2023-05-04Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obkDylan DPC-0/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-4/+3
2023-05-02Make tools happyMichael Goulet-0/+1
2023-05-02Avoid ICEing miri on layout query cyclesOli Scherer-44/+49
2023-05-02initial step towards implementing C string literalsDeadbeef-1/+3
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-1/+1
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-42/+21
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-73/+2
2023-04-29Fix display of attributes for enumsGuillaume Gomez-2/+2
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-21/+71
2023-04-29fix rustdoc and core testDeadbeef-1/+1
2023-04-28rustdoc: fix weird margins between Deref impl itemsMichael Howell-6/+12
2023-04-28rustdoc: render visibility on associated typeswackbyte-1/+3
2023-04-24rustdoc-search: add slices and arrays to indexMichael Howell-2/+28
2023-04-23Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla...Matthias Krüger-19/+1
2023-04-22Rollup merge of #110659 - notriddle:notriddle/js-cleanup-20230421, r=Guillaum...Yuki Okushi-11/+6
2023-04-22Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jshaYuki Okushi-116/+154
2023-04-21rustdoc: remove unused CSS `color: inherit`Michael Howell-1/+0
2023-04-21rustdoc: remove unneeded handleKey from settings.jsMichael Howell-18/+1
2023-04-21rustdoc: clean up redundant search hiding results codeMichael Howell-8/+1
2023-04-21rustdoc: lift constant string manipulation out of loopMichael Howell-1/+1
2023-04-21rustdoc: use Set for ignored crates, instead of string matchingMichael Howell-2/+4
2023-04-21rustdoc: remove unnecessary bindingMichael Howell-5/+4
2023-04-21rustdoc: factor `document_type_layout` into its own moduleMichael Howell-77/+90
2023-04-21rustdoc: get rid of redundant, nested `let` linesMichael Howell-17/+13
2023-04-20rustdoc-search: use more descriptive "x not found; y instead" messageMichael Howell-1/+1
2023-04-20rustdoc-search: make type name correction choice deterministicMichael Howell-0/+3
2023-04-20rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType`Michael Howell-5/+1
2023-04-19rustdoc-search: give longer notification for type correctionsMichael Howell-2/+7
2023-04-18rustdoc: format type layout template with newline after `<p>`Michael Howell-8/+16
2023-04-18rustdoc: create variants list outside of templateMichael Howell-63/+60
2023-04-18rustdoc: use a separate template for type layout sizeMichael Howell-12/+24
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-196/+227
2023-04-17rustdoc-search: fix incorrect doc commentMichael Howell-1/+1
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-11/+11
2023-04-17Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger-4/+2
2023-04-16Spelling librustdocJosh Soref-11/+11
2023-04-15rustdoc: stop passing a title to `replaceState` second argumentMichael Howell-4/+2
2023-04-15Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r...bors-11/+10
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-11/+10
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-3/+1
2023-04-13rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell-21/+40