Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lineCode
/
RustPython
Public
forked from
RustPython/RustPython
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
Breadcrumbs
History for
RustPython
compiler
on
stack-size-calculation
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 28, 2019
Fix stack effect calculation to exclude the unpack opcode which was removed.
windelbouwman
committed
7a61401
View commit details
Copy full SHA for 7a61401
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:RustPython/RustPython into stack-size-calculation
windelbouwman
committed
7239229
View commit details
Copy full SHA for 7239229
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Bump crate versions
coolreader18
committed
d88167b
View commit details
Copy full SHA for d88167b
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Fix global declaration error in the function
Show description for 1b141f3
HyeockJinKim
committed
1b141f3
View commit details
Copy full SHA for 1b141f3
View code at this point
Browse repository at this point
Remove useless_const optimization
Show description for a878ffc
coolreader18
authored and
windelbouwman
committed
a878ffc
View commit details
Copy full SHA for a878ffc
View code at this point
Browse repository at this point
Don't emit None, ReturnValue if the last statement in a function is a return
coolreader18
authored and
windelbouwman
committed
b71b4e6
View commit details
Copy full SHA for b71b4e6
View code at this point
Browse repository at this point
Add optimization to remove unused LoadConst operations
coolreader18
authored and
windelbouwman
committed
c09ad9a
View commit details
Copy full SHA for c09ad9a
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Merge pull request #1367 from j30ng/syntax-err-on-star
Show description for 9aaf887
coolreader18
authored
9aaf887
View commit details
Copy full SHA for 9aaf887
View code at this point
Browse repository at this point
Remove Enum Instruction::Unpack
j30ng
committed
a5bea47
View commit details
Copy full SHA for a5bea47
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Format Code with rustfmt
j30ng
committed
95d57ef
View commit details
Copy full SHA for 95d57ef
View code at this point
Browse repository at this point
Return SyntaxError on Invalid Star Expression
j30ng
committed
ea69be5
View commit details
Copy full SHA for ea69be5
View code at this point
Browse repository at this point
nonlocal generate syntax error
Show description for 7695851
HyeockJinKim
committed
7695851
View commit details
Copy full SHA for 7695851
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Merge branch 'master' into stack-size-calculation
coolreader18
authored
8d782b1
View commit details
Copy full SHA for 8d782b1
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Don't clone SymbolTables when analyzing
coolreader18
committed
cad53c2
View commit details
Copy full SHA for cad53c2
View code at this point
Browse repository at this point
Fix class scopes by modifying symboltable
coolreader18
committed
b797b51
View commit details
Copy full SHA for b797b51
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Fix class vs method scopes
coolreader18
committed
ae45a4a
View commit details
Copy full SHA for ae45a4a
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Merge pull request #1336 from RustPython/comprehension-scope
Show description for a3081c5
windelbouwman
authored
a3081c5
View commit details
Copy full SHA for a3081c5
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
Merge pull request #1332 from RustPython/load_global_loading_local
Show description for 814260e
cthulahoops
authored
814260e
View commit details
Copy full SHA for 814260e
View code at this point
Browse repository at this point
Be somewhat less conservative about declaring things global.
cthulahoops
committed
527f3ff
View commit details
Copy full SHA for 527f3ff
View code at this point
Browse repository at this point
Commits on Sep 1, 2019
Add symboltable scope for comprehensions. Add _ast module nodes for comprehensions.
windelbouwman
committed
b36bbfa
View commit details
Copy full SHA for b36bbfa
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
Be extremely conservative about guessing scopes when we don't know.
cthulahoops
committed
b087325
View commit details
Copy full SHA for b087325
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Remove duplicated contains_key test
youknowone
committed
b73f3d6
View commit details
Copy full SHA for b73f3d6
View code at this point
Browse repository at this point
Fix scan_expression not to mark sequence as Load
youknowone
committed
e9c2803
View commit details
Copy full SHA for e9c2803
View code at this point
Browse repository at this point
Merge pull request #1325 from RustPython/scoping
Show description for 036f464
windelbouwman
authored
036f464
View commit details
Copy full SHA for 036f464
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Add scope type and other symboltable properties.
windelbouwman
committed
e181826
View commit details
Copy full SHA for e181826
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
Add stack size calculation to code object to pre-allocate value stack for frame.
windelbouwman
committed
c810fb5
View commit details
Copy full SHA for c810fb5
View code at this point
Browse repository at this point
Make subscript its own bytecode. Remove pass bytecode. Move complex bytecodes into seperate functions to reduce complexity of dispatch function.
windelbouwman
committed
2517207
View commit details
Copy full SHA for 2517207
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Make bytecode::Label its own struct
coolreader18
committed
c523286
View commit details
Copy full SHA for c523286
View code at this point
Browse repository at this point
Implement execution of finally block. Fixes #1306.
windelbouwman
committed
2ca6e5d
View commit details
Copy full SHA for 2ca6e5d
View code at this point
Browse repository at this point
Refactor block stack unwinding to enable finally execution.
windelbouwman
committed
86fc18e
View commit details
Copy full SHA for 86fc18e
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Add Free enum variant to the symbol scope to be able to distuingish between true local and free variables.
windelbouwman
committed
eb3771e
View commit details
Copy full SHA for eb3771e
View code at this point
Browse repository at this point
Fix clippy warnings. Add proper names to symboltables.
windelbouwman
committed
edf6471
View commit details
Copy full SHA for edf6471
View code at this point
Browse repository at this point
Merge pull request #1251 from RustPython/scope-detection
Show description for f229831
windelbouwman
authored
f229831
View commit details
Copy full SHA for f229831
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Compile docstrings for modules
coolreader18
committed
0f4a80e
View commit details
Copy full SHA for 0f4a80e
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Address feedback, simplify compilation code
coolreader18
committed
5499d81
View commit details
Copy full SHA for 5499d81
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.