rust/src/librustdoc/html
Brendan Zabarauskas 936d999b52 Use common variants for open and close delimiters
This common representation for delimeters should make pattern matching easier. Having a separate `token::DelimToken` enum also allows us to enforce the invariant that the opening and closing delimiters must be the same in `ast::TtDelimited`, removing the need to ensure matched delimiters when working with token trees.
2014-10-30 09:35:52 +11:00
..
static rustdoc: Implement constant documentation 2014-10-09 09:44:51 -07:00
escape.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
format.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
highlight.rs Use common variants for open and close delimiters 2014-10-30 09:35:52 +11:00
item_type.rs rustdoc: Implement constant documentation 2014-10-09 09:44:51 -07:00
layout.rs removing 'str'='struct' search synonym 2014-08-09 15:59:47 -04:00
markdown.rs Renamed AsciiStr::to_lower and AsciiStr::to_upper 2014-10-15 12:31:35 -04:00
render.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
toc.rs Fallout from renaming 2014-09-16 14:37:48 -07:00