Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [rust/en] Function pointer type added (#4107) | Maximilian Sonnenburg | 2022-01-04 | -2/+22 |
| | | | | | | | * Function pointer type added * String slice details added. * String slice view explanation. | |||
* | [rust/all] Remove .iter() on array example (#4230) | Ay355 | 2021-11-01 | -1/+1 |
| | | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary | |||
* | Change call | polazarus | 2020-02-12 | -1/+1 |
| | ||||
* | [Rust] Change misleading method and add two other methods | polazarus | 2020-02-12 | -1/+7 |
| | | | | | The `get_bar` method consumes `self`. The name is misleading and does not respect the language naming convention. This PR renames it to `into_bar` and provides `bar` (a getter) and `bar_mut` (to get a mutable reference). | |||
* | [rust/en] Small stylistic fix. | Petr Houška | 2020-02-08 | -1/+1 |
| | ||||
* | rust: update lang name to be correct | S Stewart | 2019-12-25 | -1/+1 |
| | | | Sorry if this annoys anyone, just feels a bit annoying to not have the language's name be capitalized :P | |||
* | rust: update explanation of borrow system | Emerentius | 2019-09-01 | -1/+4 |
| | | | | | | With the introduction of non-lexical lifetimes, borrows no longer last until the end of scope. This has always been active in the 2018 edition and is now also true in the 2015 edition as of Rust 1.36 | |||
* | rust: improve explanation of string slices | Emerentius | 2019-09-01 | -4/+2 |
| | ||||
* | Add gescription related break statement | Anatolij | 2018-09-20 | -2/+5 |
| | | | Insert description related to break statement. | |||
* | The source code can be run by Rust Playground | Anatolij | 2018-09-20 | -0/+6 |
| | | | The source code can be run by Rust Playground without warnings | |||
* | Fix comment in Rust docs: box -> mine (#2365) | Rob Wu | 2016-09-27 | -1/+1 |
| | | | | The "box" is referring to the Box variable a few lines back, but that is called "mine", not "box". | |||
* | Merge pull request #2269 from carlomilanesi/master | Geoff Liu | 2016-08-02 | -2/+3 |
|\ | | | | | Translation to Italian of Rust tutorial | |||
| * | Corrected definition of "slice" concept | Carlo Milanesi | 2016-05-28 | -2/+3 |
| | | ||||
* | | Update rust.html.markdown | ven | 2016-06-26 | -1/+0 |
| | | ||||
* | | [rust/en] Updating comment examples (#1883) | Kyle Mendes | 2016-06-26 | -2/+10 |
| | | ||||
* | | Minor formatting and wording change in rust doc. (#2277) | Adam Heins | 2016-06-26 | -3/+4 |
|/ | ||||
* | Mention meaning of asterisk. Explain *ref_var2 | Pushkar Sharma | 2015-10-11 | -2/+2 |
| | | | Issue #1398 | |||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -7/+7 |
| | ||||
* | Typo: should be advice, not advise. | Tim Heaney | 2015-10-05 | -1/+1 |
| | ||||
* | Merge pull request #1138 from jin/patch-1 | Adam Bard | 2015-09-25 | -1/+1 |
|\ | | | | | Fixed typo: changing an immutable ref will not compile | |||
| * | Fixed typo: changing an immutable ref will not compile | Jingwen | 2015-06-13 | -1/+1 |
| | | ||||
* | | Remove in-development from Rust's description | Michael Simpson | 2015-06-22 | -1/+1 |
| | | | | | | Now that Rust is stable at 1.0 saying "in-development" might not be appropriate any more. | |||
* | | Rust: Change '&*' to '&' | Esption | 2015-06-17 | -2/+2 |
|/ | ||||
* | Updating rust.html.markdown for Rust 1.0 | Antonio Ognio | 2015-05-15 | -8/+15 |
| | ||||
* | [rust/en] Update the Rust tutorial | P1start | 2015-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 Guide | Justin Campbell | 2014-10-14 | -2/+2 |
| | | | | Previous link is deprecated | |||
* | add &str explanation; add section on vectors | P1start | 2014-07-01 | -3/+23 |
| | ||||
* | [rust/en] Add an English Rust tutorial | P1start | 2014-06-30 | -0/+245 |
Fixes #480. |