Commit Graph

183 Commits (11a4b712c05c08e1638acded187cf760832ed4f0)
 

Author SHA1 Message Date
Tom Kaitchuck f2e471027a
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 2a4eaff0db
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 1571a7ae19
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck a2988fe94e
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 1761b3b5ce
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 2a44fbdb55
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 46493aa6c1
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 87245c7d17
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck da91eda9af Merge branch 'master' of github.com:tkaitchuck/patterns 4 years ago
Tom Kaitchuck faacbbcf7a Make example more explicet 4 years ago
Tom Kaitchuck 3714ca2606
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
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
5 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
5 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 6 years ago
lzutao 82439a6a82
Mark entry pattern as boilerplate 6 years ago
Chris Wong 33fc597e7e
Merge pull request #77 from rivertam/patch-1
Add reference to `derive_builder`
6 years ago
Ben Berman 436df362f4
Add reference to `derive_builder` 6 years ago
Chris Wong aa886569ed
Update patterns/unsafe-mods.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
6 years ago
Chris Wong a6879dbe97
Update README.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
6 years ago
Chris Wong efa8de654a
Merge pull request #76 from arnavb/patch-1
Fix a slight typo
6 years ago
Arnav Borborah 4ab5a61eb5
Fix a slight typo 6 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