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 }}
thomasetter
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
panic-error-msg
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 19, 2019
Simplify if else as suggested in PR feedback
Thomas Etter
committed
16bf4f5
Copy full SHA for 16bf4f5
Commits on Nov 17, 2019
replace some asserts with assert_eq for better error readability
Thomas Etter
committed
48a86e0
Copy full SHA for 48a86e0
print a more useful error message on should_panic mismatch
Thomas Etter
committed
be993be
Copy full SHA for be993be
Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb
Show description for 0f0c640
bors
committed
0f0c640
Copy full SHA for 0f0c640
Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc
Show description for d801458
bors
committed
d801458
Copy full SHA for d801458
Auto merge of #66488 - RalfJung:miri, r=RalfJung
Show description for 4b6cef1
bors
committed
4b6cef1
Copy full SHA for 4b6cef1
update Miri
RalfJung
committed
2bfa622
Copy full SHA for 2bfa622
Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrum
Show description for 5966d9b
bors
committed
5966d9b
Copy full SHA for 5966d9b
Auto merge of #66485 - JohnTitor:rollup-vbwhg6r, r=JohnTitor
Show description for 8831d76
bors
committed
8831d76
Copy full SHA for 8831d76
Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=Centril
Show description for f65cb87
JohnTitor
authored
f65cb87
Copy full SHA for f65cb87
Rollup merge of #66471 - Alexendoo:test-issue-63116, r=Centril
Show description for 750dd03
JohnTitor
authored
750dd03
Copy full SHA for 750dd03
Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkov
Show description for c0fccf5
JohnTitor
authored
c0fccf5
Copy full SHA for c0fccf5
Rollup merge of #66466 - RalfJung:seh, r=oli-obk
Show description for 937195b
JohnTitor
authored
937195b
Copy full SHA for 937195b
Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppe
Show description for 404081f
JohnTitor
authored
404081f
Copy full SHA for 404081f
Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum
Show description for 6e6c46c
JohnTitor
authored
6e6c46c
Copy full SHA for 6e6c46c
Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPC
Show description for 05482d0
JohnTitor
authored
05482d0
Copy full SHA for 05482d0
Rollup merge of #66381 - Centril:66340, r=petrochenkov
Show description for 842612f
JohnTitor
authored
842612f
Copy full SHA for 842612f
Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper
Show description for 54998d1
JohnTitor
authored
54998d1
Copy full SHA for 54998d1
Rollup merge of #66271 - petrochenkov:abism, r=Centril
Show description for b83d50d
JohnTitor
authored
b83d50d
Copy full SHA for b83d50d
Rollup merge of #65739 - mqudsi:vec_split_off_docs, r=dtolnay
Show description for d8f2526
JohnTitor
authored
d8f2526
Copy full SHA for d8f2526
Commits on Nov 16, 2019
Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obk
Show description for 2cdc289
bors
committed
2cdc289
Copy full SHA for 2cdc289
Add test for issue 63116
Alexendoo
committed
cfe94b4
Copy full SHA for cfe94b4
Add some more tests
petrochenkov
committed
28aec1b
Copy full SHA for 28aec1b
Address review comments
petrochenkov
committed
11580ce
Copy full SHA for 11580ce
Clarify transmute_copy documentation example
ALSchwalm
committed
3407c49
Copy full SHA for 3407c49
Revise the text of `vec::split_off()` per review in #65739
Show description for a36c3f6
mqudsi
committed
a36c3f6
Copy full SHA for a36c3f6
Improve documentation of `Vec::split_off(...)`
Show description for 8c7530a
mqudsi
committed
8c7530a
Copy full SHA for 8c7530a
Auto merge of #64694 - petrochenkov:reshelp, r=matthewjasper
Show description for 5c5b8af
bors
committed
5c5b8af
Copy full SHA for 5c5b8af
parse: Use string literal parsing in the `asm` macro
petrochenkov
committed
a699f17
Copy full SHA for a699f17
parse: Support parsing optional literals
Show description for b85a3da
petrochenkov
committed
b85a3da
Copy full SHA for b85a3da
ast: Keep string literals in ABIs precisely
petrochenkov
committed
00bc449
Copy full SHA for 00bc449
ast: Keep `extern` qualifiers in functions more precisely
petrochenkov
committed
266f547
Copy full SHA for 266f547
Only run tests on x86_64
wesleywiser
committed
2dea8af
Copy full SHA for 2dea8af
rustc_plugin: Remove `Registry::register_attribute`
petrochenkov
committed
8575743
Copy full SHA for 8575743
Add some more tests
petrochenkov
committed
8668c1a
Copy full SHA for 8668c1a
Pagination
Previous
Next
You can’t perform that action at this time.