about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-3/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-18/+18
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-2/+1
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-1/+1
2013-02-26Fix unused imports in the tutorialsAlex Crichton-0/+2
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-1/+1
2013-02-26doc: Remove references to mut fields. rs=demutingPatrick Walton-15/+12
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-1/+1
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-2/+2
2013-02-19Rewrited section about rust toolMarvin Löbel-11/+8
2013-02-19Give the rust tool an own section in the tutorial.Marvin Löbel-2/+21
2013-02-19Mention rust tool in the tutorialMarvin Löbel-3/+4
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-13update tutorial and manual to use new `impl Trait for Type` syntaxChris Peterson-17/+16
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-30RIMOV, round 11Ben Striegel-1/+1
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-4/+4
2013-01-29Formatting cleanup.Felix S. Klock II-1/+0
2013-01-29Fix two code examples in main rust tutorial.Felix S. Klock II-5/+10
2013-01-23doc: Document pattern matching on vectorsSeo Sanghyeon-0/+12
2013-01-20doc: Fix tutorial typo and remove unnecessary xfail-testChris Peterson-1/+1
2013-01-10doc: Fold information from the memory model interlude in the tutorial elsewherePatrick Walton-9/+51
2013-01-10corrected imprecision in description of mutable fieldsJohn Clements-2/+8
2013-01-10tutorial: Remove memory model sectionBrian Anderson-70/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+5
2013-01-04Merge remote-tracking branch 'superoptimizer/master' into HEADBrian Anderson-1/+1
2013-01-03Fix two minor issues in the tutorial.Mark Lacey-2/+2
2012-12-31doc: Fix some typos in the tutorial and reference manualChris Peterson-3/+3
2012-12-30doc: make small corrections to tutorialAndrew Paseltiner-81/+83
2012-12-30doc: Fix explanation and example of struct-like enum variants. rs=bustedPatrick Walton-6/+6
2012-12-29doc: Fix some broken tutorial examples. rs=bustagePatrick Walton-0/+2
2012-12-24Unfortunately, we can't embed cross-crate tests in the tutorial...Tim Chevalier-1/+1
2012-12-24Fix example.Eric J. Holmes-2/+2
2012-12-24bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-3/+3
2012-12-24doc: mention struct-like enum variants /cc #4217Tim Chevalier-0/+18
2012-12-24Unfortunately, we can't embed cross-crate tests in the tutorial...Tim Chevalier-1/+1
2012-12-23Merge pull request #4249 from graydon/0.6-bumpTim Chevalier-3/+3
2012-12-23Fix example.Eric J. Holmes-2/+2
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-3/+3
2012-12-20tutorial: Discuss argument patternsBrian Anderson-0/+24
2012-12-20tutorial: Clarify description of trait inheritanceBrian Anderson-3/+5
2012-12-20tutorial: Fix broken examplesBrian Anderson-2/+2
2012-12-20tutorial: Re-remove core:: prefix from some examplesBrian Anderson-4/+4
2012-12-20tutorial: TypoBrian Anderson-1/+1
2012-12-20tutorial: Clean up language about syntax extensionsBrian Anderson-2/+2
2012-12-20tutorial: Try to fit the early discussion of :: in betterBrian Anderson-12/+8
2012-12-20tutorial: Remove some trivia about operatorsBrian Anderson-5/+0