summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-04-01docs: Xfail test, it's just for illustration anywayTim Chevalier-2/+2
2013-04-01docs: Document language items, as per #3342Tim Chevalier-1/+99
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-29auto merge of #5583 : jbclements/rust/docfix-for-block-comment-grammar, r=jbc...bors-4/+4
2013-03-28added defn of non_slash_or_starJohn Clements-2/+2
2013-03-28fix another subtle bug in comment regexJohn Clements-2/+2
2013-03-27fixes stated grammar for block comments, by adding Kleene '+' in two places.John Clements-2/+2
2013-03-26test: Fix testsPatrick Walton-3/+3
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26doc: Remove mentions of oldmap::HashMapAlex Crichton-3/+3
2013-03-26Updated to reflect alpha-rename of constant/static items section.Felix S. Klock II-4/+2
2013-03-26Miscellaneous documentation additions.Felix S. Klock II-1/+33
2013-03-25docs: update to avoid mention of const.Graydon Hoare-15/+17
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-10/+10
2013-03-22docs: Copyedit my randomly assigned sections of the manualTim Chevalier-132/+143
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-41/+4
2013-03-13test: Fix tests. rs=testsPatrick Walton-19/+19
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-63/+10
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-16/+5
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-9/+10
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-95/+14
2013-03-02auto merge of #5188 : ben0x539/rust/doc-call-generic-fn, r=catamorphismbors-1/+8
2013-03-02Remove REC, change related tests/docsJihyun Yu-95/+14
2013-03-02doc/rust.md: Demonstrate the `f::<T>()` syntax more oftenBenjamin Herr-1/+8
2013-03-02docs/rust.md: Mention unit-like structs along with other struct typesBenjamin Herr-3/+21
2013-02-27auto merge of #5106 : pnkfelix/rust/fix-docs, r=graydonbors-1/+1
2013-02-26Fix unused imports in the tutorialsAlex Crichton-1/+0
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