about summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-02-26doc: Remove references to mut fields. rs=demutingPatrick Walton-2/+2
2013-02-25Fix typo in grammar: underscore, not minus, can appear amongst hex digits.Felix S. Klock II-1/+1
2013-02-19auto merge of #5029 : mcpherrinm/rust/master, r=catamorphismbors-0/+1
2013-02-18Missing newline causing title to not be a titleMatthew McPherrin-0/+1
2013-02-18Fixed a typo in the documentation that points to the wrong macro (ident_to_st...Armin Ronacher-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14remove die definition and use in doc testsNick Desaulniers-9/+9
2013-02-13update tutorial and manual to use new `impl Trait for Type` syntaxChris Peterson-12/+12
2013-02-13removed reference to crate file keywordsJohn Clements-7/+1
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-9/+5
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-2/+2
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-4/+4
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-2/+2
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-25/+12
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-25/+12
2013-01-31test cases, cleanupJohn Clements-0/+3
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-31Repair RIMOV damage to doc testsBen Striegel-5/+4
2013-01-30RIMOV, round 11Ben Striegel-9/+6
2013-01-25doc typoJohn Clements-1/+1
2013-01-24Make `super` a keywordYoungsoo Son-1/+1
2013-01-23doc: Document mutable function argumentsSeo Sanghyeon-0/+5
2013-01-21Merge pull request #4562 from lbonn/loglevelTim Chevalier-4/+4
2013-01-20doc: Fix manual's link attributes example codeChris Peterson-5/+5
2013-01-21doc: fix log level idsLaurent Bonnans-4/+4
2012-12-31doc: Fix some typos in the tutorial and reference manualChris Peterson-3/+3
2012-12-24doc: mention struct-like enum variants /cc #4217Tim Chevalier-0/+13
2012-12-20doc: Mention argument bindings in manual release-0.5 0.5Brian Anderson-0/+7
2012-12-20doc: 'trait constraints' -> 'inheritance'. ExpandBrian Anderson-1/+28
2012-12-20doc: describe the Drop trait. cc: #4217Graydon Hoare-0/+10
2012-12-19doc: Mention tuple structsTim Chevalier-1/+21
2012-12-19docs: mention static methodsTim Chevalier-2/+17
2012-12-19Update docs to mention trait constraints; also fix failing doc testsTim Chevalier-3/+18
2012-12-19doc: structure expressions. cc: #4217Graydon Hoare-2/+37
2012-12-19doc: mention moved and copied types. cc: #4217Graydon Hoare-3/+15
2012-12-18doc: a little more material on object types, part of #4217.Graydon Hoare-8/+19
2012-12-15Update docs for crate file changesBrian Anderson-70/+50
2012-12-14Fix broken testsBrian Anderson-63/+3
2012-12-14[docs] Note that types and modules share the same namespaceTim Chevalier-0/+4
2012-12-13Merge pull request #4181 from andrew-d/andrew-doc-fix1Brian Anderson-4/+4
2012-12-13Rename "to_str" to "make_string" in the docsAndrew Dunham-4/+4
2012-12-13Update docs for kind name changesBrian Anderson-6/+6
2012-12-12Document pub use foo::* in the reference manualTim Chevalier-0/+15
2012-12-08doc: Fix broken doc test. rs=bustagePatrick Walton-4/+4
2012-12-07Xfail broken testsTim Chevalier-2/+2
2012-12-07doc: fix busted doctest, r=burningtree.Graydon Hoare-1/+1
2012-12-06Document pattern ranges a little moreTim Chevalier-2/+7
2012-11-30manual: Clarify that Drop types cannot be CopyBrian Anderson-0/+1
2012-11-29Macros can now also be stmts and items.Paul Stansifer-4/+4
2012-11-19Fix breakage. Expand const examples in manualBrian Anderson-1/+11