| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | Remove broken link to old conditions tutorial | Steven Fackler | -2/+0 |
| 2014-02-14 | Update rustdoc testing to test all code blocks | Alex Crichton | -20/+12 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -162/+162 |
| 2014-02-14 | tutorial: stronger wording in build instructions | Corey Richardson | -2/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+1 |
| 2014-02-13 | Add documentation for conditional-compilation | Tobias Bucher | -10/+74 |
| 2014-02-13 | auto merge of #12210 : zr40/rust/patch-1, r=cmr | bors | -3/+3 |
| 2014-02-12 | doc: rename 'nil' to 'unit' when describing `()` | Matthijs van der Vleuten | -3/+3 |
| 2014-02-12 | auto merge of #12194 : WebeWizard/rust/master, r=cmr | bors | -2/+32 |
| 2014-02-11 | auto merge of #12184 : JeremyLetang/rust/rustpkg-link, r=alexcrichton | bors | -2/+0 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -1/+1 |
| 2014-02-11 | Added examples for converting vectors of u8 into strings. Also fixed some sty... | WebeWizard | -2/+32 |
| 2014-02-11 | container -- update example to contain scope of closure borrow | Niko Matsakis | -13/+19 |
| 2014-02-11 | auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brson | bors | -39/+34 |
| 2014-02-11 | remove dead link to rustpkg documentation | JeremyLetang | -2/+0 |
| 2014-02-11 | Explain container iteration in the loop tutorial | Eduard Bopp | -2/+16 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -7/+8 |
| 2014-02-10 | Revised Crate section of tutorial for clarity. | chromatic | -39/+34 |
| 2014-02-10 | Document for-loop in tutorial section on loops | Eduard Bopp | -0/+12 |
| 2014-02-10 | Added link to fourcc docs | Derek Guenther | -0/+1 |
| 2014-02-10 | auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmr | bors | -1/+1 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -1/+1 |
| 2014-02-09 | Rearranged enum section of tutorial for clarity. | chromatic | -43/+40 |
| 2014-02-09 | auto merge of #12124 : brson/rust/intrinsics, r=thestinger | bors | -3/+3 |
| 2014-02-09 | auto merge of #12119 : huonw/rust/guide-testing, r=brson | bors | -56/+130 |
| 2014-02-09 | std: Add move_val_init to mem. Replace direct intrinsic usage | Brian Anderson | -2/+1 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -1/+2 |
| 2014-02-09 | Expand the testing guide to cover optimizations, benchmarks and how to | Huon Wilson | -56/+130 |
| 2014-02-08 | auto merge of #12114 : brson/rust/faqs, r=cmr | bors | -182/+25 |
| 2014-02-08 | auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler | bors | -1/+0 |
| 2014-02-09 | rustpkg has gone. | OGINO Masanori | -1/+0 |
| 2014-02-08 | doc: Modernize FAQs just slightly | Brian Anderson | -182/+25 |
| 2014-02-07 | auto merge of #12066 : huonw/rust/show2, r=alexcrichton | bors | -3/+4 |
| 2014-02-08 | Update docs and tests for #[deriving(Show)]. | Huon Wilson | -3/+4 |
| 2014-02-07 | auto merge of #12094 : adridu59/rust/licensing, r=brson | bors | -1/+23 |
| 2014-02-07 | auto merge of #12073 : alexcrichton/rust/doc-examples, r=cmr | bors | -3/+1 |
| 2014-02-07 | doc: add license information for gen. files | Adrien Tétar | -1/+23 |
| 2014-02-06 | auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichton | bors | -1/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2014-02-06 | auto merge of #12078 : colemickens/rust/patch-2, r=alexcrichton | bors | -1/+1 |
| 2014-02-06 | auto merge of #12077 : colemickens/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -837/+0 |
| 2014-02-06 | Add some doc examples to lib{green,native} | Alex Crichton | -3/+1 |
| 2014-02-06 | Update link_name=... -> link(name=... | Cole Mickens | -1/+1 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -837/+0 |
| 2014-02-06 | Fix a dead URL | Cole Mickens | -1/+1 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -23/+16 |
| 2014-02-06 | auto merge of #12020 : alexcrichton/rust/output-flags, r=brson | bors | -37/+37 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -37/+37 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -0/+1 |