rust/src/librustdoc
bors ad264f7f39 Auto merge of #34924 - cgswords:empty_delim, r=nrc
Added empty CloseDelim to tokens for future use.

Description says it all. I added a new DelimToken type, Empty, to indicate a Delimited tokenstream with no actual delimiters (which are variously useful for constructing macro output).

r? @nrc
2016-07-22 11:30:29 -07:00
..
clean Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton 2016-07-13 16:27:30 -07:00
html Auto merge of #34924 - cgswords:empty_delim, r=nrc 2016-07-22 11:30:29 -07:00
build.rs
Cargo.toml evaluate the array length of fixed size array types in rustdoc 2016-07-13 10:35:58 +02:00
core.rs Remove BasicEmitter 2016-07-14 07:57:46 -04:00
doctree.rs Address comments and fix travis warning 2016-06-23 08:07:35 -04:00
externalfiles.rs try! -> ? 2016-03-22 22:01:37 -05:00
flock.rs
fold.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
lib.rs evaluate the array length of fixed size array types in rustdoc 2016-07-13 10:35:58 +02:00
markdown.rs Don't initialize id-map when rendering md files 2016-03-27 00:21:01 +01:00
passes.rs rustdoc: Fix a few stripping issues 2016-06-27 23:26:29 +01:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Remove BasicEmitter 2016-07-14 07:57:46 -04:00
visit_ast.rs Rollup merge of #34479 - ollie27:rustdoc_renamed_reexport_list, r=GuillaumeGomez 2016-06-28 16:05:15 +02:00
visit_lib.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00