Commit Graph

306 Commits (b77653ee8d0a43199b7303538fc0ba493f2c2217)
 

Author SHA1 Message Date
simonsan 5846281ee4
Remove reference to rust_rocks.md (#128)
* Remove reference to rust_rocks.md

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan 9f15f69043
Fix typo in filename (#127) 4 years ago
llogiq 721a6dff86
Added information on --cap-lints to deny-warnings antipattern (#58)
* added information on --cap-lints to deny-warnings antipattern

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan d89b51f4d8
Adding Contribution guide (#123)
* Add statement for non working examples to template
* Adding contribution guide
* Add statement about wayback machine
4 years ago
simonsan 7fc0ae1cba
Adding Nick Camerons talk at PDXRust 2016 to additional resources section (#102)
* Adding Nick Camerons talk at PDXRust 2016

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan bc49bb4e37
Fixing outdated link to rust-postgress (#121)
* Fixing outdated link to rust-postgress

Fixes #98

* Remove newline

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan b6e5414941
Add doc tests to CI (#124)
* rename baz() into main() and vice versa where applicable

Fixes #49
4 years ago
simonsan b5e755dd80
Fix 404 (#125) 4 years ago
simonsan de7519f5d9
Add introductions (#117)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
wangcong 66ce03a774
Fix wording in "Fold" pattern (#69)
Co-authored-by: Chris Wong <lambda.fairy@gmail.com>
4 years ago
Marco Ieni 85efbe7fc3
add ci (#115) 4 years ago
simonsan 3f3ae4ae73
Adding mdbook configuration and deployment to gh-pages (#111) 4 years ago
Richard Walters 1d606a5116
Fix broken links (#105)
* Fix broken links

Fix broken link from `on-stack-dyn-dispatch.md` to `dtor-finally.md`.
Link to `RAII.md` was broken as well.
4 years ago
Chris Wong 607fcb00c4
Merge pull request #99 from shuternay/master
Fix typos
4 years ago
Sergey Kiselev 8b3cd45d9e Fix typos 4 years ago
Manish Goregaokar 68c8037538
Merge pull request #97 from tkaitchuck/master
Issue #91: Add example for example initialization
4 years ago
Tom Kaitchuck 9a9245cad8
Update rustdoc-init.md
Add comment per feedback
4 years ago
Tom Kaitchuck 7e416d0c99
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 1e62aa59f8
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck c642018eee
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 2dcf58a049
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck f62a79db7f
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
Tom Kaitchuck 625b5017da
Update idioms/rustdoc-init.md
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
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
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