about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
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
2014-09-27auto merge of #17512 : nodakai/rust/fix-ptr-guide, r=alexcrichtonbors-0/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-2/+2
2014-09-26Mention array sugar in guideManish Goregaokar-0/+1
2014-09-25Fix various places that were affected by adding core as dep of libcNiko Matsakis-16/+12
2014-09-25Correct tenseMatej Lach-1/+1
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+1
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-4/+4
2014-09-24guide-pointers.md: C sample code should match the Rust version.NODA, Kai-0/+1
2014-09-24Correct typo in the Iterator adapters sectionMatej Lach-1/+1
2014-09-24Remove unnecessary code from an exampleMatej Lach-2/+0
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-2/+2
2014-09-23auto merge of #17402 : steveklabnik/rust/update_manual, r=brsonbors-4419/+4295
2014-09-23auto merge of #17366 : ohazi/rust/master, r=steveklabnikbors-5/+1
2014-09-22clean up some references to 'owned'Steve Klabnik-2/+2
2014-09-22vectors are not in the languageSteve Klabnik-16/+9
2014-09-22die 'managed'Steve Klabnik-34/+14
2014-09-22logging is an external crateSteve Klabnik-58/+0
2014-09-22no it won'tSteve Klabnik-2/+0
2014-09-22runtime has no C++Steve Klabnik-1/+1
2014-09-22Remove lies about task schedulingSteve Klabnik-48/+11
2014-09-22Fix terminology around boxesSteve Klabnik-16/+15
2014-09-22fix exampleSteve Klabnik-6/+1
2014-09-22glob imports are an external crateSteve Klabnik-16/+0
2014-09-22rust -> RustSteve Klabnik-1/+1
2014-09-22uhhh weird triple backticksSteve Klabnik-4/+4
2014-09-22'merican EnglishSteve Klabnik-1/+1
2014-09-22move keywords to tableSteve Klabnik-18/+31
2014-09-22'. ' -> '. 'Steve Klabnik-192/+192
2014-09-22Remove disclaimerSteve Klabnik-23/+0
2014-09-22make note of language vs librariesSteve Klabnik-1/+3
2014-09-22modernize code blocksSteve Klabnik-262/+262
2014-09-22manual -> reference & formattingSteve Klabnik-4419/+4449
2014-09-22doc: Removing repeated variable name to make it less ambiguiousAlfie John-4/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+3
2014-09-19rollup merge of #17350 : pablobm/doc-fixAlex Crichton-2/+0
2014-09-18from_str has an impl for uint, not Option<uint>Oren Hazi-5/+1
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+2
2014-09-17Fix warning and make code follow the text betterPablo Brasero-2/+0
2014-09-17rollup merge of #17294 : theevocater/masterAlex Crichton-2/+5
2014-09-17rollup merge of #17292 : thestinger/tasksAlex Crichton-1/+1
2014-09-17rollup merge of #17278 : steveklabnik/gh17242Alex Crichton-2/+2
2014-09-17rollup merge of #17277 : steveklabnik/doc_fix_rollupAlex Crichton-17/+12