| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-07 | New TOC | Steve Klabnik | -699/+0 | |
| 2015-04-01 | Moved use of `box_syntax` unstable feature in docs to Unstable section. | Trent Nadeau | -84/+2 | |
| Create a new section under the Unstable section for `box` syntax and patterns and removed their discussion from the Pointers section. | ||||
| 2015-03-24 | Update pointers.md | Camille Roussel | -2/+2 | |
| 2015-03-23 | Don't conflate regions and affine types | Steve Klabnik | -6/+3 | |
| Fixes #23642 | ||||
| 2015-03-20 | Rollup merge of #23447 - kjpgit:kjp/pointerexample, r=steveklabnik | Manish Goregaokar | -13/+15 | |
| These two borrowing examples were confusing/misleading. This changes it to more clearly show how you _can_ borrow a box, and also uses & instead of &*. | ||||
| 2015-03-17 | book: improve pointer box borrowing examples | kjpgit | -13/+15 | |
| These two borrowing examples were confusing/misleading. This changes it to more clearly show how you _can_ borrow a box, and also uses & instead of &*. | ||||
| 2015-03-08 | remove 'generally' to reduce confusion | Steve Klabnik | -2/+2 | |
| Fixes #22610 | ||||
| 2015-03-03 | Fix doc example to accommodate overloaded-box. | Felix S. Klock II | -1/+1 | |
| 2015-02-24 | Rollup merge of #22473 - leejunseok:fix_pointer_example, r=steveklabnik | Manish Goregaokar | -13/+14 | |
| Revised an example in the Pointers chapter of TRPL (the guide) as per #21575. | ||||
| 2015-02-18 | revised pointer example | Junseok Lee | -13/+14 | |
| 2015-02-13 | Reintroduce box syntax where needed | Steve Klabnik | -2/+7 | |
| Otherwise, this line is a lie. | ||||
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 | |
| 2015-01-18 | quick formatting fix | Matt Roche | -5/+1 | |
| 2015-01-18 | Error message fixes and removed explicit returns in example code | Matt Roche | -4/+8 | |
| 2015-01-17 | doc: Remove extra whitespace in the middle of lines to provide alignment | Nick Howell | -1/+1 | |
| "Idiomatic code should not use extra whitespace in the middle of a line to provide alignment." http://aturon.github.io/style/whitespace.html I realize the linked page still needs an RFC, but the docs should be written in accordance with the guidelines nevertheless. | ||||
| 2015-01-17 | Fix up titles of TRPL chapters | Steve Klabnik | -1/+1 | |
| 2015-01-17 | Intpocalypse, book edition. | Steve Klabnik | -51/+53 | |
| Fix all usage of int/uint/i/u in the book. | ||||
| 2015-01-15 | rollup merge of #21105: csouth3/kill-box-import | Alex Crichton | -10/+0 | |
| Closes #21093. r? @steveklabnik cc @alexcrichton I tested with `make check-docs` and this passes that. Hope that was enough. | ||||
| 2015-01-13 | Remove unneeded box import in examples | Chase Southwood | -10/+0 | |
| 2015-01-12 | Improve clarity of paragraph in the pointer guide | Steve Klabnik | -5/+4 | |
| Fixes #19067 | ||||
| 2015-01-08 | Standardize punctuation & formatting of TRPL | Kevin Yap | -16/+16 | |
| 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/+785 | |
