| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-09 | Fix some copyediting in TRPL: method-syntax | Steve Klabnik | -2/+2 | |
| As this example got changed, we stopped showing how to return self as the first example, so this text is outdated. Fixes #25803 | ||||
| 2015-05-28 | removed lonely closing parenthesis | Mathieu David | -1/+1 | |
| There was no opening parenthesis for this closing parenthesis... | ||||
| 2015-05-18 | TRPL: Add `rust` Marker to Some Code Block | Pascal Hertleif | -3/+3 | |
| This adds strictly more information to the source files and reduces the need for customized tooling to render the book. (While this should not change the output of _rustbook_, it is very useful when rendering the sources with external tools like Pandoc.) | ||||
| 2015-05-15 | docs: Typo fix | Marin Atanasov Nikolov | -1/+1 | |
| 2015-05-11 | static method -> associated function | Steve Klabnik | -4/+4 | |
| 2015-05-09 | Auto merge of #25214 - acgtyrant:patch-1, r=brson | bors | -1/+1 | |
| make the definition of static methods explicit | ||||
| 2015-05-08 | Update method-syntax.md | Isaac Ge | -1/+1 | |
| Fix wrong radius valve from 0.0 to 1.0 as above | ||||
| 2015-05-08 | Update method-syntax.md | Isaac Ge | -1/+1 | |
| make the definition of static methods explicit | ||||
| 2015-05-05 | TRPL: guessing game | Steve Klabnik | -3/+4 | |
| This also made me realize that I wasn't using the correct term, 'associated functions', rather than 'static methods'. So I corrected that in the method syntax chapter. | ||||
| 2015-04-24 | TRPL: deref coercions | Steve Klabnik | -4/+4 | |
| 2015-04-20 | TRPL edits: method syntax | Steve Klabnik | -36/+35 | |
| 2015-04-11 | book: 'x' is already taken, so use something else | Tshepang Lekhonkhobe | -4/+4 | |
| 2015-04-03 | Fixing copy/paste typo. | Alex Quach | -1/+1 | |
| 2015-03-31 | book: make Builder Pattern example more complete | Tshepang Lekhonkhobe | -8/+16 | |
| 2015-03-30 | book: improve a bit of grammar in Method Syntax chapeter | Tshepang Lekhonkhobe | -3/+3 | |
| 2015-03-28 | Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichton | Manish Goregaokar | -1/+2 | |
| Fixes #23748 | ||||
| 2015-03-28 | Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=Manishearth | Manish Goregaokar | -4/+4 | |
| I found the arbitrary `10` surprising. A better method name, in such a case, would be `grow_by_10` :) | ||||
| 2015-03-27 | Explain why &self is common | Steve Klabnik | -1/+2 | |
| Fixes #23748 | ||||
| 2015-03-26 | book: let grow() accept the growth parameter | Tshepang Lekhonkhobe | -4/+4 | |
| 2015-03-26 | book: make it one sentence | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+3 | |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -3/+3 | |
| 2015-03-14 | Fix indentation in the "Method Syntax" chapter | Eduardo Bautista | -4/+4 | |
| 2015-03-09 | Fix doctest (fixup #23188) | Manish Goregaokar | -0/+1 | |
| 2015-03-08 | Add examples of all three syntaxes in method syntax chapter of trpl | Steve Klabnik | -1/+22 | |
| Fixes #18787 | ||||
| 2015-02-14 | Minor change in 'method-syntax' chapter | caipre | -2/+2 | |
| 2015-01-23 | Soup up 'method syntax' chapter of the Book | Steve Klabnik | -2/+112 | |
| Fixes #16969 | ||||
| 2015-01-08 | Standardize punctuation & formatting of TRPL | Kevin Yap | -4/+4 | |
| This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations. | ||||
| 2015-01-08 | Fix dead links in the guide and reorganize | Alex Crichton | -0/+88 | |
