rust/src/libsyntax/parse
mitaa adfdbc4bd7 Remove ast::LocalSource with only one used variant
`LocalSource` indicated wether a let binding originated from for-loop desugaring to enable specialized error messages, but for-loop expansion has changed and this is now achieved through `MatchSource::ForLoopDesugar`.
2015-07-26 08:56:29 +02:00
..
lexer Use a span from the correct file for the inner span of a module 2015-07-21 21:55:19 +12:00
attr.rs Work towards a non-panicing parser (libsyntax) 2015-04-05 09:52:50 +01:00
classify.rs Teach libsyntax about while let 2014-10-10 20:30:31 -04:00
common.rs Allow trailing commas in array patterns and attributes 2014-11-30 22:28:54 +13:00
mod.rs Use a span from the correct file for the inner span of a module 2015-07-21 21:55:19 +12:00
obsolete.rs Omit 'obsolete' note for warning if -Awarning 2015-04-16 22:23:36 -04:00
parser.rs Remove ast::LocalSource with only one used variant 2015-07-26 08:56:29 +02:00
token.rs syntax: Add unquoting ast::{Generics,WhereClause} 2015-05-15 08:01:55 -07:00