rust/compiler/rustc_parse
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
..
src rustc_parse: Remove optimization for 0-length streams in collect_tokens 2020-11-12 22:00:48 +03:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00