FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for parser - RustPython/Parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
Parser
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
116
Code
Issues
36
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Parser
parser
on
main
User selector
Datepicker
Commit history
Commits on Jan 21, 2025
Fix match parsing
youknowone
committed
f07b97c
View commit details
Copy full SHA for f07b97c
View code at this point
Browse repository at this point
apply clippy suggestions
youknowone
committed
e00297d
View commit details
Copy full SHA for e00297d
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Incorrect f-string parsing (#112)
Show description for 9ce55ae
yt2b
authored
9ce55ae
View commit details
Copy full SHA for 9ce55ae
View code at this point
Browse repository at this point
Commits on Dec 28, 2023
Added num/malachite features for format crate (#109)
h7kanna
authored
8731e9f
View commit details
Copy full SHA for 8731e9f
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
Clean up Cargo.toml and bump dependency versions (#104)
Show description for 13cae0a
youknowone
authored
13cae0a
View commit details
Copy full SHA for 13cae0a
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
0.3.0 (#92)
youknowone
authored
a1e4336
View commit details
Copy full SHA for a1e4336
View code at this point
Browse repository at this point
vendor text_size and source_location (#102)
youknowone
authored
d09bce8
View commit details
Copy full SHA for d09bce8
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Fix `TypeAliasName` to store name instead of load (#99)
Show description for b079666
zanieb
authored
b079666
View commit details
Copy full SHA for b079666
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Add parsing of type alias statements i.e. the `type` keyword (#97)
Show description for 704eb40
zanieb
authored
704eb40
View commit details
Copy full SHA for 704eb40
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
Parse type parameters in function definitions (#96)
Show description for 6980037
zanieb
authored
6980037
View commit details
Copy full SHA for 6980037
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Consolidate tests and add coverage for trailing comma
zanieb
committed
3ec64e1
View commit details
Copy full SHA for 3ec64e1
View code at this point
Browse repository at this point
Add bound to test case `test_parse_class_with_all_possible_generic_types`
zanieb
committed
e0a8f5b
View commit details
Copy full SHA for e0a8f5b
View code at this point
Browse repository at this point
Add test for tuple bounds
zanieb
committed
b06b266
View commit details
Copy full SHA for b06b266
View code at this point
Browse repository at this point
Remove test for empty generic `class Foo[]: ...`
Show description for 76a3245
zanieb
committed
76a3245
View commit details
Copy full SHA for 76a3245
View code at this point
Browse repository at this point
Parse type parameters in class definitions
zanieb
committed
d923aa9
View commit details
Copy full SHA for d923aa9
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
Move `type_param` stubs into LALRPOP definition
zanieb
committed
7516c42
View commit details
Copy full SHA for 7516c42
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Revert formatting changes to `python.rs`
zanieb
committed
30f461b
View commit details
Copy full SHA for 30f461b
View code at this point
Browse repository at this point
Add stub `type_params` handling for class and function definitions
zanieb
committed
7b0aeee
View commit details
Copy full SHA for 7b0aeee
View code at this point
Browse repository at this point
Regenerate code with latest ASDL
zanieb
committed
df2b5df
View commit details
Copy full SHA for df2b5df
View code at this point
Browse repository at this point
Commits on Jun 16, 2023
Rename unconventional nodes (#74)
youknowone
authored
69d27d9
View commit details
Copy full SHA for 69d27d9
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Replace num-bigint with malachite-bigint (#18)
Show description for a2e3209
qingshi163
and
youknowone
authored
a2e3209
View commit details
Copy full SHA for a2e3209
View code at this point
Browse repository at this point
Commits on May 31, 2023
New Arguments and Arg/ArgWithDefault AST representation (#59)
youknowone
authored
fdec727
View commit details
Copy full SHA for fdec727
View code at this point
Browse repository at this point
Parse for expr and stmt variants + identifier, constant (#78)
youknowone
authored
3fbf4f6
View commit details
Copy full SHA for 3fbf4f6
View code at this point
Browse repository at this point
Add safety comment
MichaReiser
committed
342cd19
View commit details
Copy full SHA for 342cd19
View code at this point
Browse repository at this point
Commits on May 30, 2023
Align `MatchCase` end location
MichaReiser
committed
4a2c4aa
View commit details
Copy full SHA for 4a2c4aa
View code at this point
Browse repository at this point
Commits on May 28, 2023
Parse Trait (#71)
youknowone
authored
4de0cb1
View commit details
Copy full SHA for 4de0cb1
View code at this point
Browse repository at this point
Commits on May 25, 2023
Avoid removing elements from the beginning of a vec (#69)
MichaReiser
authored
5493c9f
View commit details
Copy full SHA for 5493c9f
View code at this point
Browse repository at this point
Commits on May 19, 2023
Update `python.rs`
MichaReiser
committed
fac0c25
View commit details
Copy full SHA for fac0c25
View code at this point
Browse repository at this point
Commits on May 18, 2023
Update parser/src/python.lalrpop
Show description for 4ff779c
MichaReiser
and
youknowone
authored
4ff779c
View commit details
Copy full SHA for 4ff779c
View code at this point
Browse repository at this point
Avoid allocating `vec`s for each statement
MichaReiser
committed
726884b
View commit details
Copy full SHA for 726884b
View code at this point
Browse repository at this point
Use named parameters to reducue copying
MichaReiser
committed
851f236
View commit details
Copy full SHA for 851f236
View code at this point
Browse repository at this point
Fix range field order (#56)
Show description for 6c5c311
youknowone
authored
6c5c311
View commit details
Copy full SHA for 6c5c311
View code at this point
Browse repository at this point
Commits on May 16, 2023
Add utilities to enum (#44)
Show description for ff17f6e
youknowone
authored
ff17f6e
View commit details
Copy full SHA for ff17f6e
View code at this point
Browse repository at this point
specialize ConversionFlag (#42)
Show description for 9d47d3d
youknowone
authored
9d47d3d
View commit details
Copy full SHA for 9d47d3d
View code at this point
Browse repository at this point
Add is_* methods to Tok (#39)
youknowone
authored
0c7d16b
View commit details
Copy full SHA for 0c7d16b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL