FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · hydrogen602/RustPythonParser · GitHub
hydrogen602
/
RustPythonParser
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 May 12, 2024
fix for Lib/test/test_future_stmt/test_future.py: test_annotations
hydrogen602
authored and
youknowone
committed
51b5f80
View commit details
Copy full SHA for 51b5f80
Browse repository at this point
Fix type param order during source location
Show description for 649fdd4
dchiquito
authored and
youknowone
committed
649fdd4
View commit details
Copy full SHA for 649fdd4
Browse repository at this point
Commits on May 10, 2024
Merge pull request #107 from m-spitfire/fix-unparse
Show description for 6a2aa26
youknowone
authored
6a2aa26
View commit details
Copy full SHA for 6a2aa26
Browse repository at this point
Commits on Apr 6, 2024
Merge pull request #117 from youknowone/0.3.1
Show description for a95045b
youknowone
authored
a95045b
View commit details
Copy full SHA for a95045b
Browse repository at this point
0.3.1
youknowone
committed
5c73f63
View commit details
Copy full SHA for 5c73f63
Browse repository at this point
Remove ast-pyo3 from repository
youknowone
committed
37a1190
View commit details
Copy full SHA for 37a1190
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
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 22, 2023
fix(ast): make unparse module public
m-spitfire
committed
6ff2284
View commit details
Copy full SHA for 6ff2284
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL