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
894
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
2e30f43
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 26, 2022
Bless ui tests.
cjgillot
committed
2e30f43
Copy full SHA for 2e30f43
Make fn late-bound lifetimes part of the generics.
cjgillot
committed
1db0925
Copy full SHA for 1db0925
Remember late_bound in GenericParamDefKind.
cjgillot
committed
d7cc37c
Copy full SHA for d7cc37c
Validate fn-sig and erased lifetimes in MIR validator.
cjgillot
committed
8529bda
Copy full SHA for 8529bda
Make late_bound_lifetime_arguments a hard error.
cjgillot
committed
29adf97
Copy full SHA for 29adf97
Do not print single ::<'_> for fn items.
cjgillot
committed
6a874c5
Copy full SHA for 6a874c5
Make verbose print of regions a bit more compact.
cjgillot
committed
20ecbf5
Copy full SHA for 20ecbf5
Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk
Show description for 43dd3d5
bors
committed
43dd3d5
Copy full SHA for 43dd3d5
Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC
Show description for 629a414
bors
committed
629a414
Copy full SHA for 629a414
Rollup merge of #103542 - scottmcm:invalid-macro-patterns, r=compiler-errors
Show description for 703fb66
Dylan-DPC
authored
703fb66
Copy full SHA for 703fb66
Rollup merge of #103536 - Enselic:remove-set_sigpipe_handler, r=tmiasko
Show description for d159124
Dylan-DPC
authored
d159124
Copy full SHA for d159124
Rollup merge of #103533 - jachris:cast-without-mut, r=oli-obk
Show description for 39e0e2c
Dylan-DPC
authored
39e0e2c
Copy full SHA for 39e0e2c
Rollup merge of #103520 - petrochenkov:resout, r=cjgillot
Show description for c956351
Dylan-DPC
authored
c956351
Copy full SHA for c956351
Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwco
Show description for 742741f
Dylan-DPC
authored
742741f
Copy full SHA for 742741f
Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov
Show description for c9a04cd
Dylan-DPC
authored
c9a04cd
Copy full SHA for c9a04cd
Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillot
Show description for 7858287
Dylan-DPC
authored
7858287
Copy full SHA for 7858287
Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc
Show description for 8ed3a80
Dylan-DPC
authored
8ed3a80
Copy full SHA for 8ed3a80
Rollup merge of #103209 - Xiretza:multiple-suggestions, r=davidtwco
Show description for f2c2e58
Dylan-DPC
authored
f2c2e58
Copy full SHA for f2c2e58
Rollup merge of #102951 - SparrowLii:type_annotation, r=estebank
Show description for bf6bfcd
Dylan-DPC
authored
bf6bfcd
Copy full SHA for bf6bfcd
Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr
Show description for d49e7e7
bors
committed
d49e7e7
Copy full SHA for d49e7e7
Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov
Show description for a5406fe
bors
committed
a5406fe
Copy full SHA for a5406fe
Commits on Oct 25, 2022
Auto merge of #102903 - compiler-errors:region-var-leak, r=jackh726
Show description for 6365e5a
bors
committed
6365e5a
Copy full SHA for 6365e5a
Pinning tests for some macro_rules things discussed in the lang meeting
scottmcm
committed
5064648
Copy full SHA for 5064648
Remove `rustc_driver::set_sigpipe_handler()`
Show description for 43e1745
Enselic
committed
43e1745
Copy full SHA for 43e1745
Name impl trait in region bound suggestion
compiler-errors
committed
726bf18
Copy full SHA for 726bf18
Use &self instead of &mut self for cast methods
jachris
committed
5378c82
Copy full SHA for 5378c82
Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk
Show description for bed4ad6
bors
committed
bed4ad6
Copy full SHA for bed4ad6
Auto merge of #103392 - RalfJung:miri, r=oli-obk
Show description for 85d089b
bors
committed
85d089b
Copy full SHA for 85d089b
Perf improvements for effective visibility calculating
Bryanskiy
committed
a9447bb
Copy full SHA for a9447bb
rustc_middle: Rearrange resolver outputs structures slightly
petrochenkov
committed
919673e
Copy full SHA for 919673e
Miri: disable macOS testing for now
RalfJung
committed
a157e0e
Copy full SHA for a157e0e
Auto merge of #103513 - Dylan-DPC:rollup-nn3ite2, r=Dylan-DPC
Show description for c6bd7e2
bors
committed
c6bd7e2
Copy full SHA for c6bd7e2
Rollup merge of #103511 - nnethercote:bb-tweaks, r=bjorn3
Show description for 6aea54c
Dylan-DPC
authored
6aea54c
Copy full SHA for 6aea54c
Rollup merge of #103482 - aDotInTheVoid:vec-cap-docs, r=thomcc
Show description for 35b46de
Dylan-DPC
authored
35b46de
Copy full SHA for 35b46de
Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc
Show description for 75023d6
Dylan-DPC
authored
75023d6
Copy full SHA for 75023d6
Pagination
Previous
Next
You can’t perform that action at this time.