rust/compiler/rustc_ast/src
Dylan DPC ec44d48ae3
Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=petrochenkov
Improve string literal unescaping

Some easy wins that affect a few popular crates.

r? ```@matklad```
2022-02-24 21:42:18 +01:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr compiler: clippy::complexity fixes 2022-02-03 23:16:03 +01:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Inline a hot closure in from_lit_token. 2022-02-24 17:07:49 +11:00
ast_like.rs expand: Refactor InvocationCollector visitor for better code reuse 2022-01-07 14:41:22 +08:00
ast.rs Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote 2022-02-24 07:48:09 +01:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs Inline a hot closure in from_lit_token. 2022-02-24 17:07:49 +11:00
mut_visit.rs Add term 2022-01-17 17:20:57 +00:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
token.rs Use TokenKind::similar_tokens() 2021-10-04 22:13:00 +02:00
tokenstream.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
visit.rs Add term 2022-01-17 17:20:57 +00:00