Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-unofficial/patterns issues and pull requests

#420 - build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5

Pull Request - State: closed - Opened by dependabot[bot] 30 days ago
Labels: C-dependencies

#419 - Fix a typo and use rustc instead of Rustc

Pull Request - State: closed - Opened by ShapelessCat about 1 month ago - 2 comments

#100 - Create typestate.md

Pull Request - State: open - Opened by dgunay about 4 years ago - 16 comments
Labels: C-addition, A-pattern, C-stale

#99 - Fix typos

Pull Request - State: closed - Opened by shuternay over 4 years ago - 1 comment

#98 - Link outdated

Issue - State: closed - Opened by 95th over 4 years ago
Labels: C-outdated

#97 - Issue #91: Add example for example initialization

Pull Request - State: closed - Opened by tkaitchuck over 4 years ago - 1 comment

#96 - mem-take instead of mem-replace

Issue - State: closed - Opened by jeffcutsinger over 4 years ago - 1 comment
Labels: C-enhancement

#95 - TODO's

Pull Request - State: closed - Opened by Ben-PH over 4 years ago - 1 comment

#94 - New idiom: Out of the Box Dynamic Dispatch

Pull Request - State: closed - Opened by llogiq over 4 years ago - 10 comments

#93 - Show call of default()

Pull Request - State: closed - Opened by kellerkindt over 4 years ago - 1 comment

#92 - Rewrite mentions of `try!` macro to use `?` operator

Pull Request - State: closed - Opened by kinseytamsin almost 5 years ago

#91 - Pattern for writing rustdoc examples without initialization

Issue - State: closed - Opened by tkaitchuck almost 5 years ago - 3 comments
Labels: C-addition

#90 - Make builder pattern more practical

Pull Request - State: closed - Opened by tgotwig almost 5 years ago - 10 comments
Labels: C-enhancement, S-review

#89 - Deny warnings page is out of date

Issue - State: closed - Opened by mvertescher about 5 years ago - 1 comment
Labels: C-outdated, A-anti_pattern

#88 - Typo fix

Pull Request - State: closed - Opened by fan-tom about 5 years ago

#87 - Discussion: Functions with many parameters

Issue - State: closed - Opened by willow385 about 5 years ago - 9 comments
Labels: M-move-to-discussions

#86 - plug write! in format!?

Issue - State: open - Opened by masklinn about 5 years ago
Labels: C-enhancement, C-needs discussion, A-idiom

#85 - Mention --cap-lints on #[deny(warnings)] page

Pull Request - State: closed - Opened by tmandry over 5 years ago

#84 - Use index in Container-Node relationship

Issue - State: open - Opened by crlf0710 over 5 years ago
Labels: C-addition, A-pattern

#83 - Fix broken links

Pull Request - State: closed - Opened by Sreyas-Sreelal over 5 years ago - 1 comment

#82 - Typo

Pull Request - State: closed - Opened by felixrabe over 5 years ago

#81 - Temporary mutability idiom

Pull Request - State: closed - Opened by kriomant over 5 years ago - 2 comments

#80 - RAII: stands for "Resource Acquisition is Initialisation"

Pull Request - State: closed - Opened by xakon over 5 years ago - 1 comment

#79 - Update vec.rs path

Pull Request - State: closed - Opened by NealEhardt over 5 years ago - 1 comment

#78 - Mark entry pattern as boilerplate

Pull Request - State: closed - Opened by tesuji almost 6 years ago - 1 comment

#77 - Add reference to `derive_builder`

Pull Request - State: closed - Opened by rivertam almost 6 years ago - 1 comment

#76 - Fix a slight typo

Pull Request - State: closed - Opened by arnavb almost 6 years ago - 1 comment

#75 - new pattern: Contain Unsafety in Small Modules

Pull Request - State: closed - Opened by llogiq almost 6 years ago - 2 comments

#74 - Pattern: contain unsafety in small module

Issue - State: closed - Opened by llogiq almost 6 years ago

#73 - Rename 'Compose structs together for better borrowing' to snappier name

Issue - State: closed - Opened by ZerothLaw about 6 years ago - 1 comment
Labels: M-move-to-discussions

#71 - Update deny-warnings.md

Pull Request - State: closed - Opened by behnam about 6 years ago - 1 comment

#70 - consume as valid alternative to mem-replace idiom?

Issue - State: open - Opened by dekellum over 6 years ago - 3 comments
Labels: C-needs discussion, A-idiom

#69 - Fix wording in "Fold" pattern

Pull Request - State: closed - Opened by king6cong almost 7 years ago - 1 comment
Labels: C-fix, S-lgtm

#68 - Graphs Pattern

Pull Request - State: closed - Opened by jbgriesner almost 7 years ago - 11 comments
Labels: C-addition, C-needs discussion, C-zombie

#67 - a "See Also" suggestion for Builder pattern

Issue - State: closed - Opened by ghost almost 7 years ago - 1 comment
Labels: C-enhancement

#66 - add 2 links for Command and Child in builder pattern

Pull Request - State: closed - Opened by ghost almost 7 years ago - 1 comment

#65 - Update ctor.md

Pull Request - State: closed - Opened by skletsun almost 7 years ago - 1 comment

#64 - Is the `Builder` pattern an anti-pattern in Rust due to the `Default` trait?

Issue - State: closed - Opened by fschutt almost 7 years ago - 10 comments
Labels: M-move-to-discussions

#63 - idioms/option-iter: Fix typo in `extend` example

Pull Request - State: closed - Opened by dubek almost 7 years ago - 1 comment

#62 - Idiom: Prefer Guard Clause over Nested Conditionals

Issue - State: closed - Opened by danielpclark almost 7 years ago - 5 comments

#61 - Use Self in impl

Pull Request - State: closed - Opened by andre-richter about 7 years ago - 12 comments
Labels: C-needs discussion

#60 - Observer

Issue - State: open - Opened by JaneSmith about 7 years ago - 3 comments
Labels: C-addition, A-pattern

#59 - Facade

Issue - State: open - Opened by antoyo over 7 years ago - 2 comments
Labels: C-addition, A-pattern

#58 - added information on --cap-lints to deny-warnings antipattern

Pull Request - State: closed - Opened by llogiq over 7 years ago - 2 comments
Labels: C-enhancement, S-lgtm

#57 - Fix broken link to RAII

Pull Request - State: closed - Opened by stephendavidmarsh over 7 years ago - 1 comment

#56 - fixed link to "Builders"

Pull Request - State: closed - Opened by XX over 7 years ago - 1 comment

#55 - Discussion about Visitor pattern

Issue - State: closed - Opened by barsan-md over 7 years ago - 6 comments
Labels: M-move-to-discussions

#54 - Fold pattern was confusing to me

Issue - State: open - Opened by ehuss over 7 years ago - 8 comments
Labels: C-enhancement, A-pattern

#53 - Converting to mdbook

Pull Request - State: closed - Opened by DaseinPhaos over 7 years ago - 1 comment
Labels: C-addition, C-outdated, S-review

#52 - add links to deny(warnings) antipattern, fix typo

Pull Request - State: closed - Opened by llogiq almost 8 years ago

#51 - Fixing code examples, statement about working tests on code examples

Pull Request - State: closed - Opened by llogiq almost 8 years ago - 14 comments
Labels: C-enhancement, C-waiting for, C-zombie

#50 - `Small<T>` optimizations

Issue - State: open - Opened by cbreeden almost 8 years ago
Labels: C-addition, C-needs discussion, A-idiom

#49 - rustdoc --test the examples

Issue - State: closed - Opened by llogiq almost 8 years ago - 4 comments
Labels: C-addition

#48 - new idiom: Default trait

Pull Request - State: closed - Opened by llogiq almost 8 years ago - 5 comments

#47 - Deny warnings

Pull Request - State: closed - Opened by llogiq almost 8 years ago - 8 comments

#46 - anti pattern: #![deny(warnings)]

Issue - State: closed - Opened by llogiq almost 8 years ago - 5 comments

#45 - Add another example to the mem::replace idiom

Pull Request - State: closed - Opened by llogiq almost 8 years ago - 1 comment

#44 - Add github pages integration and mdbook for easy publishing and viewing

Issue - State: closed - Opened by Michael-F-Bryan about 8 years ago - 3 comments

#43 - Add introduction

Pull Request - State: closed - Opened by ghost about 8 years ago - 7 comments
Labels: C-enhancement, C-addition, S-review

#42 - Rreturning a guard, c.f. `JoinGuard` and `MutexGuard`

Issue - State: closed - Opened by timClicks about 8 years ago - 2 comments

#41 - Lazy allocation (in collection types)

Issue - State: open - Opened by llogiq about 8 years ago - 2 comments
Labels: C-addition, A-idiom

#40 - Change "".to_string() to String::new()

Pull Request - State: closed - Opened by diwic about 8 years ago - 1 comment

#39 - Candidates for inclusion in StackOverflow Documentation

Issue - State: closed - Opened by wezm about 8 years ago - 2 comments
Labels: C-wontfix

#38 - Make "mem::replace to keep owned values in changed enums" example more general

Issue - State: closed - Opened by briansmith about 8 years ago - 4 comments

#37 - fixed highlighting

Pull Request - State: closed - Opened by hoodie about 8 years ago - 1 comment

#36 - Improve mem-replace example

Pull Request - State: closed - Opened by diwic about 8 years ago - 5 comments

#35 - Inspiration for more patterns

Issue - State: closed - Opened by killercup about 8 years ago - 10 comments
Labels: M-move-to-discussions

#34 - Fix a few nits.

Pull Request - State: closed - Opened by CasualX about 8 years ago - 1 comment

#33 - Mention Option::take() as an alternative to mem::replace()

Pull Request - State: closed - Opened by partim about 8 years ago - 1 comment

#32 - Prepending _ to field name avoids unused field warning

Pull Request - State: closed - Opened by KamilaBorowska about 8 years ago - 1 comment

#31 - new idiom: mem::replace

Pull Request - State: closed - Opened by llogiq about 8 years ago - 2 comments

#30 - Prefer small crates

Pull Request - State: closed - Opened by lambda-fairy about 8 years ago - 1 comment

#29 - Use coercion for arguments

Pull Request - State: closed - Opened by cbreeden about 8 years ago - 7 comments
Labels: C-addition, S-review

#28 - Clone to closure idiom

Pull Request - State: closed - Opened by kriomant about 8 years ago - 2 comments

#27 - Using `&str` vs using `&String`

Issue - State: closed - Opened by cbreeden about 8 years ago - 2 comments
Labels: C-enhancement

#26 - New maintainer

Issue - State: closed - Opened by cbreeden about 8 years ago - 9 comments

#25 - Add "Treating Option like a list"

Pull Request - State: closed - Opened by lambda-fairy over 8 years ago - 3 comments

#24 - Collecting into a Result or Option

Issue - State: open - Opened by lambda-fairy over 8 years ago - 1 comment
Labels: C-addition, A-idiom

#23 - Adding 'clone to satisfy the borrow checker' anti-pattern

Pull Request - State: closed - Opened by liamzdenek over 8 years ago - 6 comments
Labels: C-addition, C-waiting for

#22 - Adding catch_panic anti-pattern

Pull Request - State: closed - Opened by liamzdenek over 8 years ago - 4 comments
Labels: C-addition, C-waiting for

#21 - Builder pattern: discuss merits of `self` vs `&self` for .build()

Issue - State: open - Opened by dodecahedral-champion over 8 years ago - 4 comments
Labels: C-needs discussion, A-pattern

#20 - PhantomData and ZSTs as an anti-pattern

Issue - State: open - Opened by sgrif almost 9 years ago - 2 comments
Labels: C-addition, A-anti_pattern

#19 - Anti-pattern std::sync::Once

Issue - State: open - Opened by Sean1708 almost 9 years ago - 1 comment
Labels: C-addition, A-anti_pattern

#18 - Deref polymorphism anti-pattern

Pull Request - State: closed - Opened by nrc about 9 years ago

#17 - Add examples for each pattern

Issue - State: closed - Opened by iluxonchik about 9 years ago - 3 comments
Labels: C-enhancement, C-needs discussion

#16 - Result + try! is a pattern, unwrap() is not

Pull Request - State: closed - Opened by oli-obk about 9 years ago - 1 comment

#15 - improve comment

Pull Request - State: closed - Opened by liigo about 9 years ago - 2 comments

#14 - improve comments

Pull Request - State: closed - Opened by liigo about 9 years ago

#13 - fix compile error in comment

Pull Request - State: closed - Opened by liigo about 9 years ago - 2 comments

#12 - Fix typo in `.with_attribute` call.

Pull Request - State: closed - Opened by jsanders about 9 years ago - 1 comment

#11 - Address issues from the reddit thread

Issue - State: closed - Opened by nrc about 9 years ago - 2 comments
Labels: C-enhancement

#10 - Fix a minor typo s/he/the/

Pull Request - State: closed - Opened by stevegury about 9 years ago - 1 comment

#9 - Fix typo

Pull Request - State: closed - Opened by aochagavia about 9 years ago - 1 comment

#8 - Anti-Pattern: Intermediate `collect()`ion

Issue - State: open - Opened by llogiq about 9 years ago - 7 comments
Labels: C-addition, A-anti_pattern

#7 - Add syntax highlighting

Pull Request - State: closed - Opened by fphilipe about 9 years ago - 1 comment

#6 - Convert this to a gitbook/mdbook

Issue - State: closed - Opened by dumindu about 9 years ago - 4 comments
Labels: C-addition

#5 - Generic type constructors

Issue - State: open - Opened by jdm about 9 years ago
Labels: C-addition, A-pattern

#4 - Introduction is empty

Issue - State: closed - Opened by MattWis about 9 years ago - 1 comment
Labels: C-enhancement

#3 - Fix RAII Guards

Pull Request - State: closed - Opened by MattWis about 9 years ago - 1 comment