about summary refs log tree commit diff
path: root/util/gh-pages
AgeCommit message (Expand)AuthorLines
2025-01-30Fix expand/collapse all on site, make highlightjs lazierAlex Macleod-46/+81
2025-01-17fix version search in the websitelapla-cogito-2/+2
2024-12-05fix: various typosBD103-7/+7
2024-11-02Auto merge of #13585 - GuillaumeGomez:no-js, r=Alexendoobors-3/+22
2024-11-01Handle noscript style with "js" class on `<html>`.Guillaume Gomez-4/+9
2024-11-01Improve theme handling when JS is disabledGuillaume Gomez-1/+11
2024-11-01Improve display of clippy lints page when JS is disabledGuillaume Gomez-2/+6
2024-10-23Open lint when clicking on its anchorGuillaume Gomez-1/+11
2024-10-22Fix invalid lint ID filteringGuillaume Gomez-1/+1
2024-10-22Fix not working lint anchorGuillaume Gomez-8/+1
2024-10-20docs: remove stray commaRené Kijewski-1/+1
2024-10-18Auto merge of #13539 - GuillaumeGomez:allow-no-js, r=Alexendoobors-26/+44
2024-10-18Allow to go through clippy lints page without javascriptGuillaume Gomez-26/+44
2024-10-15Fix link to sourceAnastasis Georgoulas-1/+1
2024-10-03Greatly reduce generated HTML page sizeGuillaume Gomez-213/+205
2024-10-03Run syntax highlighting only when neededGuillaume Gomez-3/+13
2024-10-03Move inlined CSS into `style.css`Guillaume Gomez-32/+31
2024-10-03Replace rinja custom syntax with default syntaxGuillaume Gomez-12/+12
2024-10-03Move theme handling JS into its own file to make theme being applied before f...Guillaume Gomez-72/+71
2024-10-03Improve rendering speed by moving settings generation after theme renderingGuillaume Gomez-25/+28
2024-10-03Support version filter URL parametersGuillaume Gomez-0/+17
2024-10-03Add support for URL argumentsGuillaume Gomez-9/+115
2024-10-03Add support for version filteringGuillaume Gomez-8/+50
2024-10-03Support all filters except versionsGuillaume Gomez-51/+143
2024-10-03Put back interactions with settings menusGuillaume Gomez-86/+91
2024-09-22Completely remove angular and generate parts of settings in JSGuillaume Gomez-447/+102
2024-09-22Finish porting lint functionalities to vanilla JSGuillaume Gomez-113/+140
2024-09-22Replace search with vanilla JSGuillaume Gomez-55/+42
2024-09-22Generate lint list in HTML directly instead of JSGuillaume Gomez-101/+110
2024-09-18Generate versions HTML directlyAlex Macleod-58/+63
2024-08-12Replace the metadata collector with testsAlex Macleod-8/+7
2024-08-11Auto merge of #13187 - GuillaumeGomez:settings-menu, r=Alexendoobors-406/+470
2024-08-11Move themes directly into HTMLGuillaume Gomez-12/+7
2024-08-11Unify theme and settings menusGuillaume Gomez-98/+72
2024-08-05Store deprecated lints as an array of tuples.Jason Newcomb-1/+1
2024-07-30Add new settings menuGuillaume Gomez-15/+110
2024-07-30Move style into its fileGuillaume Gomez-365/+365
2024-07-29Auto merge of #13178 - GuillaumeGomez:clippy-lints-page-improvement, r=Alexendoobors-1/+27
2024-07-29Add possibility to focus on search input using keyboardGuillaume Gomez-1/+27
2024-07-29Clean up clippy lints page JS source codeGuillaume Gomez-26/+22
2024-07-11Remove event propagation calls. Adjust column spacing for filter panel to giv...Spencer Will-4/+4
2024-07-11Fix button styling on desktop and mobile views.Spencer Will-1/+19
2024-07-11Add Expand All and Collapse AllSpencer Will-7/+17
2024-06-18Auto merge of #12655 - SpencerAWill:Add-applicability-filter, r=xFrednetbors-4/+63
2024-06-09Filter from first typed symbolalexey semenyuk-1/+1
2024-04-26Fix website dash replacement #12718Roddy Rappaport-1/+1
2024-04-23chore: fix some typos in commentsforcedebug-1/+1
2024-04-11Remove debug helper.Spencer Will-1/+0
2024-04-09Complete filter functionality. Formatted upper filters to take more visual co...Spencer Will-10/+35
2024-04-04Add applicability visuallySpencer Will-1/+36