rust/src/librustdoc
bors 3edcdbb0c0 auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton
Previously, external code might call `markdown::render()` without having
called `markdown::reset_headers()`, meaning the TLS key
`used_header_map` was unset.  Now `markdown::render()` ensures that
`used_header_map` is set by calling `reset_headers` if necessary.

Fix #17736
2014-10-06 14:57:19 +00:00
..
clean rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
html auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton 2014-10-06 14:57:19 +00:00
core.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
doctree.rs rustdoc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
externalfiles.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
flock.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
fold.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
lib.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
markdown.rs Changed addl_lib_search_paths from HashSet to Vec 2014-09-07 11:42:02 +02:00
passes.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
test.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
visit_ast.rs rustdoc: Don't try to inline the crate root 2014-09-23 15:19:30 -07:00