rust/src/test
Aleksey Kladov 395ee0b79f Introduce rustc_lexer
The idea here is to make a reusable library out of the existing
rust-lexer, by separating out pure lexing and rustc-specific concerns,
like spans, error reporting an interning.

So, rustc_lexer operates directly on `&str`, produces simple tokens
which are a pair of type-tag and a bit of original text, and does not
report errors, instead storing them as flags on the token.
2019-07-20 21:12:34 +03:00
..
assembly
auxiliary
codegen Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton 2019-07-16 23:05:06 +00:00
codegen-units
compile-fail
debuginfo
incremental
mir-opt
pretty
run-fail
run-make
run-make-fulldeps Make pretty-expanded-hygiene a ui test 2019-07-16 21:23:29 +01:00
run-pass Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
run-pass-fulldeps
run-pass-valgrind
rustdoc
rustdoc-js
rustdoc-js-std
rustdoc-ui normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
rustfix
ui Introduce rustc_lexer 2019-07-20 21:12:34 +03:00
ui-fulldeps normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
COMPILER_TESTS.md