rust/src/libsyntax_pos
bors df40e61382 Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis
Implement edition hygiene for keywords

Determine "keywordness" of an identifier in its hygienic context.
cc https://github.com/rust-lang/rust/pull/49611

I've resurrected `proc` as an Edition-2015-only keyword for testing purposes, but it should probably be buried again. EDIT: `proc` is removed again.
2018-05-18 10:57:05 +00:00
..
Cargo.toml Allocate Symbol strings from an arena 2018-05-10 16:27:46 +02:00
edition.rs Add edition to expansion info 2018-05-17 23:13:08 +03:00
hygiene.rs Add edition to expansion info 2018-05-17 23:13:08 +03:00
lib.rs Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis 2018-05-18 10:57:05 +00:00
span_encoding.rs Inline Span methods. 2018-05-09 20:14:03 +10:00
symbol.rs Remove the proc keyword again 2018-05-17 23:13:09 +03:00