summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20doc: Mention argument bindings in manualrelease-0.50.5Brian Anderson
2012-12-20tutorial: Discuss argument patternsBrian Anderson
2012-12-20tutorial: Clarify description of trait inheritanceBrian Anderson
2012-12-20tutorial: Fix broken examplesBrian Anderson
2012-12-20tutorial: Re-remove core:: prefix from some examplesBrian Anderson
2012-12-20tutorial: TypoBrian Anderson
2012-12-20tutorial: Clean up language about syntax extensionsBrian Anderson
2012-12-20tutorial: Try to fit the early discussion of :: in betterBrian Anderson
2012-12-20tutorial: Remove some trivia about operatorsBrian Anderson
2012-12-20tutorial: EditingBrian Anderson
2012-12-20tutorial: Fix example in syntax basics sectionBrian Anderson
2012-12-20tutorial: Update scopeBrian Anderson
2012-12-20tutorial: Mention rusti with other toolsBrian Anderson
2012-12-20tutorial: Discuss the primitive types along with their literalsBrian Anderson
2012-12-20tutorial: It doesn't matter that Rust identifiers are the same as CBrian Anderson
2012-12-20tutorial: Integrate constants into main intro textBrian Anderson
2012-12-20tutorial: Remove the section on constantsBrian Anderson
2012-12-20tutorial: Remove the entire 'Types' sectionBrian Anderson
2012-12-20tutorial: Remove mutable vector syntaxBrian Anderson
2012-12-20tutorial: Remove confusing discussion about semicolonsBrian Anderson
2012-12-20tutorial: Fix formattingBrian Anderson
2012-12-20tutorial: update introBrian Anderson
2012-12-20tutorial: Update for moves based on typeBrian Anderson
2012-12-20tutorial: TyposBrian Anderson
2012-12-20tutorial: Move method discussion after closures, before genericsBrian Anderson
2012-12-20Move mast static method to the section on methodsBrian Anderson
2012-12-20Use explicit self in rest of tutorialBrian Anderson
2012-12-20tutorial: Rewrite method section to deal with explicit selfBrian Anderson
2012-12-20tutorial: Reorder sections on traitsBrian Anderson
2012-12-20doc: 'trait constraints' -> 'inheritance'. ExpandBrian Anderson
2012-12-20doc: describe the Drop trait. cc: #4217Graydon Hoare
2012-12-20Remove the cfg(stageN)-specific serialize code.Erick Tryzelaar
2012-12-20Register snapshotsErick Tryzelaar
2012-12-20core: Add a Zero and One trait to numErick Tryzelaar
2012-12-19doc: Mention tuple structsTim Chevalier
2012-12-19docs: mention static methodsTim Chevalier
2012-12-19Update docs to mention trait constraints; also fix failing doc testsTim Chevalier
2012-12-19Fix a warning in the workcache test.Erick Tryzelaar
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar
2012-12-19Remove the old serialization codeErick Tryzelaar
2012-12-19Bump version numbers in docsBrian Anderson
2012-12-19doc: structure expressions. cc: #4217Graydon Hoare
2012-12-19doc: mention moved and copied types. cc: #4217Graydon Hoare
2012-12-19Mention module/type namespace merge in release notesBrian Anderson
2012-12-19Remove transitional path2 attributeBrian Anderson
2012-12-19Register snapshotsBrian Anderson
2012-12-19Add Isaac Aggrey to AUTHORSBrian Anderson
2012-12-19Merge pull request #4225 from isaacaggrey/patch-1Brian Anderson
2012-12-19Fix doc typoIsaac Aggrey
2012-12-18core: add unwrap methods to dvec, either, and mutableErick Tryzelaar