about summary refs log tree commit diff
path: root/src/librustdoc/html/static/source-script.js
AgeCommit message (Collapse)AuthorLines
2020-07-16Remove elements iterator clone and only keep first element insteadGuillaume Gomez-3/+3
2020-07-14Focus on the current file in the source file sidebarGuillaume Gomez-0/+5
2020-05-26Fix eslint lintsGuillaume Gomez-1/+1
2019-04-12Don't generate empty json variablesGuillaume Gomez-15/+19
2019-02-03Improve file list displayGuillaume Gomez-1/+1
2019-01-15Fix sources sidebar not showing upGuillaume Gomez-2/+0
2018-12-25Remove licensesMark Rousskov-12/+0
2018-12-04Added a bare-bones eslint config (removing jslint)John Heitmann-0/+6
This change removes the small bit of jslint config, replacing it with eslint. I've currently configured eslint to mostly only report the more serious of lints, although there are still some style nits turned on. Upcoming changes will start fixing lints.
2018-11-24Don't show file sidebar by defaultGuillaume Gomez-6/+6
2018-11-24Source sidebar improvementsGuillaume Gomez-12/+12
2018-11-24Add source file sidebarGuillaume Gomez-0/+147