about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2013-05-13doc: document the #[deriving] attribute.Huon Wilson-0/+21
2013-05-10Replace io::println by println as it is now included in prelude.rsOlivier Saut-31/+27
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-4/+4
2013-04-29tutorial: Fix 'self' to 'Self'ILYONG CHO-5/+4
2013-04-28make way for a new iter moduleDaniel Micay-1/+1
2013-04-26tutorial: rework the section on destructorsDaniel Micay-99/+33
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-1/+1
2013-04-19Fix debug! usage in tutorialDan Luu-1/+1
2013-04-17Explain use of debug\! in tutorialDan Luu-0/+3
2013-04-10auto merge of #5773 : dunsmoreb/rust/incoming, r=bstriebors-1/+5
2013-04-10Update destructuring to reference tuples section.Bryan Dunsmore-1/+2
2013-04-08auto merge of #5782 : zofrex/rust/doc-1-tuples, r=thestingerbors-1/+1
2013-04-08auto merge of #5775 : pavpanchekha/rust/patch-1, r=thestingerbors-1/+1
2013-04-07Fixed typoPavel Panchekha-1/+1
2013-04-07Include definition of tuples for destructuring.Bryan Dunsmore-1/+4
2013-04-07Update tutorial: 1-tuples now existzofrex-1/+1
2013-04-05auto merge of #5721 : dhardy/rust/master, r=graydonbors-0/+32
2013-04-05Tutorial: spelling correction and move a failing test to an xfail-test marked...Diggory Hardy-1/+3
2013-04-04Tutorial: fix typoDiggory Hardy-4/+4
2013-04-04Tutorial: comment on how mutability applies to boxesDiggory Hardy-0/+30
2013-04-04auto merge of #5716 : dhardy/rust/master, r=thestingerbors-1/+1
2013-04-04Tutorial: rename variable to avoid confusion.Diggory Hardy-1/+1
2013-04-04auto merge of #5707 : brettcannon/rust/patch-1, r=thestingerbors-1/+1
2013-04-03auto merge of #5710 : ajuckel/rust/patch-1, r=luqmanabors-1/+1
2013-04-03Simple typo fixAnthony Juckel-1/+1
2013-04-03Update tut. to not sound like I missed a sectionBrett Cannon-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
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