summaryrefslogtreecommitdiffhomepage
path: root/rust.html.markdown
Commit message (Collapse)AuthorAgeLines
* Typo: should be advice, not advise.Tim Heaney2015-10-05-1/+1
|
* Merge pull request #1138 from jin/patch-1Adam Bard2015-09-25-1/+1
|\ | | | | Fixed typo: changing an immutable ref will not compile
| * Fixed typo: changing an immutable ref will not compileJingwen2015-06-13-1/+1
| |
* | Remove in-development from Rust's description Michael Simpson2015-06-22-1/+1
| | | | | | Now that Rust is stable at 1.0 saying "in-development" might not be appropriate any more.
* | Rust: Change '&*' to '&'Esption2015-06-17-2/+2
|/
* Updating rust.html.markdown for Rust 1.0Antonio Ognio2015-05-15-8/+15
|
* [rust/en] Update the Rust tutorialP1start2015-01-15-67/+102
| | | | | | | This adjusts the English Rust tutorial for changes to the language and generally tweaks a few other things. Fixes #860.
* Rust tutorial -> The Rust GuideJustin Campbell2014-10-14-2/+2
| | | | Previous link is deprecated
* add &str explanation; add section on vectorsP1start2014-07-01-3/+23
|
* [rust/en] Add an English Rust tutorialP1start2014-06-30-0/+245
Fixes #480.