about summary refs log tree commit diff
path: root/src/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-05-01auto merge of #13881 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-05-01Fixed outdated note in the tutorialAdolfo Ochagavía-1/+1
2014-05-01rustdoc tutorial: grammar change in list commentsJustin Noah-3/+3
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-9/+13
2014-04-27doc: Remove out-of-place debug! noteMichael Pratt-5/+0
2014-04-27doc: perform some 80-chars wrappingsAdrien Tétar-9/+13
2014-04-22auto merge of #13683 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-04-22auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichtonbors-1/+1
2014-04-22Fixed typo in tutorialAdolfo Ochagavía-1/+1
2014-04-21auto merge of #13587 : adrientetar/rust/more-docs, r=brsonbors-16/+15
2014-04-21Update the "Additional tutorials" linkBrendan McLoughlin-1/+1
2014-04-20Fix call order to be the same as definition orderGary M. Josack-1/+1
2014-04-19doc: add webfonts and tweak the styles accordinglyAdrien Tétar-16/+15
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-4/+4
2014-04-14auto merge of #13477 : Manishearth/rust/newattr, r=brsonbors-7/+7
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-7/+7
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-1/+3
2014-04-04Removed all instance of `@` in code examples.Christopher Kendell-8/+7
2014-04-04Small change to example to make variable values more sensible.Christopher Kendell-2/+2
2014-04-04auto merge of #13298 : ckendell/rust/remove_managed_pointers_from_tutorial, r...bors-21/+14
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-5/+5
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-8/+5
2014-04-03Bump version to 0.11-preBrian Anderson-5/+5
2014-04-03Removed all references to managed closures.Christopher Kendell-3/+3
2014-04-03Removed references to managed boxes/pointers from the tutorial text. CodeChristopher Kendell-19/+12
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-5/+5
2014-04-03Minor spelling/grammar/usage fixes.Matt Brubeck-4/+4
2014-04-03Fix reference to "these two traits."Matt Brubeck-1/+1
2014-04-03`extern crate` and `mod` are not easily confusedMatt Brubeck-3/+0
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-5/+3
2014-03-31doc: Update with changes in field privacyAlex Crichton-4/+4
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-5/+3
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