| Age | Commit message (Collapse) | Author | Lines |
|
Adds a mention for the short form pattern syntax. Now without creating a PR to my own fork!
#25779
|
|
Explains short form pattern syntax and then introduces the longer
pattern matching as a rebinding of the fields instead.
#25779
|
|
Fixes #26012
|
|
|
|
Fixes #25008
|
|
Partially addresses #24388
|
|
This also puts slice patterns in nightly docs, where they belong.
|
|
Until some backwards-compatibility hazards are fixed in #23121,
these need to be unstable.
[breaking-change]
|
|
|
|
Also some tidying up of a bunch of crate attributes
|
|
Use deref coercions instead.
|
|
"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.
|
|
Fix all usage of int/uint/i/u in the book.
|
|
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.
|
|
|