rust/src/librustdoc/html
bors b6f3cb9502 Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jsha
Fix crate filter search reset

I found a fun bug when using rustdoc recently: I made a search, cut the search input content, changed the crate filter, pasted back the input content. To my surprise, the crate filter wasn't applied. It's because that our search input was empty when receiving the `<select>` "onchange" event. To fix this issue, I reset the `currentResults` variable to `null`.

It's using the first commit from #86542 so it needs to wait for it before getting merged.

r? `@jsha`
2021-06-23 08:45:17 +00:00
..
highlight Update highlight tests 2021-05-05 18:13:47 +02:00
markdown Update test cases for intra-doc links in summaries 2021-06-18 17:47:05 -07:00
render Revert "List trait impls before methods from deref in the sidebar of Rustdoc's output" 2021-06-22 18:18:54 -07:00
static Fix search filter update 2021-06-23 10:09:26 +02:00
templates Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs Update comment regarding staged_api 2021-06-21 20:21:37 +08:00
highlight.rs Fix line number not being clickable on source pages 2021-05-10 14:11:42 +02:00
layout.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
markdown.rs Resolve intra-doc links in summary desc 2021-06-18 16:08:58 -07:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
static_files.rs Rollup merge of #86402 - tspiteri:source-woff2, r=jsha 2021-06-22 20:01:01 +09:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00