about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2014-01-17doc: fix rust.md falloutAdrien Tétar-21/+25
2014-01-17Elaborate manual on matching (dereference patterns, lvalue/rvalue matching)Edward Z. Yang-2/+20
2014-01-17Fixup in guide-testing.mdPetter Remen-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-29/+22
2014-01-17Add a generic power functionFlavio Percoco-2/+2
2014-01-16auto merge of #11584 : alexcrichton/rust/issue-3862, r=brsonbors-5/+17
2014-01-16Document blocks and use statements a little moreAlex Crichton-5/+17
2014-01-15doc: add note below diagram about memory layout.Div Shekhar-0/+5
2014-01-15doc: Boxes diagram shows enum value inside box.Div Shekhar-4/+4
2014-01-15Update docs index to use listsa_m0d-29/+31
2014-01-15Fix formatting in rust-guide document.a_m0d-1/+1
2014-01-14Note that translation workflow is WIP now.OGINO Masanori-3/+6
2014-01-14Add notes for translators.OGINO Masanori-0/+43
2014-01-14Update .po and strip down untranslated entries.OGINO Masanori-12995/+3659
2014-01-13auto merge of #11501 : alexcrichton/rust/dox, r=brsonbors-1/+267
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-1/+267
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-7/+7
2014-01-12Update guide-ffi.mdMatthias Einwag-98/+60
2014-01-11auto merge of #11491 : wting/rust/wting_7959_document_inline_attributes, r=al...bors-6/+28
2014-01-11Add inline attributes documentation.William Ting-6/+28
2014-01-11Add librustuv to doc/index.mdKevin Ballard-0/+1
2014-01-11Restore missing line breaks in doc/index.htmlKevin Ballard-19/+19
2014-01-11doc: build the docs for librustpkgKevin Ballard-0/+2
2014-01-12Further details on channel ideaMatthias Einwag-0/+6
2014-01-12Introduced a chapter that describes how to perform callbacks from C to RustMatthias Einwag-0/+169
2014-01-11Various READMEs and docs cleanupAdrien Tétar-81/+89
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-83/+92
2014-01-10"As long an iterator" => "As long as an iterator"kud1ing-1/+1
2014-01-10Remove *.pot files and ignore them now.OGINO Masanori-15263/+0
2014-01-10Update doc/po4a.conf for recent changes.OGINO Masanori-5/+16
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-2/+1
2014-01-09Fix cheatsheet examples on 32-bit platforms.Huon Wilson-3/+3
2014-01-07doc: TyposBrian Anderson-1/+1
2014-01-07Fixed code snippetsClinton Ryan-15/+15
2014-01-07Address some minor points in the pointer guideHuon Wilson-12/+18
2014-01-07doc: Add rustc and syntax to the indexBrian Anderson-0/+2
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+2
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-98/+98
2014-01-07doc: Fix URL of libextra docsBrian Anderson-1/+1
2014-01-07doc: Title reference manual consistentlyBrian Anderson-1/+1
2014-01-07doc: Highlight the testing guide correctlyBrian Anderson-22/+22
2014-01-07mk: Start testing the cheatsheetBrian Anderson-3/+14
2014-01-07doc: Title guides consistentlyBrian Anderson-8/+8
2014-01-07doc: Fix table format in cheatsheetBrian Anderson-6/+6
2014-01-07doc: Syntax highlight the cheatsheetBrian Anderson-28/+28
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-151/+522
2014-01-07auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichtonbors-0/+18
2014-01-06doc: Fix tests in pointer guideBrian Anderson-51/+58
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-8/+484
2014-01-06doc: Update style of index, organization and trim out some excess.Brian Anderson-144/+32