]> git.lizzy.rs Git - rust.git/commit
auto merge of #10690 : thestinger/rust/doc, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 5 Dec 2013 00:51:23 +0000 (16:51 -0800)
committerbors <bors@rust-lang.org>
Thu, 5 Dec 2013 00:51:23 +0000 (16:51 -0800)
commitedb9e85ce2e3708abe3a81d9645054e3eab85395
treedebaa9b5e913781ea7ec5a1f79baf7c3adf4a7bd
parentad58e2c31c7abf88590c321bb939583ee8e4048f
parentc1eb20b5f830a6181ec8f9818a50107c891ff3b0
auto merge of #10690 : thestinger/rust/doc, r=alexcrichton

This begins a rewrite of some sections the tutorial as an introduction
to concepts through the implementation of a simple data structure. I
think this would be a good way to introduce references, generics, traits
and many other concepts too. For example, the section introducing
alternatives to ownership can demonstrate a persistent list.