issues
search
shepmaster
/
fuzzy-pickles
A Rust parser to power Strata Rust
Apache License 2.0
7
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade dependencies
#135
shepmaster
closed
4 years ago
0
Add documentation to associated type equals and bounds structs
#134
shepmaster
closed
4 years ago
0
Support generic constant declarations
#133
shepmaster
closed
4 years ago
0
Update subslice patterns to require the at-sign
#132
shepmaster
closed
4 years ago
0
Trait bounds on associated types
#131
shepmaster
closed
4 years ago
0
Support tokenizing raw identifiers
#130
shepmaster
closed
4 years ago
0
Cleanup for compiler and Clippy warnings
#129
shepmaster
closed
4 years ago
0
Figure out how to support Rust 2015 and 2018 concurrently
#128
shepmaster
opened
5 years ago
0
Parse async-related code
#127
shepmaster
closed
5 years ago
0
Expression ambiguity of ranges
#126
dtolnay
closed
5 years ago
3
Parse the "crate" visibility shorthand
#125
shepmaster
closed
5 years ago
0
Support the dyn keyword
#124
shepmaster
closed
5 years ago
0
Parse "crate" in various path-like things
#123
shepmaster
closed
5 years ago
0
Rust 2018
#122
shepmaster
closed
5 years ago
0
Add Cargo metadata for the derive crate
#121
shepmaster
closed
5 years ago
0
Maintenance
#120
shepmaster
closed
5 years ago
0
Parse macro calls with paths
#119
shepmaster
closed
5 years ago
0
Dependency updates
#118
shepmaster
closed
5 years ago
0
(Single out / Rename) and publish fuzzy-pickle-derive
#117
matprec
opened
6 years ago
6
Add crate-wide documentation
#116
shepmaster
closed
6 years ago
0
Re-add whitespace to the AST
#115
shepmaster
closed
6 years ago
0
Fully parse documentation comments
#114
shepmaster
closed
6 years ago
0
Add some more documentation
#113
shepmaster
closed
6 years ago
0
Add lifetimes to the Visitor trait
#112
shepmaster
closed
6 years ago
0
Clean up ignored visitor implementations
#111
shepmaster
closed
6 years ago
0
Allow indexing a string with Extent and Extent-like things
#110
shepmaster
closed
6 years ago
0
Promote Extent to a new type
#109
shepmaster
closed
6 years ago
0
Test in beta and nightly
#108
shepmaster
closed
6 years ago
0
Document all the AST structs
#107
shepmaster
closed
6 years ago
0
Parse unions in statement contexts
#106
shepmaster
closed
6 years ago
0
Parse subslices in slice patterns
#105
shepmaster
closed
6 years ago
0
Parse stabilized inclusive range operator
#104
shepmaster
closed
6 years ago
0
Parse extern types
#103
shepmaster
closed
6 years ago
0
Parse auto traits
#102
shepmaster
closed
6 years ago
0
Convert to workspaces
#101
shepmaster
closed
6 years ago
0
Support nested use statements
#100
shepmaster
closed
6 years ago
0
Clean up and reorganize public API
#99
shepmaster
closed
6 years ago
0
Make visit stoppable
#98
matprec
closed
7 years ago
4
Remove dependency on syn
#97
shepmaster
opened
7 years ago
4
Make visit stoppable
#96
matprec
closed
7 years ago
6
Parse box pattern syntax
#95
matprec
closed
7 years ago
4
Specify the type of Iterator::sum now that references implement AddAssign
#94
shepmaster
closed
7 years ago
0
Parser fails when unbox syntax is used
#93
matprec
closed
7 years ago
1
compile error on latest nightly: "type annotations required: cannot resolve `usize: std::ops::AddAssign<_>`"
#92
dwrensha
closed
7 years ago
1
Handle prefix operators when there's no subsequent expression
#91
shepmaster
closed
7 years ago
0
'points are backwards' panic when prefix operator has no target
#90
dwrensha
closed
7 years ago
2
Some cleanups
#89
shepmaster
closed
7 years ago
0
Properly calculate the extent when a sub offset is in play
#88
shepmaster
closed
7 years ago
0
Add the concept of left / right associativity
#87
shepmaster
closed
7 years ago
0
HasExtent should be public
#86
shepmaster
closed
7 years ago
0
Next