FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · bazeltools/rustpython-parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bazeltools
/
rustpython-parser
Public
forked from
RustPython/Parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
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
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
Browse repository at this point
Commits on Dec 27, 2023
remove size assertions to avoid nightly error (#111)
youknowone
authored
29c4728
View commit details
Copy full SHA for 29c4728
Browse repository at this point
malachite-bigint 0.2.0
youknowone
committed
c0923cb
View commit details
Copy full SHA for c0923cb
Browse repository at this point
Fix the invalid license name for cargo-deny (#110)
h7kanna
authored
a367239
View commit details
Copy full SHA for a367239
Browse repository at this point
Commits on Nov 7, 2023
Merge pull request #103 from qingshi163/malachite041
Show description for 52edf45
qingshi163
authored
52edf45
View commit details
Copy full SHA for 52edf45
Browse repository at this point
Commits on Nov 5, 2023
Bump malachite to 0.4.4
qingshi163
committed
82e1d95
View commit details
Copy full SHA for 82e1d95
Browse repository at this point
Commits on Nov 1, 2023
Bump malachite to 0.4.1
qingshi163
committed
28eff35
View commit details
Copy full SHA for 28eff35
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
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
Browse repository at this point
vendor text_size and source_location (#102)
youknowone
authored
d09bce8
View commit details
Copy full SHA for d09bce8
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
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
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
Browse repository at this point
Parse type parameters in class definitions
MichaReiser
authored
c33fbee
View commit details
Copy full SHA for c33fbee
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
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
Browse repository at this point
Add test for tuple bounds
zanieb
committed
b06b266
View commit details
Copy full SHA for b06b266
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
Browse repository at this point
Parse type parameters in class definitions
zanieb
committed
d923aa9
View commit details
Copy full SHA for d923aa9
Browse repository at this point
Update to the latest ASDL
Show description for c8092b2
MichaReiser
authored
c8092b2
View commit details
Copy full SHA for c8092b2
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
Browse repository at this point
Commits on Jul 10, 2023
Bump size assertion for `Stmt` from 136 to 160 bytes
zanieb
committed
3617a6c
View commit details
Copy full SHA for 3617a6c
Browse repository at this point
Revert formatting changes to `python.rs`
zanieb
committed
30f461b
View commit details
Copy full SHA for 30f461b
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
Browse repository at this point
Regenerate code with latest ASDL
zanieb
committed
df2b5df
View commit details
Copy full SHA for df2b5df
Browse repository at this point
Update Python ASDL for Python 3.12
Show description for 25b2399
zanieb
committed
25b2399
View commit details
Copy full SHA for 25b2399
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
Browse repository at this point
rustpython_ast python package (#79)
youknowone
authored
5270020
View commit details
Copy full SHA for 5270020
Browse repository at this point
Commits on Jun 15, 2023
Fix bool format (#91)
Show description for edcfcb4
yt2b
authored
edcfcb4
View commit details
Copy full SHA for edcfcb4
Browse repository at this point
Commits on Jun 11, 2023
Add Pylyzer
Show description for 40a6032
youknowone
authored
40a6032
View commit details
Copy full SHA for 40a6032
Browse repository at this point
Commits on Jun 2, 2023
Fix LinearLocator \r handling (#80)
youknowone
authored
b2f95e2
View commit details
Copy full SHA for b2f95e2
Browse repository at this point
Replace num-bigint with malachite-bigint (#18)
Show description for a2e3209
qingshi163
and
youknowone
authored
a2e3209
View commit details
Copy full SHA for a2e3209
Browse repository at this point
Commits on Jun 1, 2023
Linear Locator (#46)
youknowone
authored
5e9e8a7
View commit details
Copy full SHA for 5e9e8a7
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
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL