about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-11-20update manual to reflect &'lifetime syntaxIsaac Dupree-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-11/+11
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-5/+11
2013-11-17Forbid privacy in inner functionsAlex Crichton-5/+11
2013-11-16Fix the `num_lit` grammar in the reference manual.Chris Morgan-1/+3
2013-11-14auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichtonbors-3/+3
2013-11-14Fixes formattingNoufal Ibrahim-0/+3
2013-11-14auto merge of #10476 : catamorphism/rust/rustpkg-doc-fix, r=catamorphismbors-1/+1
2013-11-13docs: Change "workspace" to "package directory"Tim Chevalier-1/+1
2013-11-14doc: Fix example on Windowsklutzy-1/+1
2013-11-13doc: add favicon to tutorial/manualAdrien Tétar-0/+1
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-23/+28
2013-11-12doc: CSS: fix code fontsAdrien Tétar-1/+1
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-3/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-11auto merge of #10419 : brson/rust/conditiondocs, r=alexcrichtonbors-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-143/+25
2013-11-11doc: Don't mention TLS in condition tutorialBrian Anderson-1/+1
2013-11-09Add a "system" ABIAlex Crichton-3/+20
2013-11-08auto merge of #10354 : thestinger/rust/vector, r=huonwbors-133/+64
2013-11-08tutorial: rewrite the section vectors/stringsDaniel Micay-133/+64
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-5/+24
2013-11-03auto merge of #10252 : huonw/rust/docs, r=alexcrichtonbors-6/+5
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-6/+5
2013-11-03Fixed formatting.Noufal Ibrahim-0/+1
2013-11-02Grammar error and vim syntax highlighting mistake fixed.Matt Carberry-1/+1
2013-11-02Added octal literal support.Matt Carberry-4/+23
2013-10-31auto merge of #9740 : alexcrichton/rust/concat, r=cmrbors-0/+1
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+1
2013-10-31auto merge of #10167 : briantdawn/rust/master, r=cmrbors-1/+1
2013-10-30Fixed incorrect usage of 'Borrowing'.Brian-1/+1
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-13/+13
2013-10-24Test fixes and merge conflictsAlex Crichton-8/+7
2013-10-22Update the manual.Luqman Aden-4/+11
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-17/+1
2013-10-22Remove old logging from the tutorialAlex Crichton-21/+21
2013-10-21doc: fix links to comply with the new rustdocAdrien Tétar-35/+37
2013-10-21doc: expand tutorial/manual CSSAdrien Tétar-92/+238
2013-10-21doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar-217/+163
2013-10-19doc/rust.HTML: proper version boxAdrien Tétar-20/+21
2013-10-19doc: switch pandoc to html5Adrien Tétar-1/+1
2013-10-20doc (en & ja): remove mentions of type float, rust and rusti toolsSébastien Chauvel-216/+209
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
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-6/+6
2013-10-17auto merge of #9897 : thestinger/rust/rusti, r=alexcrichtonbors-3/+1
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-0/+4
2013-10-16remove the rusti commandDaniel Micay-3/+1
2013-10-14Remove unused abi attributes.Steve Klabnik-7/+4
2013-10-13fix typos in doc/tutorial.mdErik Lyon-2/+2