summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2013-04-01tidy version numbers and copyright datesGraydon Hoare-5/+5
2013-04-01doc: Update tutorial description of coreBrian Anderson-23/+59
2013-03-31Update tutorial.mdLuqman Aden-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-29tutorial: add an example of freezing a managed boxDaniel Micay-4/+15
2013-03-29tutorial: improve the managed boxes sectionDaniel Micay-0/+14
2013-03-29tutorial: improve the owned boxes sectionDaniel Micay-5/+40
2013-03-29tutorial: use "owned box" consistentlyDaniel Micay-4/+4
2013-03-28tutorial: only Owned types can have a Drop implDaniel Micay-1/+3
2013-03-28tutorial: cleaner libc use statementsDaniel Micay-5/+2
2013-03-26test: Fix testsPatrick Walton-5/+5
2013-03-26doc: Remove mentions of oldmap::HashMapAlex Crichton-2/+2
2013-03-25docs: update to avoid mention of const.Graydon Hoare-1/+1
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-25/+19
2013-03-21Tutorial: make struct section more coherentLuca Bruno-9/+18
2013-03-19rewrite the tutorial section on boxesDaniel Micay-130/+160
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-2/+2
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-9/+9
2013-03-11doc: Remove documentation on newtype enums.Patrick Walton-44/+36
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+3
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