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 }}
ErinCall
/
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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 4, 2015
Auto merge of #26776 - bluss:num-inline, r=eddyb
Show description for f9f5809
bors
committed
f9f5809
Copy full SHA for f9f5809
Add missing #[inline] to min_value/max_value on integers
Show description for e689342
bluss
committed
e689342
Copy full SHA for e689342
Auto merge of #26694 - eddyb:method-nan, r=arielb1
Show description for 42e545f
bors
committed
42e545f
Copy full SHA for 42e545f
Auto merge of #26771 - bluss:str-prefix, r=Gankro
Show description for b381449
bors
committed
b381449
Copy full SHA for b381449
rustc: remove MethodOrigin and use the container to distinguish inherent methods.
eddyb
committed
d256eb1
Copy full SHA for d256eb1
rustc: compute the vtable base of a supertrait during selection. Fixes #26339.
eddyb
committed
536e71b
Copy full SHA for 536e71b
Auto merge of #26770 - arielb1:str-mut-idx, r=eddyb
Show description for c83f8f9
bors
committed
c83f8f9
Copy full SHA for c83f8f9
str: Correct documentation on is_char_boundary
Show description for c5a0a73
bluss
committed
c5a0a73
Copy full SHA for c5a0a73
Remove outdated errors for mutating strings
Ariel Ben-Yehuda
committed
90fcf26
Copy full SHA for 90fcf26
core: Use memcmp in is_prefix_of / is_suffix_of
Show description for 0da6996
bluss
committed
0da6996
Copy full SHA for 0da6996
Auto merge of #26728 - arielb1:assoc-maybe, r=nrc
Show description for 638ffec
bors
committed
638ffec
Copy full SHA for 638ffec
require reimplementations of all items when a defaulted associated type is overriden
Show description for 6b27005
Ariel Ben-Yehuda
committed
6b27005
Copy full SHA for 6b27005
Clean-up check_impl_items_against_trait
Ariel Ben-Yehuda
committed
ace8670
Copy full SHA for ace8670
Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfackler
Show description for 0dc0824
bors
committed
0dc0824
Copy full SHA for 0dc0824
rustc: remove MethodOrigin::Object and use traits::VtableObject instead.
eddyb
committed
96d24a5
Copy full SHA for 96d24a5
rustc_trans: remove some outdated and unused logic from callee.
eddyb
committed
a5447e1
Copy full SHA for a5447e1
rustc_lint: use traits::select for methods in unconditional_recursion.
eddyb
committed
5620a58
Copy full SHA for 5620a58
rustc_trans: explicit impl population is unnecessary in fulfill_obligation.
eddyb
committed
a2fe59a
Copy full SHA for a2fe59a
rustc: simplify ty::MethodOrigin and avoid trait item indices.
eddyb
committed
70365ed
Copy full SHA for 70365ed
rustc: remove unused MethodStaticClosure variant of MethodOrigin.
eddyb
committed
fe354e5
Copy full SHA for fe354e5
Auto merge of #26754 - SaschaNaz:patch-1, r=steveklabnik
bors
committed
f9274d6
Copy full SHA for f9274d6
Auto merge of #26370 - nikomatsakis:better-object-defaults-warn, r=nikomatsakis
Show description for 50c952b
bors
committed
50c952b
Copy full SHA for 50c952b
Commits on Jul 3, 2015
Fix some merge conflicts
nikomatsakis
committed
db5f3bc
Copy full SHA for db5f3bc
Now that I made the warning smarter, these tests no longer require modification
nikomatsakis
committed
65a456d
Copy full SHA for 65a456d
Adjust tests to silence warnings (or record them, as appropriate).
nikomatsakis
committed
18e9007
Copy full SHA for 18e9007
After inferring regions, scan for any bounds that are due to a lifetime
Show description for 1e7a6b8
nikomatsakis
committed
1e7a6b8
Copy full SHA for 1e7a6b8
Add a boolean flag to ExistentialBounds tracking whether the
Show description for 9099577
nikomatsakis
committed
9099577
Copy full SHA for 9099577
Code up the new lifetime default rules, but leave them disabled
Show description for ef85338
nikomatsakis
committed
ef85338
Copy full SHA for ef85338
Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix
Show description for f027bdc
bors
committed
f027bdc
Copy full SHA for f027bdc
Auto merge of #26762 - rick68:patch-9, r=alexcrichton
Show description for 7b14838
bors
committed
7b14838
Copy full SHA for 7b14838
remove some feature gates from the docs
Show description for 66f757b
steveklabnik
committed
66f757b
Copy full SHA for 66f757b
Update atomic.rs
Show description for 409fc2f
rick68
committed
409fc2f
Copy full SHA for 409fc2f
Auto merge of #26759 - dotdash:drop_dst, r=pnkfelix
Show description for 320bd6f
bors
committed
320bd6f
Copy full SHA for 320bd6f
Fix ICE caused by Drop implementations for unsized types
Show description for eaeede2
dotdash
committed
eaeede2
Copy full SHA for eaeede2
MYSY2 -> MSYS2
saschanaz
committed
f24089c
Copy full SHA for f24089c
Pagination
Previous
Next
You can’t perform that action at this time.