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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
godot-rust
/
gdext
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
305
Star
5.1k
Code
Issues
61
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Harden various parts of codebase
- #1660
#1660
Merged
Bromeon
merged 14 commits into
master
godot-rust/gdext:master
from
bugfix/many
godot-rust/gdext:bugfix/many
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Harden various parts of codebase
#1660
Bromeon
merged 14 commits into
master
godot-rust/gdext:master
from
bugfix/many
godot-rust/gdext:bugfix/many
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
Fix `InaccessibleGuard::can_drop` using `||` instead of `&&`
Show description for b27a83c
Bromeon
committed
b27a83c
View commit details
Copy full SHA for b27a83c
Browse repository at this point
Fix integer overflow in `PackedByteArray` encode/decode bounds checks
Show description for cebb377
Bromeon
committed
cebb377
View commit details
Copy full SHA for cebb377
Browse repository at this point
Fix `Callable::object()` accessing freed objects
Show description for e641644
Bromeon
committed
e641644
View commit details
Copy full SHA for e641644
Browse repository at this point
Guard lifecycle callbacks against panics across FFI
Show description for 1857465
Bromeon
committed
1857465
View commit details
Copy full SHA for 1857465
Browse repository at this point
Fix `Option::from_variant` ignoring special-none case
Show description for e8cb880
Bromeon
committed
e8cb880
View commit details
Copy full SHA for e8cb880
Browse repository at this point
Fix `Aabb::intersects()` missing Z-axis upper-bound check
Bromeon
committed
f66fbec
View commit details
Copy full SHA for f66fbec
Browse repository at this point
`register_class_raw`: registration failure caused follow-up errors
Show description for a95999c
Bromeon
committed
a95999c
View commit details
Copy full SHA for a95999c
Browse repository at this point
`GFile`: fix `Seek::seek()` bound checks
Show description for dc1ffdf
Bromeon
committed
dc1ffdf
View commit details
Copy full SHA for dc1ffdf
Browse repository at this point
Fix `export_tool_button` leaving quote chars in hint string
Show description for 722e9f5
Bromeon
committed
722e9f5
View commit details
Copy full SHA for 722e9f5
Browse repository at this point
Fix broken message strings and document `Quaternion::inverse()`
Bromeon
committed
090cc4f
View commit details
Copy full SHA for 090cc4f
Browse repository at this point
Fix out-of-bounds index in varcall error reporting
Show description for 0ce9737
Bromeon
committed
0ce9737
View commit details
Copy full SHA for 0ce9737
Browse repository at this point
Avoid double-boxing async task futures
Show description for d44366d
Bromeon
committed
d44366d
View commit details
Copy full SHA for d44366d
Browse repository at this point
Fix `Dictionary::find_key_by_value` returning spurious NIL key
Show description for bc6ed4e
Bromeon
committed
bc6ed4e
View commit details
Copy full SHA for bc6ed4e
Browse repository at this point
Fix version validation rejecting minimum supported Godot 4.2
Bromeon
committed
ad2146d
View commit details
Copy full SHA for ad2146d
Browse repository at this point
You can’t perform that action at this time.