rust/src/libsyntax/ext/deriving
John Clements 19e718b34d carry self ident forward through re-parsing
formerly, the self identifier was being discarded during parsing, which
stymies hygiene. The best fix here seems to be to attach a self identifier
to ExplicitSelf_, a change that rippled through the rest of the compiler,
but without any obvious damage.
2014-07-08 16:28:21 -07:00
..
cmp Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
generic carry self ident forward through re-parsing 2014-07-08 16:28:21 -07:00
bounds.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
clone.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
decodable.rs Change DST syntax: type -> Sized? 2014-07-08 22:44:31 +12:00
default.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
encodable.rs Change DST syntax: type -> Sized? 2014-07-08 22:44:31 +12:00
hash.rs Change DST syntax: type -> Sized? 2014-07-08 22:44:31 +12:00
mod.rs Register new snapshots 2014-06-14 10:28:09 -07:00
primitive.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
rand.rs Change DST syntax: type -> Sized? 2014-07-08 22:44:31 +12:00
show.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
zero.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00