rust/compiler/rustc_parse/src
Vadim Petrochenkov 2879ab793e rustc_parse: Remove optimization for 0-length streams in collect_tokens
The optimization conflates empty token streams with unknown token stream, which is at least suspicious, and doesn't affect performance because 0-length token streams are very rare.
2020-11-12 22:00:48 +03:00
..
lexer Fix even more URLs 2020-11-05 20:11:29 +01:00
parser rustc_parse: Remove optimization for 0-length streams in collect_tokens 2020-11-12 22:00:48 +03:00
lib.rs Do not collect tokens for doc comments 2020-11-09 01:47:11 +03:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00