about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-10-07Fix unclear macros documentation.Joseph Crail-1/+1
2014-10-07auto merge of #16641 : steveklabnik/rust/intro_redux, r=alexcrichtonbors-358/+499
2014-10-07auto merge of #17832 : brson/rust/updateversion, r=alexcrichtonbors-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-06doc: Update output of `rustc --version`Brian Anderson-1/+1
2014-10-04docs: Reference hoedown instead of sundownBrian Campbell-2/+2
2014-10-04auto merge of #17754 : O-I/rust/update-guide, r=steveklabnikbors-17/+16
2014-10-03auto merge of #17743 : steveklabnik/rust/receiver_fix, r=alexcrichtonbors-1/+1
2014-10-03Adds commaRahul Horé-1/+1
2014-10-03Fixes wordingRahul Horé-2/+2
2014-10-03Removes extra .Rahul Horé-1/+1
2014-10-03Adds missing cdRahul Horé-1/+2
2014-10-03Test fixes from the rollupAlex Crichton-1/+1
2014-10-03Use similar syntax in all armsRahul Horé-7/+5
2014-10-03Fixes outputRahul Horé-1/+1
2014-10-03Adds trailing commaRahul Horé-2/+2
2014-10-03Fixes spacingRahul Horé-2/+2
2014-10-03Update signature of try_recv()Steve Klabnik-1/+1
2014-10-03Re-do the 30 minute introSteve Klabnik-358/+499
2014-10-03auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichtonbors-15/+371
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-18/+2
2014-10-02rollup merge of #17717 : steveklabnik/gh17190Alex Crichton-3/+5
2014-10-02rollup merge of #17698 : jistr/guide_exportAlex Crichton-3/+3
2014-10-02rollup merge of #17695 : steveklabnik/various_docsAlex Crichton-20/+14
2014-10-02extra comment about macrosSteve Klabnik-3/+5
2014-10-02I am bad at mathSteve Klabnik-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02docs: remove mentions of Gc.Eduard Burtescu-18/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-01Fix incorrect statement about ok()Steve Klabnik-5/+5
2014-10-01Don't compare () to null.Steve Klabnik-8/+6
2014-10-01use similar syntax in all armsSteve Klabnik-1/+1
2014-10-01:fire: τSteve Klabnik-6/+2
2014-10-01Link plugins guide from elsewhereKeegan McAllister-6/+23
2014-10-01Add a guide to compiler pluginsKeegan McAllister-0/+261
2014-10-01Add a red-box warning to the macros guideKeegan McAllister-0/+14
2014-10-01Update some old references to rust.mdKeegan McAllister-2/+2
2014-10-01Use relative doc URLs in top-level guidesKeegan McAllister-8/+8
2014-10-01Add some notes about macro scopingKeegan McAllister-0/+60
2014-10-01Guide: clarify exportingJiří Stránský-3/+3
2014-10-01rust.css: Make it more clear when code spans are linksKeegan McAllister-0/+4
2014-10-01Remove all use of librustuvAaron Turon-1/+1
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-5/+5
2014-09-30Add `if let` to the referenceJakub Wieczorek-1/+14
2014-09-30Update based on PR feedbackKevin Ballard-2/+2
2014-09-30Move `if let` behind a feature gateKevin Ballard-1/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-5/+5
2014-09-29rollup merge of #17510 : MatejLach/find_fixAlex Crichton-2/+0
2014-09-29auto merge of #17535 : Manishearth/rust/patch-2, r=steveklabnikbors-0/+1
2014-09-27auto merge of #17511 : MatejLach/rust/iter_guide_typo, r=alexcrichtonbors-2/+2