summary refs log tree commit diff
path: root/src/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-5/+5
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+4
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-15/+17
2014-03-23docs: named lifetimesnoam-1/+2
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-9/+5
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-9/+5
2014-03-21Copy-edit a sentence about borrowing referencesMatt Brubeck-1/+1
2014-03-20auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichtonbors-1/+1
2014-03-20Mention Share in the tutorialFlavio Percoco-0/+4
2014-03-20rm obsolete references to `DeepClone`Daniel Micay-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-11/+0
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-6/+3
2014-03-09tutorial: hack a code snippet to make it compile.Huon Wilson-3/+4
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-20/+22
2014-03-06Added missing possessive apostrophe.Mike Boutin-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-27Minor modifications to Axel's tutorial improvements (see also #12472).Felix S. Klock II-4/+6
2014-02-27Documentation : Tutorial improvement...Axel Viala-5/+14
2014-02-26tutorial: Missing tildes around .notrust blockJohannes Löthberg-2/+2
2014-02-25auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelixbors-4/+4
2014-02-25tutorial: clearer explanation of freezing.Jag Talon-4/+4
2014-02-24Tutorial: Add std::num::sqrt to the example.Jag Talon-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-23Merge remote-tracking branch 'kud1ing/patch-1'Brian Anderson-1/+1
2014-02-23Tutorial: fix typokud1ing-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+3
2014-02-21insignificant fix to rust manual and tutorialLiigo Zhuang-13/+6
2014-02-20auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichtonbors-0/+26
2014-02-18Removing '15.3 Do syntax' in tutorial.Axel Viala-39/+18
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-19/+19
2014-02-14Remove broken link to old conditions tutorialSteven Fackler-2/+0
2014-02-14extern mod => extern crateAlex Crichton-19/+19
2014-02-14tutorial: stronger wording in build instructionsCorey Richardson-2/+2
2014-02-12doc: rename 'nil' to 'unit' when describing `()`Matthijs van der Vleuten-3/+3
2014-02-11auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brsonbors-39/+34
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/+7
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-09Rearranged enum section of tutorial for clarity.chromatic-43/+40
2014-02-08Update docs and tests for #[deriving(Show)].Huon Wilson-1/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-17/+10
2014-02-06Redesign output flags for rustcAlex Crichton-2/+2
2014-02-04Improved pattern-match code and explanation.chromatic-2/+4
2014-02-03Remove unnecessary trailing commas.Ivan Enderlin-2/+2
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+3275