about summary refs log tree commit diff
path: root/src/libsyntax/parse/obsolete.rs
AgeCommit message (Expand)AuthorLines
2014-07-09syntax: doc comments all the thingsCorey Richardson-4/+4
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+11
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-0/+5
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-3/+5
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-3/+3
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-80/+0
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-80/+0
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+6
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-0/+15
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-12/+0
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-17De-@ ParseSess uses.Eduard Burtescu-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-10/+1
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2/+1
2014-02-13Remove obsolete warnings for `extern mod`Flavio Percoco-12/+0
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+1
2014-02-08Fixed error starting with uppercasemr.Shu-1/+1
2014-02-02syntax: add an obsolete syntax warning for @[].Huon Wilson-0/+5
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-0/+5
2014-02-02libsyntax: Remove `ident_to_str` from the parser, which was returningPatrick Walton-2/+2
2014-01-31Remove the obsolete handler for `impl A;`.Huon Wilson-5/+0
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