rust/src/librustdoc
Thomas Lively 9a55103b98 Upgrade Emscripten targets to use upstream LLVM backend
- Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the incorrect wasm32 C call ABI with the old asmjs
   version, which is correct for both wasm32 and JS.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Temporarily makes Emscripten targets use panic=abort by default
   because supporting unwinding will require an LLVM patch.
2019-10-04 00:47:21 -07:00
..
clean Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
html Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simulacrum 2019-10-02 18:24:35 +02:00
passes Rename sty to kind 2019-09-25 15:50:04 +01: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 Prevent rustdoc feature to be passed down to doctests 2019-10-01 14:38:36 +02:00
core.rs Prevent rustdoc feature to be passed down to doctests 2019-10-01 14:38:36 +02: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 indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
markdown.rs Rollup merge of #64072 - limira:patch-1, r=ollie27 2019-09-11 02:38:04 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Prevent rustdoc feature to be passed down to doctests 2019-10-01 14:38:36 +02:00
theme.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
visit_ast.rs Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
visit_lib.rs Mutate DocContext from LibEmbargoVisitor and RustdocVisitor 2019-08-26 18:51:34 -04:00

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