| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -97/+6 | |
| 2022-02-04 | Refactor conditional | Eliaz Bobadilla | -5/+2 | |
| 2022-02-03 | Add filter-crate URL parameter | Guillaume Gomez | -27/+94 | |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -1/+1 | |
| 2022-01-17 | Rustdoc style cleanups | Jacob Hoffman-Andrews | -6/+12 | |
| - Make "since" version numbers grey again (regressed in #92602). - Remove unneeded selectors for when crate filter dropdown is a sibling of search-input. - Crate filter dropdown doesn't need to be 100% width on mobile. - Only build crate filter dropdown when there is more than one crate. - Remove unused addCrateDropdown. | ||||
| 2022-01-05 | Move crate drop-down to search results page | Jacob Hoffman-Andrews | -17/+22 | |
| This reduces clutter on doc pages. | ||||
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -30/+100 | |
| This follows the Closure Compiler dialect of JSDoc, so we can use it to do some basic type checking. We don't plan to compile with Closure Compiler, just use it to check types. See https://github.com/google/closure-compiler/wiki/ for details. | ||||
| 2021-12-20 | Move duplicates removal when generating results instead of when displaying them | Guillaume Gomez | -11/+13 | |
| 2021-12-16 | Make loop more clear by renaming variables | Guillaume Gomez | -4/+8 | |
| 2021-12-16 | Clean up search code and unify function returned values | Guillaume Gomez | -108/+96 | |
| 2021-12-08 | Fix indent of itemTypes in search.js | Guillaume Gomez | -26/+28 | |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -13/+24 | |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 | |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 | |
| This function was used in an earlier version, when idx's were used to serialize function inputs and outputs. That's not done any more, so removed the JS-side support for it. | ||||
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+1561 | |
