Commit Graph

88 Commits (bbe0fdbda5db277935224a8d0360ee6adfd9f409)

Author SHA1 Message Date
MarcoIeni bbe0fdbda5 deploy: a0e765179d 4 years ago
simonsan 4650f54318 deploy: 7af948ea49 4 years ago
simonsan 959c773220 deploy: 76ae5bd896 4 years ago
simonsan 36c756ea02 deploy: 5fedf5aa29 4 years ago
simonsan 73360cf34d deploy: 6a58543782 4 years ago
simonsan 3969c57178 deploy: 11a4b712c0 4 years ago
simonsan 080a73c05e deploy: 501ae92a43 4 years ago
simonsan dc9941a376 deploy: 60946dd8c7 4 years ago
simonsan 51d680d818 deploy: 5f1425d7ed 4 years ago
simonsan 302504a1c5 deploy: c2321270fa 4 years ago
simonsan 316d35c7aa deploy: 1a65aadb31 4 years ago
simonsan e9e0bedf3a deploy: 4017a73d62 4 years ago
simonsan a33a8858ff deploy: e333d15258 4 years ago
simonsan 5a191cc443 deploy: bff48fae2c 4 years ago
simonsan 774fe3dbcf deploy: cae562b311 4 years ago
simonsan c4a234fa60 deploy: ff9298a607 4 years ago
simonsan 63b95843c8 deploy: 7fc0ae1cba 4 years ago
simonsan a5b821c45b deploy: b6e5414941 4 years ago
simonsan c97d96c042 deploy: de7519f5d9 4 years ago
simonsan f24a882d47 deploy: 3f3ae4ae73 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
Sergey Kiselev 8b3cd45d9e Fix typos 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 faacbbcf7a Make example more explicet 4 years ago
Tom Kaitchuck 5310b14b62 Add example for #91 4 years ago
Andre Bogus 399c38ee2b New idiom: Out of the Box Dynamic Dispatch 4 years ago
kellerkindt 5ebfc0cdc5
Show call of default() 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
Chris Wong a1a570cb55
Merge pull request #81 from kriomant/temporary-mutability
Temporary mutability idiom
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
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
Arnav Borborah 4ab5a61eb5
Fix a slight typo 6 years ago
Sergey Kletsun 7c97e15988
Update ctor.md
Tiny spelling correction
7 years ago
Nick Cameron f6acf267bf
Merge pull request #48 from llogiq/default
new idiom: Default trait
7 years ago