rust/compiler/rustc_session/src
Esteban Kuber 5a68abb094 Tokenize emoji as if they were valid indentifiers
In the lexer, consider emojis to be valid identifiers and reject
them later to avoid knock down parse errors.
2021-11-23 20:35:07 +00:00
..
cgu_reuse_tracker.rs Make Diagnostic::span_fatal unconditionally raise an error 2021-05-08 23:12:04 -04:00
code_stats.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
config.rs add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
cstore.rs Access Session while decoding expn_id. 2021-10-06 19:06:20 +02:00
filesearch.rs Move get_tools_search_paths from FileSearch to Session 2021-09-08 18:25:47 +02:00
lib.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
options.rs add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
output.rs Use command line metadata path if provided 2021-05-28 22:24:24 -07:00
parse.rs Tokenize emoji as if they were valid indentifiers 2021-11-23 20:35:07 +00:00
search_paths.rs Doc comments 2021-09-08 18:25:46 +02:00
session.rs add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
utils.rs Implement RFC 2951: Native link modifiers 2021-05-05 16:04:25 -07:00