about summary refs log tree commit diff
path: root/src/libsyntax/parse/obsolete.rs
AgeCommit message (Expand)AuthorLines
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
2013-05-10syntax: Use the new `for` protocolAlex Crichton-0/+8
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-3/+3
2013-04-28rename parse_single_class_item as wellJohn Clements-1/+1
2013-04-28refactor parse_fn_declJohn Clements-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-1/+1
2013-03-26librustc: Stop parsing `[T * N]`.Patrick Walton-0/+5
2013-03-26syntax: Removing uses of HashMapAlex Crichton-2/+2
2013-03-22libsyntax: Stop parsing `const`.Patrick Walton-0/+6
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-5/+0
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-0/+10
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-1/+1
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21libsyntax: Remove `@const` from the languagePatrick Walton-0/+5