summary refs log tree commit diff
path: root/src/libsyntax/print
AgeCommit message (Expand)AuthorLines
2012-10-08Revert "remove ctor from ast"Tim Chevalier-0/+12
2012-10-08remove ctor from astNiko Matsakis-12/+0
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-1/+0
2012-10-05Revert "wip"Tim Chevalier-0/+1
2012-10-05wipTim Chevalier-1/+0
2012-09-28Pretty-print item visibility modifiersBrian Anderson-0/+1
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-27core: More option demodingBrian Anderson-4/+4
2012-09-26turn ast::ident into a structErick Tryzelaar-17/+17
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-14/+0
2012-09-23core: Demode optionBrian Anderson-7/+7
2012-09-21libsyntax: Fix botched mergePatrick Walton-1/+1
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-18/+52
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-4/+4
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-4/+4
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+14
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-28/+32
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+1
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-21/+21
2012-09-18libsyntax: Remove 'unchecked_blk' from ASTBrian Anderson-1/+0
2012-09-14Have parser recognize static, self region.Niko Matsakis-24/+24
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-11/+21
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-8/+8
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-15/+28
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-4/+4
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-07Remove support for multiple traits in a single implTim Chevalier-6/+7
2012-09-07Implement &-patternsTim Chevalier-0/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-21/+30
2012-09-04Parse 'loop' and 'again' the sameBrian Anderson-1/+3
2012-09-04libsyntax: "import" -> "use"Patrick Walton-13/+11
2012-08-31rustc: Implement "use mod"Patrick Walton-6/+9
2012-08-31Fix anon-extern-mod pretty print test.Graydon Hoare-3/+5
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+27
2012-08-29Allow extern mods to be anonymousTim Chevalier-1/+4
2012-08-27Camel case various core constructorsBrian Anderson-5/+5
2012-08-27rustc: more pattern cleanupErick Tryzelaar-1/+1
2012-08-26Camel case the option typeBrian Anderson-94/+94
2012-08-25libsyntax: Accept ',' to separate struct fields. Closes #3263.Patrick Walton-1/+1
2012-08-25rustc: Implement foreign constants.Patrick Walton-0/+8
2012-08-24Remove match checkTim Chevalier-2/+1
2012-08-24fix some unused pattern binding warningsNiko Matsakis-1/+1
2012-08-24extend liveness to treat bindings more like other variablesNiko Matsakis-1/+3
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-18/+22