rust/crates/hir_expand/src
Jonas Schievink 3abcdc03ba Make ast_to_token_tree infallible
It could never return `None`, so reflect that in the return type
2021-04-04 01:46:45 +02:00
..
ast_id_map.rs add more counts 2021-01-27 12:16:24 +03:00
builtin_derive.rs Rename derive-specific APIs 2021-03-19 14:23:13 +01:00
builtin_macro.rs Make ast_to_token_tree infallible 2021-04-04 01:46:45 +02:00
db.rs Make ast_to_token_tree infallible 2021-04-04 01:46:45 +02:00
diagnostics.rs Explain how we get precise spans for diagnostics. 2020-11-28 18:14:08 +03:00
eager.rs Make ast_to_token_tree infallible 2021-04-04 01:46:45 +02:00
hygiene.rs Basic Support Macro 2.0 2021-03-27 13:44:54 +08:00
lib.rs Basic Support Macro 2.0 2021-03-27 13:44:54 +08:00
name.rs Implement edition-dependent builtin panic! macro 2021-04-03 03:12:55 +02:00
proc_macro.rs Swap assert_eq_text\!(expected, actual) 2021-01-16 13:30:26 +09:00
quote.rs Implement edition-dependent builtin panic! macro 2021-04-03 03:12:55 +02:00
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00