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
8efdef6
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 12, 2024
Rollup merge of #122380 - Isotope-235:fork, r=petrochenkov
Show description for 8efdef6
workingjubilee
authored
8efdef6
Copy full SHA for 8efdef6
Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkan
Show description for cf3d178
workingjubilee
authored
cf3d178
Copy full SHA for cf3d178
Rollup merge of #122377 - zetanumbers:discriminant_kind_copypaste_fix, r=oli-obk
Show description for bca8c62
workingjubilee
authored
bca8c62
Copy full SHA for bca8c62
Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnr
Show description for 0b31375
workingjubilee
authored
0b31375
Copy full SHA for 0b31375
Rollup merge of #122363 - Enselic:unix_sigpipe-str-list, r=oli-obk
Show description for 778c76c
workingjubilee
authored
778c76c
Copy full SHA for 778c76c
Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle
Show description for 1aef2fb
workingjubilee
authored
1aef2fb
Copy full SHA for 1aef2fb
Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68
Show description for 7b5c63b
workingjubilee
authored
7b5c63b
Copy full SHA for 7b5c63b
Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov
Show description for f54350a
workingjubilee
authored
f54350a
Copy full SHA for f54350a
Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789
Show description for 45cc461
workingjubilee
authored
45cc461
Copy full SHA for 45cc461
Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructions, r=workingjubilee
Show description for 947d960
workingjubilee
authored
947d960
Copy full SHA for 947d960
Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkan
Show description for 7a45c72
workingjubilee
authored
7a45c72
Copy full SHA for 7a45c72
Fix typo in lib.rs of proc_macro
Isotope-235
committed
34e59f4
Copy full SHA for 34e59f4
Properly rebuild rustbooks
clubby789
committed
e8cef43
Copy full SHA for e8cef43
Fix discriminant_kind copy paste from the pointee trait case
zetanumbers
committed
5336a02
Copy full SHA for 5336a02
Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote
Show description for 3b85d2c
bors
committed
3b85d2c
Copy full SHA for 3b85d2c
Some comment nits
oli-obk
committed
e277373
Copy full SHA for e277373
Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov
Show description for 5b7343b
bors
committed
5b7343b
Copy full SHA for 5b7343b
Add tests for the generated assembly of mask related simd instructions.
Show description for e91f937
jhorstmann
committed
e91f937
Copy full SHA for e91f937
Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgr
Show description for b0170b6
bors
committed
b0170b6
Copy full SHA for b0170b6
Fix stack overflow with recursive associated types
oli-obk
committed
783490d
Copy full SHA for 783490d
Exhaustively match on the mutability and nestedness
oli-obk
committed
bbedde8
Copy full SHA for bbedde8
Manual rustfmt
oli-obk
committed
bbbf06d
Copy full SHA for bbbf06d
s/mt/mutability/
oli-obk
committed
926bfe5
Copy full SHA for 926bfe5
Ensure nested allocations in statics do not get deduplicated
oli-obk
committed
d3514a0
Copy full SHA for d3514a0
Make some functions private that are only ever used in the same module
oli-obk
committed
92414ab
Copy full SHA for 92414ab
Add `nested` bool to `DefKind::Static`.
Show description for 0b4cbee
oli-obk
committed
0b4cbee
Copy full SHA for 0b4cbee
Change `DefKind::Static` to a struct variant
oli-obk
committed
9816915
Copy full SHA for 9816915
Stop requiring a type when codegenning types. We can get all the type info we need from the `ConstAllocation`
oli-obk
committed
12e2846
Copy full SHA for 12e2846
Check whether a static is mutable instead of passing it down
oli-obk
committed
0ef5238
Copy full SHA for 0ef5238
Swap the order of a piece of code to make follow up diffs simpler
oli-obk
committed
f0fa06b
Copy full SHA for f0fa06b
Use information from allocation instead of from the static's type
oli-obk
committed
fcb890e
Copy full SHA for fcb890e
Move `codegen_static` function body to an inherent method in preparation of splitting it.
Show description for 6719a8e
oli-obk
committed
6719a8e
Copy full SHA for 6719a8e
Reduce some duplicate work that is being done around statics
oli-obk
committed
d4b30aa
Copy full SHA for d4b30aa
Share the llvm type computation between both arms of a condition
oli-obk
committed
dd1e271
Copy full SHA for dd1e271
Add tests showing how we duplicate allocations when we shouldn't
amanjeev
authored and
oli-obk
committed
0a2475c
Copy full SHA for 0a2475c
Pagination
Previous
Next
You can’t perform that action at this time.