about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-12-11Some rustdoc manual fixesCorey Richardson-3/+18
2013-12-11proto is gonekud1ing-3/+1
2013-12-10auto merge of #10880 : cmr/rust/tut++, r=pnkfelixbors-96/+149
2013-12-10Remove duplication of libstd docs.Corey Richardson-50/+6
2013-12-10Update `Freeze` informationCorey Richardson-1/+4
2013-12-10Tiny fixes to linked list section.Corey Richardson-5/+6
2013-12-10Update Owned to Send, show some types which aren'tCorey Richardson-4/+8
2013-12-10Function declaration takes pats, not exprs.Corey Richardson-1/+1
2013-12-10Clarify newtypeCorey Richardson-1/+1
2013-12-10Clarify arityCorey Richardson-3/+3
2013-12-10Inherited mutabilty clarificationCorey Richardson-3/+2
2013-12-10loop -> continueCorey Richardson-1/+1
2013-12-10Wildcard changes.Corey Richardson-3/+2
2013-12-10Macro definition is feature gated.Corey Richardson-1/+3
2013-12-10Fix tiny formatting error.Corey Richardson-1/+1
2013-12-10Clarify `as`, mention transmute.Corey Richardson-6/+10
2013-12-10Clarify that strings aren't magical.Corey Richardson-1/+2
2013-12-10Fix tiny formatting error.Corey Richardson-1/+1
2013-12-10Add rustdoc documentation.Corey Richardson-3/+77
2013-12-10auto merge of #10882 : jhasse/rust/patch-1, r=metajackbors-1/+1
2013-12-10Fix grammar error.Corey Richardson-1/+2
2013-12-10Add a link to the wiki's package list and refer to gitCorey Richardson-4/+12
2013-12-10Note that Rust can be embedded.Corey Richardson-1/+1
2013-12-10Fix span.Corey Richardson-1/+1
2013-12-10Explain potentially confusing string example.Corey Richardson-4/+5
2013-12-09Add some more commentary to FFI tutorial.Edward Z. Yang-9/+26
2013-12-09Add missing .comJan Niklas Hasse-1/+1
2013-12-04rewrite part of the tutorialDaniel Micay-46/+361
2013-12-02auto merge of #10773 : jvns/rust/patch-1, r=cmrbors-0/+26
2013-12-02Add section on closure types to manualJulia Evans-0/+26
2013-12-02Bring the linkage documentation up-to-dateAlex Crichton-19/+223
2013-11-29Add generation of static libraries to rustcAlex Crichton-8/+4
2013-11-28Register new snapshotsAlex Crichton-9/+9
2013-11-27Be more strict about doc commentsCorey Richardson-5/+7
2013-11-26auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchtonbors-0/+2
2013-11-26add `#[thread_local]` attributeDaniel Micay-0/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-50/+37
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-3/+3
2013-11-26auto merge of #10668 : vky/rust/closure-doc-update, r=alexcrichtonbors-56/+56
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-7/+7
2013-11-26Updating docs with updated closure syntax, `&fn` -> `||`Vijay Korapaty-56/+56
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-113/+3
2013-11-24Remove linked failure from the runtimeAlex Crichton-113/+3
2013-11-22minor rewording in the tutorial's `Rc` coverageDaniel Micay-1/+2
2013-11-21auto merge of #10589 : thestinger/rust/doc, r=pcwaltonbors-48/+47
2013-11-21tutorial: alternatives to ownershipDaniel Micay-48/+47
2013-11-21auto merge of #10587 : thestinger/rust/stack, r=pcwaltonbors-7/+5
2013-11-21remove segmented stacks from the manualDaniel Micay-7/+5