rust/compiler
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
..
2020-10-30 10:13:39 -04:00
2020-11-09 15:30:49 +00:00
2020-10-30 10:13:41 -04:00
2020-11-05 20:11:29 +01:00