rust/src/librustdoc/html
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
..
static rollup merge of #17226 : P1start/rustdoc-colour 2014-09-17 08:48:53 -07:00
escape.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
format.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
highlight.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
item_type.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
layout.rs removing 'str'='struct' search synonym 2014-08-09 15:59:47 -04:00
markdown.rs rustdoc: make calls of markdown::render safer 2014-10-06 01:51:58 -07:00
render.rs Rename the file permission statics in std::io to be uppercase 2014-10-06 16:43:34 +13:00
toc.rs Fallout from renaming 2014-09-16 14:37:48 -07:00