summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-02-14Remove broken link to old conditions tutorialSteven Fackler-2/+0
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-20/+12
2014-02-14extern mod => extern crateAlex Crichton-162/+162
2014-02-14tutorial: stronger wording in build instructionsCorey Richardson-2/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+1
2014-02-13Add documentation for conditional-compilationTobias Bucher-10/+74
2014-02-13auto merge of #12210 : zr40/rust/patch-1, r=cmrbors-3/+3
2014-02-12doc: rename 'nil' to 'unit' when describing `()`Matthijs van der Vleuten-3/+3
2014-02-12auto merge of #12194 : WebeWizard/rust/master, r=cmrbors-2/+32
2014-02-11auto merge of #12184 : JeremyLetang/rust/rustpkg-link, r=alexcrichtonbors-2/+0
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-1/+1
2014-02-11Added examples for converting vectors of u8 into strings. Also fixed some sty...WebeWizard-2/+32
2014-02-11container -- update example to contain scope of closure borrowNiko Matsakis-13/+19
2014-02-11auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brsonbors-39/+34
2014-02-11remove dead link to rustpkg documentationJeremyLetang-2/+0
2014-02-11 Explain container iteration in the loop tutorialEduard Bopp-2/+16
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-7/+8
2014-02-10Revised Crate section of tutorial for clarity.chromatic-39/+34
2014-02-10Document for-loop in tutorial section on loopsEduard Bopp-0/+12
2014-02-10Added link to fourcc docsDerek Guenther-0/+1
2014-02-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-1/+1
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+1
2014-02-09Rearranged enum section of tutorial for clarity.chromatic-43/+40
2014-02-09auto merge of #12124 : brson/rust/intrinsics, r=thestingerbors-3/+3
2014-02-09auto merge of #12119 : huonw/rust/guide-testing, r=brsonbors-56/+130
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-2/+1
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-1/+2
2014-02-09Expand the testing guide to cover optimizations, benchmarks and how toHuon Wilson-56/+130
2014-02-08auto merge of #12114 : brson/rust/faqs, r=cmrbors-182/+25
2014-02-08auto merge of #12109 : omasanori/rust/small-fixes, r=sfacklerbors-1/+0
2014-02-09rustpkg has gone.OGINO Masanori-1/+0
2014-02-08doc: Modernize FAQs just slightlyBrian Anderson-182/+25
2014-02-07auto merge of #12066 : huonw/rust/show2, r=alexcrichtonbors-3/+4
2014-02-08Update docs and tests for #[deriving(Show)].Huon Wilson-3/+4
2014-02-07auto merge of #12094 : adridu59/rust/licensing, r=brsonbors-1/+23
2014-02-07auto merge of #12073 : alexcrichton/rust/doc-examples, r=cmrbors-3/+1
2014-02-07doc: add license information for gen. filesAdrien Tétar-1/+23
2014-02-06auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichtonbors-1/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+2
2014-02-06auto merge of #12078 : colemickens/rust/patch-2, r=alexcrichtonbors-1/+1
2014-02-06auto merge of #12077 : colemickens/rust/patch-1, r=alexcrichtonbors-1/+1
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-837/+0
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-3/+1
2014-02-06Update link_name=... -> link(name=...Cole Mickens-1/+1
2014-02-06Remove std::conditionAlex Crichton-837/+0
2014-02-06Fix a dead URLCole Mickens-1/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-23/+16
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-37/+37
2014-02-06Redesign output flags for rustcAlex Crichton-37/+37
2014-02-06Move getopts out of extraArcterus-0/+1