rust/src/libsyntax_pos
Vadim Petrochenkov eac900ac87 hygiene: Make sure each Mark has an associated expansion info
The root expansion was missing one.
Expansions created for "derive containers" (see one of the next commits for the description) also didn't get expansion info.
2019-07-11 00:12:57 +03:00
..
analyze_source_file.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
edition.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
hygiene.rs hygiene: Make sure each Mark has an associated expansion info 2019-07-11 00:12:57 +03:00
lib.rs hygiene: Make sure each Mark has an associated expansion info 2019-07-11 00:12:57 +03:00
span_encoding.rs Increase Span from 4 bytes to 8 bytes. 2019-04-05 12:26:09 +11:00
symbol.rs hygiene: Introduce a helper method for creating new expansions 2019-07-11 00:12:57 +03:00