rust/compiler/rustc_parse/src/parser
Dylan DPC 0a0e9f73af
Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk
Filtering spans when emitting json

According to the issue #102902, we shouldn't emit spans which have an empty span and no suggested replacement.
2022-10-21 17:29:58 +05:30
..
attr.rs Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) 2022-09-27 20:29:19 +02:00
attr_wrapper.rs Use tidy-alphabetical in the compiler 2022-10-12 17:49:10 +05:30
diagnostics.rs Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk 2022-10-21 17:29:58 +05:30
expr.rs Fix the bug of next_point in span 2022-10-18 02:59:38 +08:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs Fix the bug of next_point in span 2022-10-18 02:59:38 +08:00
mod.rs Add comments to TokenCursor::desugar. 2022-10-03 11:42:29 +11:00
nonterminal.rs slight vertical formatting 2022-09-15 23:51:43 +08:00
pat.rs Stabilize half_open_range_patterns 2022-10-08 11:00:13 +02:00
path.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
stmt.rs Rework "inner attribute not permitted" errors 2022-09-27 20:29:19 +02:00
ty.rs Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00