| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-20 | Fix type filter in rustdoc js | Guillaume Gomez | -4/+4 | |
| 2017-12-20 | Fix deduplication of items | Guillaume Gomez | -3/+10 | |
| 2017-12-20 | Fix global search | Guillaume Gomez | -227/+227 | |
| 2017-12-20 | Strongly improve search path | Guillaume Gomez | -10/+37 | |
| 2017-12-20 | Fix path search in docs | Guillaume Gomez | -82/+114 | |
| 2017-11-18 | Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -45/+43 | |
| Rollup of 4 pull requests - Successful merges: #45767, #46044, #46066, #46071 - Failed merges: | ||||
| 2017-11-17 | Fix primitive types not showing up | Guillaume Gomez | -45/+43 | |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -1/+5 | |
| Fixes #45640. | ||||
| 2017-11-12 | Add "As parameters" items as well | Guillaume Gomez | -22/+25 | |
| 2017-11-12 | Improve result output | Guillaume Gomez | -5/+8 | |
| 2017-11-12 | Big JS optimization | Guillaume Gomez | -15/+11 | |
| 2017-11-12 | Add elements count in tab search title | Guillaume Gomez | -6/+13 | |
| 2017-11-12 | JS big updates | Guillaume Gomez | -109/+254 | |
| 2017-11-11 | Rollup merge of #45812 - GuillaumeGomez:links-and-search, r=QuietMisdreavus | Guillaume Gomez | -3/+31 | |
| Fix navbar click while in a search Fixes #45790. | ||||
| 2017-11-11 | Few improvements on search, history and title | Guillaume Gomez | -5/+10 | |
| 2017-11-10 | Allow to go back to previous search | Guillaume Gomez | -0/+14 | |
| 2017-11-07 | Add "-" shortcut | Guillaume Gomez | -1/+3 | |
| 2017-11-06 | Fix navbar click while in a search | Guillaume Gomez | -0/+9 | |
| 2017-11-01 | Remove duplicated results in the search | Guillaume Gomez | -47/+88 | |
| 2017-11-01 | fix function not appearing in first tab when appearing in another one. ↵ | Guillaume Gomez | -1/+2 | |
| Thanks to @Seeker14491 for this one! | ||||
| 2017-11-01 | Be more flexible when looking for something by using levenshtein method | Guillaume Gomez | -8/+21 | |
| 2017-11-01 | Better check for returned value | Guillaume Gomez | -0/+14 | |
| 2017-11-01 | Keep displaying good information when query is made | Guillaume Gomez | -0/+1 | |
| 2017-11-01 | Rollup merge of #45450 - GuillaumeGomez:overlap-link, r=QuietMisdreavus | kennytm | -1/+11 | |
| Fix title heading overlap in rust doc Fixes #45158. To be noted that this margin only appears when a title is the first element. <img width="1440" alt="screen shot 2017-10-22 at 16 08 44" src="https://user-images.githubusercontent.com/3050060/31862746-6411070e-b743-11e7-9a75-4159e1f7f1d6.png"> r? @rust-lang/docs | ||||
| 2017-10-27 | Improve sidebar rendering and add methods list | Guillaume Gomez | -6/+21 | |
| 2017-10-26 | Rollup merge of #45212 - GuillaumeGomez:sidebar-fixed, r=QuietMisdreavus | kennytm | -2/+3 | |
| Limit the sidebar height The sidebar is now fixed, which means its scrolling is independent of the main page now. r? @rust-lang/docs | ||||
| 2017-10-24 | Show src button and function version on mobile version | Guillaume Gomez | -2/+6 | |
| 2017-10-24 | Fix the sidebar height | Guillaume Gomez | -2/+3 | |
| 2017-10-22 | Remove useless top margin on first heading | Guillaume Gomez | -0/+1 | |
| 2017-10-22 | Fix title heading overlap in rust doc | Guillaume Gomez | -1/+10 | |
| 2017-10-19 | Auto merge of #45288 - GuillaumeGomez:tab-key-binding, r=QuietMisdreavus | bors | -17/+32 | |
| Save the highlighted item when switching tab To be merged after #45281. r? @rust-lang/docs | ||||
| 2017-10-19 | Rollup merge of #45281 - GuillaumeGomez:tab-selection, r=QuietMisdreavus | kennytm | -5/+23 | |
| Save selected search tab Fixes #45278. r? @rust-lang/docs | ||||
| 2017-10-17 | Auto merge of #45290 - GuillaumeGomez:fix-help, r=QuietMisdreavus | bors | -7/+18 | |
| Hide help when search bar is focused Fixes #45286 r? @rust-lang/docs | ||||
| 2017-10-14 | Hide help when search bar is focused | Guillaume Gomez | -7/+18 | |
| 2017-10-14 | Save current highlighted item in search tab | Guillaume Gomez | -17/+32 | |
| 2017-10-14 | Save selected search tab | Guillaume Gomez | -5/+23 | |
| 2017-10-14 | Remove terribly useless and problematic margin when searching on mobile | Guillaume Gomez | -0/+4 | |
| 2017-10-13 | Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavus | kennytm | -1/+1 | |
| Rustdoc: Increase padding between consecutive impls Currently, [implementors](https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#implementors) list is a bit too condensed. More spacing makes the list easier to read. Check out [this comment](https://github.com/rust-lang/rust/issues/41879#issuecomment-333121118) to see what's the effect of this change. Closes #41879. cc @QuietMisdreavus | ||||
| 2017-10-13 | Rollup merge of #45240 - GuillaumeGomez:mobile-sidebar-improvements, ↵ | kennytm | -5/+7 | |
| r=QuietMisdreavus Mobile sidebar improvements Very small changes, I just made the width of the sidebar of 100% and centered vertically both items a bit more: <img width="1440" alt="screen shot 2017-10-12 at 20 00 47" src="https://user-images.githubusercontent.com/3050060/31511496-302bb474-af88-11e7-8dab-2c88799eafcc.png"> r? @rust-lang/docs | ||||
| 2017-10-13 | Auto merge of #45055 - GuillaumeGomez:search-tabs, r=QuietMisdreavus | bors | -22/+175 | |
| Add tabs for search for better information access A few screenshots: <img width="1440" alt="screen shot 2017-10-06 at 00 54 51" src="https://user-images.githubusercontent.com/3050060/31256148-032c1a06-aa31-11e7-8e4c-fec59786b8e6.png"> <img width="1440" alt="screen shot 2017-10-06 at 00 54 58" src="https://user-images.githubusercontent.com/3050060/31256150-03312cb2-aa31-11e7-86f7-8c9f0d8d6d4f.png"> <img width="1440" alt="screen shot 2017-10-06 at 00 55 00" src="https://user-images.githubusercontent.com/3050060/31256149-0330d456-aa31-11e7-8f89-3b3c824e30b4.png"> r? @rust-lang/docs cc @killercup @QuietMisdreavus | ||||
| 2017-10-12 | Increase padding between consecutive impls | Stjepan Glavina | -1/+1 | |
| 2017-10-12 | Small improvement for the sidebar on mobile devices | Guillaume Gomez | -5/+7 | |
| 2017-10-09 | Add tabs for search for better information access | Guillaume Gomez | -22/+175 | |
| Make tabs work | ||||
| 2017-10-09 | let rustdoc print the crate version into docs | QuietMisdreavus | -0/+9 | |
| 2017-10-01 | rustdoc: Style of [src] link for trait implementors | Vitaly _Vi Shukela | -1/+8 | |
| A change suggested by @GuillaumeGomez and @QuietMisdreavus. Also slight reindenting of the appropriate CSS section. | ||||
| 2017-09-24 | Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus | Guillaume Gomez | -1/+1 | |
| Fix warning position in rustdoc code blocks Before: <img width="1440" alt="screen shot 2017-09-23 at 14 07 08" src="https://user-images.githubusercontent.com/3050060/30773382-b9649288-a06f-11e7-94ec-faa3c3ed999b.png"> After: <img width="1440" alt="screen shot 2017-09-23 at 14 58 31" src="https://user-images.githubusercontent.com/3050060/30773384-bdfc9f3e-a06f-11e7-9030-9fb8a5308668.png"> r? @QuietMisdreavus | ||||
| 2017-09-23 | Fix warning position in rustdoc code blocks | Guillaume Gomez | -1/+1 | |
| 2017-09-18 | Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnik | Alex Crichton | -0/+5 | |
| Fix run button r? @QuietMisdreavus Before:  After:  Quite urgent. | ||||
| 2017-09-18 | Fix run button | Guillaume Gomez | -0/+5 | |
| 2017-09-17 | Add more links and put the link character to the left | Guillaume Gomez | -2/+10 | |
