summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
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
2014-09-17auto merge of #17227 : tshepang/rust/stronger-break, r=aturonbors-1/+1
2014-09-16auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichtonbors-2/+2
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-16auto merge of #17213 : mo/rust/fix_typos, r=aturonbors-1/+1
2014-09-16Update triple per commentsJake Kaufman-1/+1
2014-09-16auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r...bors-2/+11
2014-09-16auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichtonbors-3/+3
2014-09-16auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichtonbors-1/+1
2014-09-15Correct windows install link in guideJake Kaufman-2/+5
2014-09-16stop spawning so many tasks in guide-tasksDaniel Micay-1/+1
2014-09-15Update docs to include Sized trait, which is neededNiko Matsakis-2/+11