GitHub / rustyyato/generic-field-projection issues and pull requests
#59 - refactor derive - oliver
Pull Request -
State: closed - Opened by ghost over 4 years ago
- 9 comments
Labels: enhancement
#58 - Make pretty-printed debug output of the basic types
Issue -
State: open - Opened by ckaran over 4 years ago
- 4 comments
Labels: enhancement
#57 - Move trait bounds to the implementations that require them.
Issue -
State: open - Opened by ckaran over 4 years ago
Labels: enhancement
#56 - Repair the drop code in `RedBlackTreeNode`
Issue -
State: open - Opened by ckaran over 4 years ago
Labels: bug
#55 - Can't use `&mut self` in tree nodes
Issue -
State: open - Opened by ckaran over 4 years ago
- 6 comments
Labels: bug
#54 - Examples
Pull Request -
State: open - Opened by ckaran over 4 years ago
- 1 comment
#53 - resolve doc todos - oliver
Pull Request -
State: closed - Opened by ghost over 4 years ago
- 6 comments
Labels: bug, documentation, enhancement
#52 - review fmt - oliver
Pull Request -
State: closed - Opened by ghost over 4 years ago
- 6 comments
#51 - `master` isn't compiling
Issue -
State: closed - Opened by ckaran over 4 years ago
- 6 comments
Labels: bug
#50 - A new approach
Issue -
State: open - Opened by RustyYato over 4 years ago
Labels: question, future work
#49 - Modifications to Rust
Issue -
State: open - Opened by ckaran over 4 years ago
- 2 comments
#48 - Examples fix
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 2 comments
#47 - Fix the README in instrusive_collections_examples
Issue -
State: open - Opened by ckaran over 4 years ago
- 4 comments
Labels: bug, documentation
#46 - Index fields
Issue -
State: open - Opened by RustyYato over 4 years ago
Labels: enhancement, future work
#45 - Fixed some FIXMEs
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 2 comments
Labels: bug
#44 - add unchecked projections trait
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 1 comment
#43 - Remove support for DST types and fields
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 1 comment
#42 - fix: Moved modules into the 'src' directory.
Pull Request -
State: closed - Opened by ckaran over 4 years ago
Labels: bug
#41 - Fix(docs): Fix weird formatting in example docs
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
Labels: documentation, enhancement
#40 - Fix(doc): Expand on safety docs of `Field`
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 2 comments
Labels: documentation, enhancement
#39 - Remove support for unsized types
Issue -
State: closed - Opened by RustyYato over 4 years ago
- 2 comments
Labels: bug
#38 - Fix documentation formatting issues
Issue -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
Labels: bug, documentation
#37 - Highlight potential unsoundness when using `inverse` operations
Issue -
State: closed - Opened by RustyYato over 4 years ago
Labels: bug, documentation
#36 - Extract from `TypeSet` to a new crate `typsy`
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 4 comments
Labels: enhancement
#35 - offset-based field
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 1 comment
Labels: enhancement
#34 - Thank you for the invite!
Issue -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
#33 - Add a dynamic offset-based `Field` type
Issue -
State: closed - Opened by RustyYato over 4 years ago
- 1 comment
Labels: enhancement
#32 - Add inverse project ops
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 2 comments
Labels: enhancement
#31 - Need `inverse_project_unchecked()` and `inverse_wrapping_project()`
Issue -
State: closed - Opened by ckaran over 4 years ago
- 3 comments
Labels: enhancement
#30 - Docs and style cleanup
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
#29 - Update features
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
#28 - fixup actions, was broken due to upstream changes
Pull Request -
State: closed - Opened by RustyYato over 4 years ago
- 2 comments
#27 - Rustfmt toml file
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
#26 - Field ambiguity
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
#25 - fix: There was a bug in derive/tests/simple.rs
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 8 comments
#24 - Added CODE_OF_CONDUCT.md and updated CONTRIBUTING.md
Pull Request -
State: closed - Opened by ckaran over 4 years ago
- 1 comment
#23 - fix actions
Pull Request -
State: closed - Opened by RustyYato over 5 years ago
#22 - changed unions over to `raw_ref_op`
Pull Request -
State: closed - Opened by RustyYato over 5 years ago
#21 - Improve docs
Pull Request -
State: closed - Opened by RustyYato over 5 years ago
- 7 comments
Labels: documentation, enhancement
#20 - Feature request: Improve documentation & examples
Issue -
State: closed - Opened by ckaran over 5 years ago
- 5 comments
Labels: documentation, enhancement
#19 - Refactor derive
Issue -
State: open - Opened by RustyYato almost 6 years ago
- 5 comments
Labels: enhancement, help wanted, good first issue
#18 - Union
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
Labels: enhancement
#17 - implement union support
Issue -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
Labels: enhancement
#16 - Add to the safety docs of `PinnablePointer`
Issue -
State: open - Opened by RustyYato almost 6 years ago
- 1 comment
Labels: documentation
#15 - Implement `ProjectToSet<F> for Box<F::Parent>`
Issue -
State: open - Opened by RustyYato almost 6 years ago
Labels: enhancement, help wanted
#13 - added tests for no_std
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: action
#12 - Add action no std tests
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
#11 - renamed format, added test check for features
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
#10 - add no_std feature
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: enhancement, action
#9 - added pr actions
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: action
#8 - updated git-hub-actions
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: action
#7 - Code & comment reformatting
Pull Request -
State: closed - Opened by ckaran almost 6 years ago
Labels: documentation
#6 - Merge branch 'master' into derive
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
#5 - Implement a proc-macro derive to specify field projections safely
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: enhancement
#4 - Create a new git action
Pull Request -
State: closed - Opened by RustyYato almost 6 years ago
Labels: action
#3 - extended docs
Issue -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
Labels: documentation
#2 - proc-macro-based implementation of `Field`
Issue -
State: closed - Opened by RustyYato almost 6 years ago
- 1 comment
Labels: enhancement
#1 - Generic Pointer to Field
Issue -
State: open - Opened by RustyYato almost 6 years ago