issues
search
rust-analyzer
/
rowan
Apache License 2.0
715
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expose NodeCache's methods
#177
Colecf
opened
1 week ago
0
Fix prev_sibling indexing off-by-one
#176
milianw
closed
1 week ago
1
Rowan upgrade to 0.16.0 breaks `prev_sibling` behaviour
#175
MalteJanz
closed
1 week ago
4
Implement Eq and Hash for GreenTokenData
#174
hurryabit
opened
3 weeks ago
2
Decrement refcount before calling free in to_next_sibling
#173
milianw
closed
1 month ago
0
assertion `left == right` failed
#172
milianw
closed
1 month ago
0
Optimize children iteration by reusing NodeData if possible
#171
milianw
closed
1 month ago
0
Remove needless .into()
#170
hurryabit
closed
1 month ago
1
Fix typos
#169
jayvdb
closed
2 months ago
1
size assert not compatible with randomized struct layouts
#168
the8472
opened
3 months ago
0
Fix typo in docstring: two => to
#167
jelmer
closed
3 months ago
1
v0.15.16 is not published on crates.io
#166
lf-
closed
3 months ago
1
Allow passing an iterable to `splice_children`
#165
michaelvanstraten
closed
2 weeks ago
6
Remove `memoffset` dependency.
#164
aDotInTheVoid
closed
6 months ago
7
Undefined Behavior
#163
Veykril
opened
6 months ago
2
Fix pointer comparison warning on newer rustc
#162
jelmer
closed
6 months ago
0
Use niching for Checkpoint
#161
mattfbacon
closed
10 months ago
1
Niching for Checkpoint
#160
mattfbacon
closed
10 months ago
0
Add rowan::api::SyntaxNode::new_root_mut()
#159
jelmer
closed
6 months ago
1
Bump version
#158
azdavis
closed
1 year ago
5
Allow non UTF-8 source code
#157
edgarogh
closed
1 year ago
3
Release 0.15.12
#156
Veykril
closed
1 year ago
1
Sending `SyntaxNode`s to other threads?
#155
shilangyu
opened
1 year ago
2
update memoffset version
#154
trickster
closed
1 year ago
4
Bump memoffset
#153
Veykril
closed
1 year ago
0
Clarify how Rowan could be used with a GLR parser
#152
TzviPM
opened
1 year ago
0
Prevent use of SyntaxNodePtr and AstPtr on mutable trees
#151
Technohacker
closed
6 months ago
7
AstPtr can de-sync from mutable Syntax Tree after mutation
#150
Technohacker
closed
6 months ago
1
Bump `memoffset` and `hashbrown`
#149
lnicola
closed
6 months ago
1
Add try_to_node which does not panic
#148
azdavis
closed
1 year ago
4
making use of logos instead of m_lexer in #examples
#147
dzmitry-lahoda
closed
1 year ago
4
Bad offset: range 0..558 offset 564 in cursor.rs
#146
ebadta81
closed
1 year ago
3
Replace `SyntaxKind` with `Into<SyntaxKind>` in function parameters
#145
spencerwhite
opened
2 years ago
0
Bug with SyntaxPtr::to_node + many nodes with same range
#144
azdavis
closed
1 year ago
8
142 / fix panic on prev sibling call
#143
MalteJanz
closed
2 years ago
0
Panic on calling `prev_sibling` on the Root SyntaxNode
#142
MalteJanz
closed
2 years ago
1
Integration testing by implementing a toy language
#141
MalteJanz
opened
2 years ago
3
#139 - Fix prev_sibling to actually return the previous sibling
#140
MalteJanz
closed
2 years ago
7
prev_sibling does not work as expected
#139
MalteJanz
closed
2 years ago
0
Rename SyntaxNodePtr::range to SyntaxNodePtr::text_range
#138
Veykril
closed
2 years ago
0
Expose range field of SyntaxNodePtr via getter
#137
Veykril
closed
2 years ago
0
Make it easier to define high-level ASTs?
#136
oxalica
opened
2 years ago
0
missing re-export
#135
matklad
closed
2 years ago
2
NodeCache not exposed
#134
withoutboats
closed
2 years ago
1
The scope of the unsafe block can be appropriately reduced
#133
peamaeq
closed
6 months ago
0
Rename `SyntaxToken::ancestors`
#132
Veykril
closed
2 years ago
4
Is Ord strictly required for Lang Kind?
#131
DirectXMan12
opened
2 years ago
3
Update s_expressions example to use rowan::ast
#130
TedDriggs
opened
2 years ago
0
Add ast support module, extracted from rust-analyzer
#129
mullr
closed
2 years ago
5
Bump `hashbrown`
#128
lnicola
closed
2 years ago
2
Next