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
892
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
1328bde
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 29, 2018
resolve: Cleanup `resolve_crate_root`
petrochenkov
committed
1328bde
Copy full SHA for 1328bde
Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis
Show description for 1029775
bors
committed
1029775
Copy full SHA for 1029775
Fix incorrect type mismatch label pointing at return type
estebank
committed
2636b31
Copy full SHA for 2636b31
Auto merge of #51569 - SimonSapin:liballoc, r=sfackler
Show description for 2c1a715
bors
committed
2c1a715
Copy full SHA for 2c1a715
Auto merge of #51891 - glandium:llvm, r=alexcrichton
Show description for 5fdcd3a
bors
committed
5fdcd3a
Copy full SHA for 5fdcd3a
Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis
Show description for ab8a67c
bors
committed
ab8a67c
Copy full SHA for ab8a67c
liballoc docs: Remove “not intended for general usage”
SimonSapin
committed
15bb6c4
Copy full SHA for 15bb6c4
Rename alloc::arc to alloc::sync, to match std::sync
SimonSapin
committed
c7638ed
Copy full SHA for c7638ed
Remove the Vec and String reexports at the root of the alloc crate
Show description for 3394fb7
SimonSapin
committed
3394fb7
Copy full SHA for 3394fb7
Move core::alloc::CollectionAllocErr to alloc::collections
SimonSapin
committed
b0547ce
Copy full SHA for b0547ce
Move some alloc crate top-level items to a new alloc::collections module
Show description for 121b57b
SimonSapin
committed
121b57b
Copy full SHA for 121b57b
Remove the unstable alloc::allocator module reexport, deprecated since 1.27
SimonSapin
committed
26324d0
Copy full SHA for 26324d0
Make raw_vec perma-unstable and hidden
SimonSapin
committed
1acbb0a
Copy full SHA for 1acbb0a
Auto merge of #50526 - moxian:just-fix, r=alexcrichton
Show description for 6e5e63a
bors
committed
6e5e63a
Copy full SHA for 6e5e63a
Auto merge of #51290 - Pslydhh:master, r=alexcrichton
Show description for 2eb6969
bors
committed
2eb6969
Copy full SHA for 2eb6969
Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1
Show description for 998ce10
glandium
committed
998ce10
Copy full SHA for 998ce10
Auto merge of #50357 - seanmonstar:arc-weak-null, r=KodrAus
Show description for 3b50455
bors
committed
3b50455
Copy full SHA for 3b50455
Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez
Show description for 775ce97
bors
committed
775ce97
Copy full SHA for 775ce97
Commits on Jun 28, 2018
Auto merge of #51884 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
Show description for 57dd722
bors
committed
57dd722
Copy full SHA for 57dd722
Rollup merge of #51875 - badboy:emscripten-no-wasm, r=nikomatsakis
Show description for 3332c0c
Mark-Simulacrum
authored
3332c0c
Copy full SHA for 3332c0c
Rollup merge of #51868 - Lireer:master, r=pietroalbini
Show description for 7c0dd79
Mark-Simulacrum
authored
7c0dd79
Copy full SHA for 7c0dd79
Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis
Show description for 7b8fc87
Mark-Simulacrum
authored
7b8fc87
Copy full SHA for 7b8fc87
Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakis
Show description for e0179df
Mark-Simulacrum
authored
e0179df
Copy full SHA for e0179df
Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus
Show description for 85804f6
Mark-Simulacrum
authored
85804f6
Copy full SHA for 85804f6
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Show description for 57aceee
Mark-Simulacrum
authored
57aceee
Copy full SHA for 57aceee
Change traits to bare FnMut where possible.
moxian
committed
be7f619
Copy full SHA for be7f619
Make msvc symbol extraction/printing functions generic.
moxian
committed
9d426ac
Copy full SHA for 9d426ac
Make stackwalking generic instead of matching on enum variants.
moxian
committed
a0b1501
Copy full SHA for a0b1501
Load backtrace-related functions only once
Show description for c0b280f
moxian
committed
c0b280f
Copy full SHA for c0b280f
Split separate stackwalk variants into their own functions
Show description for 3245a47
moxian
committed
3245a47
Copy full SHA for 3245a47
Add a fallback for stacktrace printing for older Windows versions.
Show description for d39c66b
moxian
committed
d39c66b
Copy full SHA for d39c66b
Arc: remove unused allocation from Weak::new()
seanmonstar
committed
24ce259
Copy full SHA for 24ce259
Provide existing ref suggestions for more E0308 errors
estebank
committed
54a04b3
Copy full SHA for 54a04b3
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
Show description for e3bf634
bors
committed
e3bf634
Copy full SHA for e3bf634
Auto merge of #51630 - joshlf:map-split-perf, r=dtolnay
Show description for 5d95db3
bors
committed
5d95db3
Copy full SHA for 5d95db3
Pagination
Previous
Next
You can’t perform that action at this time.