summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-21/+21
2014-01-07doc: Title reference manual consistentlyBrian Anderson-1/+1
2014-01-07auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichtonbors-0/+3
2014-01-06Fix formatting of some code blocks in pdf docsMick Koch-0/+3
2014-01-05doc: update reference to new vector size syntaxRich Lane-2/+1
2014-01-02Abort on double-failure. #910Brian Anderson-4/+2
2013-12-31Update documentation to remove reference to ::rt logginga_m0d-19/+0
2013-12-30auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichtonbors-1/+1
2013-12-29Update Docs to use crateidLuis de Bethencourt-6/+6
2013-12-29rust.md : update crate attributes.eliovir-2/+2
2013-12-17auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichtonbors-1/+1
2013-12-17Update docs to new syntax.Jack Moffitt-1/+1
2013-12-16doc: Update the documentation to describe the `Pod` trait.Patrick Walton-0/+6
2013-12-15Correct definition of lvalues, fixes #10890Edward Z. Yang-1/+5
2013-12-14auto merge of #10944 : metajack/rust/pkgid-docs, r=cmrbors-29/+16
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-1/+0
2013-12-13doc: CSS changes + commit improved faviconAdrien Tétar-1/+0
2013-12-13auto merge of #10913 : cmr/rust/rustdoc_man, r=huonwbors-3/+1
2013-12-12Update documentation for new `pkgid` attribute.Jack Moffitt-29/+16
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-12-11proto is gonekud1ing-3/+1
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-0/+139
2013-11-29Add generation of static libraries to rustcAlex Crichton-8/+4
2013-11-28Register new snapshotsAlex Crichton-3/+3
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-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-18/+12
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Updating docs with updated closure syntax, `&fn` -> `||`Vijay Korapaty-8/+8
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-2/+2
2013-11-24Remove linked failure from the runtimeAlex Crichton-2/+2
2013-11-21auto merge of #10587 : thestinger/rust/stack, r=pcwaltonbors-7/+5
2013-11-21remove segmented stacks from the manualDaniel Micay-7/+5
2013-11-20update manual to reflect &'lifetime syntaxIsaac Dupree-1/+1
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-0/+1
2013-11-17Forbid privacy in inner functionsAlex Crichton-0/+1
2013-11-16Fix the `num_lit` grammar in the reference manual.Chris Morgan-1/+3
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-1/+4
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-5/+4
2013-11-02Added octal literal support.Matt Carberry-1/+4
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+1
2013-10-22Update the manual.Luqman Aden-4/+11
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-1/+1
2013-10-22Remove old logging from the tutorialAlex Crichton-14/+14
2013-10-21doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar-203/+156
2013-10-18auto merge of #9851 : alexcrichton/rust/include_bin, r=huonwbors-2/+5
2013-10-18Optimize include_bin! for large inputsAlex Crichton-2/+5