rust/compiler/rustc_ast/src
Dylan DPC c51172f38a
Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
use matches!() macro in more places
2020-12-28 14:13:12 +01:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr use matches!() macro in more places 2020-12-24 13:35:12 +01:00
expand mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC 2020-12-28 14:13:12 +01:00
ast.rs Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC 2020-12-28 14:13:12 +01:00
crate_disambiguator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
entry.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
mut_visit.rs Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
node_id.rs The renumber pass is long gone 2020-11-06 03:18:01 +01:00
ptr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
token.rs use matches!() macro in more places 2020-12-24 13:35:12 +01:00
tokenstream.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00
visit.rs Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00