Commit Graph

322 Commits (main)
 

Author SHA1 Message Date
Tom Kaitchuck 5310b14b62 Add example for #91 4 years ago
Manish Goregaokar 83b6d0dac4
Merge pull request #94 from llogiq/ootb-dyn-dispatch
New idiom: Out of the Box Dynamic Dispatch
4 years ago
Andre Bogus 399c38ee2b New idiom: Out of the Box Dynamic Dispatch 4 years ago
Chris Wong 63b3c6545e
Merge pull request #85 from tmandry/patch-1
Mention --cap-lints on #[deny(warnings)] page
4 years ago
Chris Wong 5f1d9962c6
Merge pull request #93 from kellerkindt/patch-1
Show call of default()
4 years ago
Chris Wong 6234dd0047
Merge pull request #95 from Ben-PH/TODOs
TODO's
4 years ago
Ben a18cbf48a6 Clarify that a topic is currently stubbed 4 years ago
Ben 9327f46478 Add TODOs for module and FFI topics 4 years ago
kellerkindt 5ebfc0cdc5
Show call of default() 4 years ago
Manish Goregaokar 41bfd4d482
Merge pull request #92 from kinseytamsin/question-mark-op
Rewrite mentions of `try!` macro to use `?` operator
4 years ago
Kinsey Favre 396ae01fdd
Rewrite mentions of `try!` macro to use `?` operator
The `try!` macro has been [deprecated since Rust 1.39.0][1] in favor of
the `?` operator; update text using it to reflect this.

[1]: https://doc.rust-lang.org/std/macro.try.html
4 years ago
Nick Cameron 829f1ef061
Merge pull request #88 from fan-tom/patch-1
Typo fix
5 years ago
Alexey Gerasimov 6566500a70
Type fix 5 years ago
Tyler Mandry ef9409aa71
Mention --cap-lints on #[deny(warnings)] page 5 years ago
Chris Wong 7303763d8c
Merge pull request #75 from llogiq/unsafe-mods
new pattern: Contain Unsafety in Small Modules
5 years ago
Nick Cameron 0920bba1cf
Merge pull request #83 from Sreyas-Sreelal/patch-1
Fix broken links
5 years ago
__SyS__ ef5c1a3763
Fix broken links 5 years ago
Andre Bogus db86d28e5a new pattern: Contain Unsafety in Small Modules 5 years ago
Chris Wong f01b3c0411
Merge pull request #78 from lzutao/entry-boilerplate
Mark entry pattern as boilerplate
5 years ago
Chris Wong a1a570cb55
Merge pull request #81 from kriomant/temporary-mutability
Temporary mutability idiom
5 years ago
Nick Cameron 2fd15e4839
Merge pull request #82 from felixrabe/patch-1
Typo
5 years ago
Felix Rabe c6ff9e4bd6
Typo 5 years ago
Mikhail Trishchenkov 8e6bf746ca Reword to be more formal, use 'redefine' instead of 'rebind' 5 years ago
Mikhail Trishchenkov 1b3a31c7c5 Temporary mutability idiom 5 years ago
Nick Cameron 18ec81f00c
Merge pull request #80 from xakon/raii-name
RAII: stands for "Resource Acquisition is Initialisation"
5 years ago
Christos Kontas a4a74e7d75 RAII: stands for "Resource Acquisition is Initialisation"
Unfortunately, the name is even more terrible than initially was
thought!
5 years ago
Nick Cameron dc99e1eead
Merge pull request #79 from NealEhardt/patch-1
Update vec.rs path
5 years ago
Neal Ehardt e8ddd28c23
Update vec.rs path
vec.rs has moved https://github.com/rust-lang/rust/blob/master/src/liballoc/vec.rs

Relevant commit from 2017 eadda7665e (diff-541a0d1eb7d496a1f91ed729f52261ed)
5 years ago
lzutao 8f31944078
Also mark late bound as boilerplate 5 years ago
lzutao 82439a6a82
Mark entry pattern as boilerplate 5 years ago
Chris Wong 33fc597e7e
Merge pull request #77 from rivertam/patch-1
Add reference to `derive_builder`
5 years ago
Ben Berman 436df362f4
Add reference to `derive_builder` 5 years ago
Chris Wong aa886569ed
Update patterns/unsafe-mods.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
5 years ago
Chris Wong a6879dbe97
Update README.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
5 years ago
Chris Wong efa8de654a
Merge pull request #76 from arnavb/patch-1
Fix a slight typo
5 years ago
Arnav Borborah 4ab5a61eb5
Fix a slight typo 5 years ago
Francis Gagné e8cfa397ed
Update patterns/unsafe-mods.md
Fix a wrong tick.

Co-Authored-By: llogiq <bogusandre@gmail.com>
6 years ago
Andre Bogus 0989fe893d new pattern: Contain Unsafety in Small Modules 6 years ago
Chris Wong 45ad4031e9
Merge pull request #71 from behnam/patch-1
Update deny-warnings.md
6 years ago
Behnam Esfahbod ❄ 51d02c6f94
Update deny-warnings.md
Update doc/reference link
6 years ago
Nick Cameron 08a0d04827
Merge pull request #66 from xftroxgpx/patch-1
add 2 links for Command and Child in builder pattern
6 years ago
Emanuel Czirai 3b8662e0dc
long lines alignment, inside the .md 6 years ago
Emanuel Czirai ddc96e410b
add 2 links for Command and Child in builder pattern 6 years ago
Nick Cameron 3dc43df979
Merge pull request #65 from skletsun/patch-1
Update ctor.md
6 years ago
Sergey Kletsun 7c97e15988
Update ctor.md
Tiny spelling correction
6 years ago
Nick Cameron f6acf267bf
Merge pull request #48 from llogiq/default
new idiom: Default trait
7 years ago
Nick Cameron ea7e6e7bb8
Merge pull request #63 from dubek/patch-1
idioms/option-iter: Fix typo in `extend` example
7 years ago
Dov Murik d4f20a9851
option-iter: Fix typo in `extend` example 7 years ago
Nick Cameron 8d189fdf04 Merge pull request #57 from stephendavidmarsh/patch-1
Fix broken link to RAII
7 years ago
Stephen Marsh 6c8bfc0e38 Fix broken link to RAII 7 years ago