Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
14k
Star
108k
Code
Issues
5k+
Pull requests
889
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
b779694
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 4, 2018
Clear up some code
oli-obk
committed
b779694
Copy full SHA for b779694
Explain unsafety trickery of const functions
oli-obk
committed
932dbe8
Copy full SHA for 932dbe8
Clean up the logic in `is_min_const_fn`
oli-obk
committed
b75d5f1
Copy full SHA for b75d5f1
Add and update tests
oli-obk
committed
ae0b00c
Copy full SHA for ae0b00c
Automatically generate imports for newtype_index `Deserialize` impls
oli-obk
committed
137a640
Copy full SHA for 137a640
Increase code-reuse and -readability
oli-obk
committed
3ce211d
Copy full SHA for 3ce211d
Add tests for stable unsafe features in const fn
oli-obk
committed
37ef5e4
Copy full SHA for 37ef5e4
Emit feature gate suggestion
oli-obk
committed
4497ff3
Copy full SHA for 4497ff3
Comment on the unsafety code for layout constrained fields
oli-obk
committed
e5d9065
Copy full SHA for e5d9065
Also prevent mutation fields directly
oli-obk
committed
55abc0b
Copy full SHA for 55abc0b
Also make immutable references to non-freeze restricted value range types unsafe
oli-obk
committed
1894a5f
Copy full SHA for 1894a5f
generalize the message about the creation of layout restricted types
oli-obk
committed
081c497
Copy full SHA for 081c497
Adjust a rustc test to the safety changes
oli-obk
committed
c4a8500
Copy full SHA for c4a8500
Trailing newlines again
oli-obk
committed
14218e3
Copy full SHA for 14218e3
Forbid the creation of mutable borrows to fields of layout constrained types
oli-obk
committed
8bdb11c
Copy full SHA for 8bdb11c
Move ref to packed struct field check into projection arm
oli-obk
committed
693c553
Copy full SHA for 693c553
Make `newtype_index` safe
oli-obk
committed
ec6573f
Copy full SHA for ec6573f
Make sure the initialization of constrained int range newtypes is unsafe
oli-obk
committed
02b2232
Copy full SHA for 02b2232
Add test for dereferencing raw pointers and immediately referencing again
oli-obk
committed
cc3470c
Copy full SHA for cc3470c
Document unsafe rules with comments and `bug!` calls
oli-obk
committed
906a49e
Copy full SHA for 906a49e
Allow calling `const unsafe fn` in `const fn` behind a feature gate
oli-obk
committed
f2ae7b7
Copy full SHA for f2ae7b7
Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisdreavus
Show description for 91d5d56
bors
committed
91d5d56
Copy full SHA for 91d5d56
Auto merge of #56467 - oli-obk:osx_stack_bump, r=nagisa
Show description for 5912a69
bors
committed
5912a69
Copy full SHA for 5912a69
Commits on Dec 3, 2018
Auto merge of #55041 - evq:thumbv8m, r=alexcrichton
Show description for c8ae2de
bors
committed
c8ae2de
Copy full SHA for c8ae2de
Bump stack size to 32MB
oli-obk
committed
db64f60
Copy full SHA for db64f60
Auto merge of #56451 - kennytm:rollup, r=kennytm
Show description for 0c999ed
bors
committed
0c999ed
Copy full SHA for 0c999ed
Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister
Show description for 9cd3bef
bors
committed
9cd3bef
Copy full SHA for 9cd3bef
Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov
Show description for ac363d8
kennytm
authored
ac363d8
Copy full SHA for ac363d8
Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton
Show description for 21433f2
kennytm
authored
21433f2
Copy full SHA for 21433f2
Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petrochenkov
Show description for a498a6d
kennytm
authored
a498a6d
Copy full SHA for a498a6d
Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril
Show description for 52a4fc8
kennytm
authored
52a4fc8
Copy full SHA for 52a4fc8
Rollup merge of #56419 - mark-i-m:remove-try, r=Centril
Show description for ca98bce
kennytm
authored
ca98bce
Copy full SHA for ca98bce
Rollup merge of #56418 - petrochenkov:wintidy, r=nagisa
Show description for 71d76be
kennytm
authored
71d76be
Copy full SHA for 71d76be
Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus
Show description for 17f6fc7
kennytm
authored
17f6fc7
Copy full SHA for 17f6fc7
Rollup merge of #56412 - petrochenkov:extself, r=Centril
Show description for 81752fd
kennytm
authored
81752fd
Copy full SHA for 81752fd
Pagination
Previous
Next
You can’t perform that action at this time.