Skip to content

Pull requests: RustPython/Parser

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
Assigned to nobody Loading
Sort

Pull requests list

Move range from Attributed to Nodes
#22 by MichaReiser was merged May 15, 2023 Loading…
Replace num-bigint with malachite-bigint
#18 by qingshi163 was merged Jun 2, 2023 Loading…
Add all node classes to ast module
#40 by youknowone was merged May 16, 2023 Loading…
Fix full-lexer feature
#38 by youknowone was merged May 16, 2023 Loading…
Add is_* methods to Tok
#39 by youknowone was merged May 16, 2023 Loading…
Reduce copying during parsing
#60 by MichaReiser was merged May 19, 2023 Loading…
Add full-lexer feature
#36 by youknowone was merged May 15, 2023 Loading…
Avoid copying elements when parsing
#35 by MichaReiser was merged May 15, 2023 Loading…
Add README
#47 by youknowone was merged May 17, 2023 Loading…
Generic types to generic
#30 by youknowone was merged May 15, 2023 Loading…
Add format and cformat modules from RustPython
#24 by MichaReiser was merged May 12, 2023 Loading…
Always emit non-logical newlines for 'empty' lines
#27 by charliermarsh was merged May 15, 2023 Loading…
Fix bool format
#91 by yt2b was merged Jun 15, 2023 Loading…
Align MatchCase end location
#76 by MichaReiser was merged May 31, 2023 Loading…
Rename unconventional nodes
#74 by youknowone was merged Jun 16, 2023 Loading…
Avoid removing elements from the head of a vec
#69 by MichaReiser was merged May 25, 2023 Loading…
Parse type parameters in class definitions
#95 by zanieb was merged Jul 14, 2023 Loading…
Parse type parameters in function definitions
#96 by zanieb was merged Jul 14, 2023 Loading…
Update to the latest ASDL
#93 by zanieb was merged Jul 13, 2023 Loading…
Fix TypeAliasName to store name instead of load
#99 by zanieb was merged Jul 29, 2023 Loading…
Incorrect f-string parsing
#112 by yt2b was merged Jan 23, 2024 Loading…
Fix the invalid license name for cargo-deny
#110 by h7kanna was merged Dec 27, 2023 Loading…
Added num/malachite features for format crate
#109 by h7kanna was merged Dec 28, 2023 Loading…
ProTip! Filter pull requests by the default branch with base:main.