FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Match statements by arihant2math · Pull Request #5485 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Match statements
- #5485
#5485
Merged
youknowone
merged 27 commits into
RustPython:main
RustPython/RustPython:main
from
arihant2math:match-statements
arihant2math/RustPython:match-statements
Copy head branch name to clipboard
Jan 25, 2025
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Match statements
#5485
youknowone
merged 27 commits into
RustPython:main
RustPython/RustPython:main
from
arihant2math:match-statements
arihant2math/RustPython:match-statements
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2025
initial stub implementation of match statements
arihant2math
committed
9fbd359
View commit details
Copy full SHA for 9fbd359
Browse repository at this point
formatting
arihant2math
committed
bfb4091
View commit details
Copy full SHA for bfb4091
Browse repository at this point
solved compilation errors
arihant2math
committed
c021326
View commit details
Copy full SHA for c021326
Browse repository at this point
almost working
arihant2math
committed
6c7a543
View commit details
Copy full SHA for 6c7a543
Browse repository at this point
formatting
arihant2math
committed
8617786
View commit details
Copy full SHA for 8617786
Browse repository at this point
as and * support for switch case
arihant2math
committed
a01240f
View commit details
Copy full SHA for a01240f
Browse repository at this point
replace todos with errors
arihant2math
committed
d8c4cff
View commit details
Copy full SHA for d8c4cff
Browse repository at this point
fix compile
arihant2math
committed
aaccadb
View commit details
Copy full SHA for aaccadb
Browse repository at this point
added Noop instruction
arihant2math
committed
f9d2418
View commit details
Copy full SHA for f9d2418
Browse repository at this point
finished default for switch case
arihant2math
committed
5839dfd
View commit details
Copy full SHA for 5839dfd
Browse repository at this point
fix compile
arihant2math
committed
40e380e
View commit details
Copy full SHA for 40e380e
Browse repository at this point
formatting
arihant2math
committed
8af2c42
View commit details
Copy full SHA for 8af2c42
Browse repository at this point
more implementation
arihant2math
committed
0774cbd
View commit details
Copy full SHA for 0774cbd
Browse repository at this point
rename codegen_* to compile_*
Show description for cd0f1cf
arihant2math
committed
cd0f1cf
View commit details
Copy full SHA for cd0f1cf
Browse repository at this point
implement SWAP instruction
Show description for 223fbe4
arihant2math
committed
223fbe4
View commit details
Copy full SHA for 223fbe4
Browse repository at this point
applied fix
Show description for 4ef2a50
youknowone
authored and
arihant2math
committed
4ef2a50
View commit details
Copy full SHA for 4ef2a50
Browse repository at this point
enabled IR debug and attempted to fix codegen
Show description for aa6a040
arihant2math
committed
aa6a040
View commit details
Copy full SHA for aa6a040
Browse repository at this point
formatting
arihant2math
committed
822d565
View commit details
Copy full SHA for 822d565
Browse repository at this point
basic match statement working
Show description for ad164c0
arihant2math
committed
ad164c0
View commit details
Copy full SHA for ad164c0
Browse repository at this point
basic match statement working
Show description for e955ede
arihant2math
committed
e955ede
View commit details
Copy full SHA for e955ede
Browse repository at this point
Commits on Jan 23, 2025
working as pattern (default works too by extension)
Show description for 4649898
arihant2math
committed
4649898
View commit details
Copy full SHA for 4649898
Browse repository at this point
fix rust tests
Show description for 493fc6e
arihant2math
committed
493fc6e
View commit details
Copy full SHA for 493fc6e
Browse repository at this point
cleanup
Show description for fe7f8a3
arihant2math
committed
fe7f8a3
View commit details
Copy full SHA for fe7f8a3
Browse repository at this point
fix clippy errors
Show description for 805757a
arihant2math
committed
805757a
View commit details
Copy full SHA for 805757a
Browse repository at this point
formatting
Show description for b176f9c
arihant2math
committed
b176f9c
View commit details
Copy full SHA for b176f9c
Browse repository at this point
Commits on Jan 25, 2025
trivial edits
youknowone
committed
8e78c6d
View commit details
Copy full SHA for 8e78c6d
Browse repository at this point
Remove currently unused Nop,Swap op
youknowone
committed
4beef2c
View commit details
Copy full SHA for 4beef2c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL