rust/src/libsyntax_pos
2018-02-02 22:48:50 +08:00
..
Cargo.toml Display spans correctly when there are non-half-width characters 2017-11-03 03:15:39 +09:00
hygiene.rs Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc 2018-01-12 10:00:09 +00:00
lib.rs Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird spans involving macro context Sometimes the parser attempts to synthesize spans from within a macro context with the span for the captured argument, leading to non-sensical spans with very bad output. Given that an incorrect span is worse than a partially incomplete span, when detecting this situation return only one of the spans without merging them. Fix #32072, #47778. CC #23480. 2018-02-02 22:48:50 +08:00
span_encoding.rs Fix comment formatting 2017-11-05 01:24:20 +02:00
symbol.rs Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov 2017-12-07 21:05:49 +00:00