about summary refs log tree commit diff
path: root/src/libsyntax/parse/obsolete.rs
AgeCommit message (Expand)AuthorLines
2014-01-13libsyntax: Make managed box `@` patterns obsoletePatrick Walton-2/+8
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-2/+2
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-9/+2
2014-01-02libsyntax: Make the parser mutablePatrick Walton-13/+13
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-0/+6
2013-12-15Forbid multiple imports in use statementsAlex Crichton-0/+5
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-0/+6
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-1/+1
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-1/+7
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-1/+6
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-0/+10
2013-10-25libsyntax: Get rid of obsolete obsolete warning.Luqman Aden-6/+0
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-166/+2
2013-10-01Obsolete parsing 'loop' as 'continue'Alex Crichton-0/+6
2013-09-30syntax: Remove usage of fmt!Alex Crichton-2/+2
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-17/+0
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-0/+5
2013-09-24Correctly encode item visibility in metadataAlex Crichton-17/+0
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-4/+4
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-7/+7
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-5/+6
2013-08-18fix for #8088 (Cannot name a struct field `new` due to ancient syntax)Do Nhat Minh-19/+0
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-8/+13
2013-08-07Forbid `priv` where it has no effectAlex Crichton-0/+5
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+7
2013-07-31rm ancient error for lowercase kindsDaniel Micay-7/+0
2013-07-20auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwaltonbors-3/+3
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-0/+6
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-3/+3
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-5/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+4
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-2/+3
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-1/+20
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-0/+5
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-0/+6
2013-06-25great renaming propagation: syntaxCorey Richardson-5/+3
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-5/+0
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-0/+6
2013-06-04libsyntax: Remove `pub impl` from the languagePatrick Walton-6/+5
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-11/+16
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-25Use an enum for keywords and intern them to improve parser performanceBjörn Steinbrink-3/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-19Register snapshotsBrian Anderson-8/+0
2013-05-15Allow static strings to be used with keyword checksBjörn Steinbrink-2/+2
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-7/+7
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-0/+6
2013-05-10Remove the '<->' operator from the languageAlex Crichton-0/+5