Skip to content

Pull requests: rust-unofficial/patterns

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Fix a minor typo s/he/the/
#10 by stevegury was merged Oct 23, 2015 Loading…
Add syntax highlighting
#7 by fphilipe was merged Oct 23, 2015 Loading…
Fix typo in .with_attribute call.
#12 by jsanders was merged Oct 27, 2015 Loading…
improve comment
#15 by liigo was merged Oct 28, 2015 Loading…
fix compile error in comment
#13 by liigo was merged Oct 28, 2015 Loading…
Composing structs
#2 by nrc was merged Nov 11, 2015 Loading…
Deref polymorphism anti-pattern
#18 by nrc was merged Nov 2, 2015 Loading…
Fix RAII Guards
#3 by MattWis was merged Oct 22, 2015 Loading…
Result + try! is a pattern, unwrap() is not
#16 by oli-obk was merged Oct 27, 2015 Loading…
Fix typo
#9 by aochagavia was merged Oct 23, 2015 Loading…
improve comments
#14 by liigo was merged Oct 27, 2015 Loading…
new idiom: mem::replace
#31 by llogiq was merged Oct 8, 2016 Loading…
Converting to mdbook C-addition Category: Adding new content, something that didn't exist in the repository before C-outdated Category: Content that is outdated and needs a rework S-review Status: A PR that is currently under review or where a review is the next step
#53 by DaseinPhaos was closed Jan 1, 2021 Loading…
add links to deny(warnings) antipattern, fix typo
#52 by llogiq was merged Jan 23, 2017 Loading…
Change "".to_string() to String::new()
#40 by diwic was merged Oct 12, 2016 Loading…
Improve mem-replace example
#36 by diwic was merged Oct 10, 2016 Loading…
fixed highlighting
#37 by hoodie was merged Oct 9, 2016 Loading…
Fix a few nits.
#34 by CasualX was merged Oct 9, 2016 Loading…
Prefer small crates
#30 by lambda-fairy was merged Oct 24, 2016 Loading…
Add another example to the mem::replace idiom
#45 by llogiq was merged Jan 3, 2017 Loading…
Add "Treating Option like a list"
#25 by lambda-fairy was merged Sep 29, 2016 Loading…
Adding catch_panic anti-pattern C-addition Category: Adding new content, something that didn't exist in the repository before C-waiting for Category: Waiting for feedback of the initial author or some external dependency/issue
#22 by liamzdenek was closed Jan 1, 2021 Loading…
Adding 'clone to satisfy the borrow checker' anti-pattern C-addition Category: Adding new content, something that didn't exist in the repository before C-waiting for Category: Waiting for feedback of the initial author or some external dependency/issue
#23 by liamzdenek was closed Jan 1, 2021 Loading…
ProTip! Exclude everything labeled bug with -label:bug.