about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-10-08Merge branch 'incoming' into snap-2012-10-05Tim Chevalier-3/+1
2012-10-08allow interner cache to be shared across parsers (#3699)Erick Tryzelaar-21/+26
2012-10-08Merge remote-tracking branch 'erickt/incoming' into snap-2012-10-05Tim Chevalier-4122/+2178
2012-10-08Register snapshotsTim Chevalier-0/+8
2012-10-08Revert "remove ctor from ast"Tim Chevalier-120/+651
2012-10-08cap-clause-use-after-move: modernize error msgNiko Matsakis-3/+1
2012-10-08libcore: include the trim methods in the StrSlice traitErick Tryzelaar-0/+3
2012-10-08libcore: str trim functions can be applied to &strsErick Tryzelaar-0/+10
2012-10-08remove ctor from astNiko Matsakis-651/+120
2012-10-07Clean up unfinished portions of task tutorialBrian Anderson-9/+2
2012-10-07libcore Fix the tuple first_ref testErick Tryzelaar-1/+1
2012-10-07Merge pull request #3675 from apasel422/kate-fixBrian Anderson-38/+19
2012-10-07Remove old auto_serialize2 code (needs snapshot)Erick Tryzelaar-1255/+2
2012-10-07libcore: add first_ref and second_ref to tuplesErick Tryzelaar-3/+28
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-2868/+2177
2012-10-07remove the old auto_serialize syntax extensionErick Tryzelaar-316/+146
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-443/+503
2012-10-07Work on the tutorial section on 'do'Brian Anderson-23/+22
2012-10-07TutorialBrian Anderson-9/+7
2012-10-06More tutorial tweakingBrian Anderson-13/+10
2012-10-06'The' Rust Language TutorialBrian Anderson-1/+1
2012-10-06Remove some redundant info from tutorialBrian Anderson-13/+1
2012-10-06docs: Fix capitalization of section titleBrian Anderson-1/+1
2012-10-06Add Jacob Harris Cryer Kragh to AUTHORS.txtBrian Anderson-0/+1
2012-10-06docs: Remove more uses of recordsBrian Anderson-3/+3
2012-10-06tutorial: Add missing struct nameJacob Harris Cryer Kragh-4/+4
2012-10-06Overhaul mods and crates section of tutorialBrian Anderson-163/+154
2012-10-06docs: Edit the into bulletsBrian Anderson-15/+11
2012-10-06docs: Clean up trait and module examplesBrian Anderson-8/+5
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-95/+59
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-209/+6
2012-10-05Register snapshotsTim Chevalier-0/+8
2012-10-05docs: Remove some 'extern mod std's from tutorialBrian Anderson-8/+2
2012-10-05docs: Simplify a tutorial exampleBrian Anderson-1/+1
2012-10-05De-mode mysterious unused functions in middle::trans::shape (see comment)Tim Chevalier-4/+8
2012-10-05Fix nits in logging section.Graydon Hoare-17/+12
2012-10-05Reword memory-ownership section.Graydon Hoare-11/+8
2012-10-05Replace box types section with pointer types section.Graydon Hoare-21/+47
2012-10-05Minor reformatting.Graydon Hoare-6/+6
2012-10-05Add section on unsafe functions, reword explanation on unsafe-overriding-purity.Graydon Hoare-20/+30
2012-10-05Add section on lvals, rvals and temps.Graydon Hoare-0/+19
2012-10-05Rewrite the communication-between-tasks section completely.Graydon Hoare-48/+15
2012-10-05Remove port/chan-specific lifecycle terminology.Graydon Hoare-6/+5
2012-10-05rustc: Add a new method_self method call origin. Part of default methods.Patrick Walton-15/+61
2012-10-05doc: Strings are vectors of u8, not [u8]Brian Anderson-1/+1
2012-10-05docs: Add a section on pointer dereferencingBrian Anderson-0/+67
2012-10-05rustc: Thread a self type through trans_impl; fix cross-crate trait issuePatrick Walton-10/+27
2012-10-05rustc: Translate default methods on traits for each impl in which they're use...Patrick Walton-5/+27
2012-10-05update Kate syntax file with latest keywords and typesAndrew Paseltiner-38/+19
2012-10-05test: XFAIL trait-inheritance-simple because of suspected 32-bit brokennessPatrick Walton-0/+5