about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2017-11-12Add elements count in tab search titleGuillaume Gomez-6/+7
2017-11-12JS big updatesGuillaume Gomez-109/+254
2017-11-11Rollup merge of #45812 - GuillaumeGomez:links-and-search, r=QuietMisdreavusGuillaume Gomez-3/+31
2017-11-11Few improvements on search, history and titleGuillaume Gomez-5/+10
2017-11-10Allow to go back to previous searchGuillaume Gomez-0/+14
2017-11-07Add "-" shortcutGuillaume Gomez-0/+1
2017-11-06Fix navbar click while in a searchGuillaume Gomez-0/+9
2017-11-01Remove duplicated results in the searchGuillaume Gomez-47/+88
2017-11-01fix function not appearing in first tab when appearing in another one. Thanks...Guillaume Gomez-1/+2
2017-11-01Be more flexible when looking for something by using levenshtein methodGuillaume Gomez-8/+21
2017-11-01Better check for returned valueGuillaume Gomez-0/+14
2017-11-01Keep displaying good information when query is madeGuillaume Gomez-0/+1
2017-10-19Auto merge of #45288 - GuillaumeGomez:tab-key-binding, r=QuietMisdreavusbors-16/+31
2017-10-19Rollup merge of #45281 - GuillaumeGomez:tab-selection, r=QuietMisdreavuskennytm-5/+23
2017-10-14Hide help when search bar is focusedGuillaume Gomez-7/+18
2017-10-14Save current highlighted item in search tabGuillaume Gomez-16/+31
2017-10-14Save selected search tabGuillaume Gomez-5/+23
2017-10-09Add tabs for search for better information accessGuillaume Gomez-22/+145
2017-09-11Add arrow and improve displayGuillaume Gomez-0/+18
2017-08-17Fix ES5 regression with shorthand names.pravic-4/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-14rustdoc: put auto-hidden docblock labels in line with the toggleQuietMisdreavus-1/+1
2017-07-23rustdoc: add unions to whitelist of sidebar typesZack M. Davis-0/+1
2017-06-29Toggle wrappers are now generated correctlyGuillaume Gomez-21/+28
2017-06-07Make rustdoc.js use license comments.Clar Charr-9/+11
2017-05-19Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomezMark Simulacrum-3/+3
2017-05-19rustdoc: Fix implementors list javascriptOliver Middleton-3/+3
2017-05-18Make documentation works again by removing two unnecessary ES6 pieces.pravic-3/+3
2017-05-12Fix anchor invalid redirection to searchGuillaume Gomez-4/+8
2017-05-02Remove jquery dependencyGuillaume Gomez-233/+456
2017-04-06rustdoc: collapse docblock before showing labelAndy Russell-4/+11
2017-02-26Improve associated constant rendering in rustdocGuillaume Gomez-1/+1
2016-12-12rustdoc: Fix short summaries in search resultsOliver Middleton-16/+5
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-9/+0
2016-11-12rustdoc: fold fields for enum struct variants into a docblockQuietMisdreavus-0/+16
2016-11-06Set attributes hidden by defaultGuillaume Gomez-8/+24
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-0/+2
2016-09-03Support unions in rustdocVadim Petrochenkov-1/+2
2016-08-13rustdoc: Don't include the path for primitive methods in the search resultsOliver Middleton-2/+7
2016-08-13rustdoc: Fix links to static items in the search resultsOliver Middleton-4/+0
2016-06-19rustdoc: Add more types to the sidebarOliver Middleton-1/+5
2016-05-22Fixed shortcut handling. Reverted to [Shift]+[+=]Alex Ozdemir-2/+2
2016-05-22Changed toggle all sections key to `T`Alex Ozdemir-1/+2
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-2/+8
2016-04-25Improve accessibility of rustdoc pagesmitaa-1/+1
2016-03-25Avoid page reload upon hitting "S" when browing in local modeNovotnik, Petr-2/+0
2016-03-18Fix usability problem when browse document locallyYork Xiang-2/+6
2016-02-22Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichtonbors-0/+13
2016-02-16Add crates to search-indexmitaa-0/+13
2016-02-16doc pages: add the ability to search unknown typesBrandon W Maister-3/+3