rust/src/librustdoc
Yuki Okushi 3213089c02
Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514
Fixes submit event of the search input

Fixes https://github.com/rust-lang/rust/issues/79960

It's a very funny corner case:

In HTML, when a button follows an input (in a `form`), if the enter keep is pressed on the input, instead of sending the submit event to the input, it'll create a click event on the button following it, which in this case made the help popup show up whenever "enter" was pressed.

cc `@camelid`

r? `@jyn514`
2020-12-13 11:05:48 +09:00
..
clean Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez 2020-12-12 19:41:56 +00:00
doctest Update doctest tests 2020-11-17 10:33:14 +01:00
formats Pass Session into renderer 2020-12-12 00:00:09 -05:00
html Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514 2020-12-13 11:05:48 +09:00
json Fix the JSON backend 2020-12-12 00:01:25 -05:00
passes Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC 2020-12-13 11:05:36 +09:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Simplfy color availability check 2020-11-17 10:33:14 +01:00
config.rs Dogfood 'str_split_once() with librustdoc 2020-12-07 14:00:31 -07:00
core.rs Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum 2020-12-09 04:17:29 +00:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Fix unknown-crate when using self-profile with rustdoc 2020-12-01 12:54:03 -05:00
doctree.rs Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Make fold_item_recur non-nullable 2020-11-22 12:59:01 -05:00
lib.rs Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez 2020-12-12 19:41:56 +00:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
visit_ast.rs Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -05:00
visit_lib.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00

For more information about how librustdoc works, see the rustc dev guide.