| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-10 | Fix JS error in source code pages | Guillaume Gomez | -2/+1 | |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -5/+0 | |
| 2022-05-05 | Use "strict" mode in JS scripts | Guillaume Gomez | -1/+4 | |
| 2022-05-04 | Move callback to the () => {} syntax. | Folyd | -10/+11 | |
| Fix lint Fix main.js Restore anonymous functions Fix Fix more | ||||
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -2/+2 | |
| 2022-04-26 | Migrate source-script to ES6 | Guillaume Gomez | -44/+45 | |
| 2022-03-05 | Scroll when the anchor change and is linking outside of the displayed content | Guillaume Gomez | -9/+7 | |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -4/+4 | |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -1/+1 | |
| This switches to just use size, weight, and spacing to distinguish headings in the sidebar. We no longer use boxes, horizontal bars, or centering to distinguish headings. This makes it much easier to understand the hierarchy of headings, and reduces visual noise. I also refactored how the mobile topbar works. Previously, we tried to shift around elements from the sidebar to make the topbar. Now, the topbar gets its own elements, which can be styled on their own. This makes styling and reasoning about those elements simpler. Because the heading font sizes are bigger, increase the sidebar width slightly. As a very minor change, removed version from the "All types" page. It's now only on the crate page. | ||||
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -5/+5 | |
| 2021-11-29 | rustdoc: rework source sidebar | cynecx | -16/+9 | |
| 2021-11-29 | rustdoc: merge source sidebar into main sidebar | cynecx | -6/+8 | |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+249 | |
