Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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
911
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
b29a1e0
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 27, 2023
Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkan
Show description for b29a1e0
bors
committed
b29a1e0
Copy full SHA for b29a1e0
Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgr
Show description for cc11307
bors
committed
cc11307
Copy full SHA for cc11307
bootstrap: Memoize the LLVM rebuild hash to avoid very slow `x check`
Zalathar
committed
4f1cf0b
Copy full SHA for 4f1cf0b
Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors
Show description for 96cd028
matthiaskrgr
authored
96cd028
Copy full SHA for 96cd028
Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease
Show description for 828db28
matthiaskrgr
authored
828db28
Copy full SHA for 828db28
Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clubby789
Show description for 8946bf5
matthiaskrgr
authored
8946bf5
Copy full SHA for 8946bf5
Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notriddle
Show description for a191610
bors
committed
a191610
Copy full SHA for a191610
Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=thomcc
Show description for 601a427
bors
committed
601a427
Copy full SHA for 601a427
Auto merge of #118327 - WaffleLapkin:mailmap-wl-tsk, r=Mark-Simulacrum
Show description for 48cfbe0
bors
committed
48cfbe0
Copy full SHA for 48cfbe0
Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber
Show description for ac9b308
bors
committed
ac9b308
Copy full SHA for ac9b308
Commits on Nov 26, 2023
Fix some backticks in comments.
nnethercote
committed
566df27
Copy full SHA for 566df27
Put backticks around some attributes in doc comments.
Show description for f1eee28
nnethercote
committed
f1eee28
Copy full SHA for f1eee28
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
Show description for 6cf0888
bors
committed
6cf0888
Copy full SHA for 6cf0888
Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieu
Show description for 1bcbb7c
bors
committed
1bcbb7c
Copy full SHA for 1bcbb7c
Remove Upvar duplication
Show description for d920dd8
Mark-Simulacrum
committed
d920dd8
Copy full SHA for d920dd8
Turn write_dep_info into a regular function
Show description for d7e9a30
bjorn3
committed
d7e9a30
Copy full SHA for d7e9a30
Mostly revert "Accept crate name instead of attributes in build_output_filenames"
bjorn3
committed
365a580
Copy full SHA for 365a580
Ensure macro expansion runs before writing the dep info
bjorn3
committed
7ede8e2
Copy full SHA for 7ede8e2
Feed the output filenames into the TyCtxt
Show description for 4acaa02
bjorn3
committed
4acaa02
Copy full SHA for 4acaa02
Serialize OutputFilenames into rmeta file
Show description for 98a6eaa
bjorn3
committed
98a6eaa
Copy full SHA for 98a6eaa
Accept crate name instead of attributes in build_output_filenames
bjorn3
committed
eacbe65
Copy full SHA for eacbe65
Inline and remove pre_configure
bjorn3
committed
457dbbf
Copy full SHA for 457dbbf
Add my work email to the mailmap
WaffleLapkin
authored
41a9788
Copy full SHA for 41a9788
Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez
Show description for 3bb0171
bors
committed
3bb0171
Copy full SHA for 3bb0171
Fix Rustdoc search docs link
clubby789
committed
4d9344d
Copy full SHA for 4d9344d
Add `is_aligned{,_to}` convenience methods to `NonNull`
WaffleLapkin
committed
e1b4e8a
Copy full SHA for e1b4e8a
Add `align_offset` convenience method to `NonNull`
WaffleLapkin
committed
2bcaa97
Copy full SHA for 2bcaa97
Add `replace` and `swap` convenience methods to `NonNull`
WaffleLapkin
committed
4cc46df
Copy full SHA for 4cc46df
Add `offset_from`-ish convenience methods to `NonNull`
WaffleLapkin
committed
4bcdd3b
Copy full SHA for 4bcdd3b
Add offset-ish convenience methods to `NonNull`
WaffleLapkin
committed
ebdc794
Copy full SHA for ebdc794
Add read/write/copy convenience methods to `NonNull`
WaffleLapkin
committed
36a587f
Copy full SHA for 36a587f
skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only`
Show description for 1a86482
onur-ozkan
committed
1a86482
Copy full SHA for 1a86482
rustdoc: Remove space from fake-variadic fn ptr impls
Show description for 1a3c5c4
WaffleLapkin
committed
1a3c5c4
Copy full SHA for 1a3c5c4
Rollup merge of #118318 - WaffleLapkin:unvacation-waffle, r=WaffleLapkin
Show description for cb04603
GuillaumeGomez
authored
cb04603
Copy full SHA for cb04603
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Show description for c6d20d7
GuillaumeGomez
authored
c6d20d7
Copy full SHA for c6d20d7
Pagination
Previous
Next
You can’t perform that action at this time.