rust/src/libsyntax/parse
bors 36db3866c0 auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis
These `where` clauses are accepted everywhere generics are currently
accepted and desugar during type collection to the type parameter bounds
we have today.

A new keyword, `where`, has been added. Therefore, this is a breaking
change. Change uses of `where` to other identifiers.

[breaking-change]

r? @nikomatsakis (or whoever)
2014-08-15 06:26:23 +00:00
..
lexer librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00
attr.rs Fix spans for attributes 2014-07-11 15:26:26 -07:00
classify.rs syntax: doc comments all the things 2014-07-09 00:06:27 -07:00
common.rs syntax: doc comments all the things 2014-07-09 00:06:27 -07:00
mod.rs librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00
obsolete.rs libsyntax: Remove ~self and mut ~self from the language. 2014-07-24 07:26:03 -07:00
parser.rs auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis 2014-08-15 06:26:23 +00:00
token.rs librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00