summary refs log tree commit diff
path: root/src/doc/trpl/patterns.md
AgeCommit message (Collapse)AuthorLines
2015-05-13Backport TRPL, reference, and grammar.Steve Klabnik-6/+66
Rather than port each individual change to these files, for the release, I just waited to do it all at the end, in this commit. Since individual comits made it to master, everyone should get proper credit in the main tree, and AUTHORS includes those whose changes are here.
2015-04-10copyedits: patternsSteve Klabnik-51/+47
This also puts slice patterns in nightly docs, where they belong.
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
Until some backwards-compatibility hazards are fixed in #23121, these need to be unstable. [breaking-change]
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
Also some tidying up of a bunch of crate attributes
2015-01-30Don't use as_slice() in docsSteve Klabnik-2/+2
Use deref coercions instead.
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-2/+2
"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-17Intpocalypse, book edition.Steve Klabnik-24/+24
Fix all usage of int/uint/i/u in the book.
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-2/+2
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-08Fix dead links in the guide and reorganizeAlex Crichton-0/+199