rust/src/librustdoc
Mazdak Farrokhzad 1f56441a00
Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison
Fix confusion in theme picker functions

To reproduce the bug currently: click on the theme picker button twice (to show it then hide it). Then click anywhere else: the dropdown menu appears again.

The problem was coming from a confusion of what the `hideThemeButtonState` and `showThemeButtonState` were supposed to do. I switched their codes and updated the `switchThemeButtonState` function. It now works as expected.

r? @kinnison
2019-08-22 15:15:40 +02:00
..
clean Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov 2019-08-19 01:31:35 +00:00
html Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison 2019-08-22 15:15:40 +02:00
passes resolve: ParentScope::default -> ParentScope::module 2019-08-15 20:47:15 +03:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
theme librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
config.rs Remove thread-local for playground config 2019-08-11 10:36:46 -04:00
core.rs Use a HashSet instead of Vec 2019-08-11 10:36:46 -04:00
docfs.rs Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
doctree.rs rustdoc: Replace HirVec with slices in doctree 2019-08-11 10:36:46 -04:00
externalfiles.rs Reduce nesting in externalfiles implementation 2019-08-11 10:47:58 -04:00
fold.rs Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
lib.rs Remove unnecessary channel 2019-08-11 10:36:46 -04:00
markdown.rs Drop RefCell from IdMap in markdown rendering 2019-08-11 10:47:58 -04:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
theme.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
visit_ast.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
visit_lib.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00

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