Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.9k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 9 pull requests
- #47984
#47984
Closed
kennytm
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
kennytm:rollup
kennytm/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
Rollup of 9 pull requests
#47984
kennytm
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
kennytm:rollup
kennytm/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Jan 30, 2018
update trpl
Show description for 112feb9
steveklabnik
committed
112feb9
View commit details
Copy full SHA for 112feb9
Browse repository at this point
update reference
steveklabnik
committed
c83566e
View commit details
Copy full SHA for c83566e
Browse repository at this point
Do not ignore lifetime bounds in Copy impls
Show description for b9f7564
spastorino
committed
b9f7564
View commit details
Copy full SHA for b9f7564
Browse repository at this point
stabilize match_beginning_vert
goodmanjonathan
committed
a99b5db
View commit details
Copy full SHA for a99b5db
Browse repository at this point
Commits on Jan 31, 2018
wherein the parens lint keeps its own counsel re args in nested macros
Show description for 5985b0b
zackmdavis
committed
5985b0b
View commit details
Copy full SHA for 5985b0b
Browse repository at this point
update mdbook to 0.1.2
Show description for 6284b20
steveklabnik
committed
6284b20
View commit details
Copy full SHA for 6284b20
Browse repository at this point
Enable stack-probe tests with system LLVM >= 5.0
cuviper
committed
e2de8de
View commit details
Copy full SHA for e2de8de
Browse repository at this point
Use a range to identify SIGSEGV in stack guards
Show description for 55b54a9
cuviper
committed
55b54a9
View commit details
Copy full SHA for 55b54a9
Browse repository at this point
Commits on Feb 2, 2018
Implement TrustedLen for Take<Repeat> and Take<RangeFrom>
oberien
committed
1fe0a8b
View commit details
Copy full SHA for 1fe0a8b
Browse repository at this point
TrustedLen for Repeat / RangeFrom test cases
oberien
committed
ba78382
View commit details
Copy full SHA for ba78382
Browse repository at this point
Add optimization codegen test
oberien
committed
45e63ae
View commit details
Copy full SHA for 45e63ae
Browse repository at this point
Ignore long CHECK line length
oberien
committed
91e3678
View commit details
Copy full SHA for 91e3678
Browse repository at this point
Make codegen test more sophisticated
oberien
committed
f56ebc5
View commit details
Copy full SHA for f56ebc5
Browse repository at this point
Add diverging case to TrustedLen doc
oberien
committed
fa84cc4
View commit details
Copy full SHA for fa84cc4
Browse repository at this point
Use CHECK-NEXT for codegen test
oberien
committed
ee8b4ca
View commit details
Copy full SHA for ee8b4ca
Browse repository at this point
Commits on Feb 3, 2018
ui tests: diff from old (expected) to new (actual) instead of backwards.
eddyb
committed
cc68afb
View commit details
Copy full SHA for cc68afb
Browse repository at this point
Fix const evaluation ICE in rustdoc
GuillaumeGomez
committed
6b35d81
View commit details
Copy full SHA for 6b35d81
Browse repository at this point
add exceptions for new deps
steveklabnik
committed
abb162c
View commit details
Copy full SHA for abb162c
Browse repository at this point
Clarify shared file handler behavior of File::try_clone.
Show description for d597da3
frewsxcv
committed
d597da3
View commit details
Copy full SHA for d597da3
Browse repository at this point
Rollup merge of #47753 - steveklabnik:update-book, r=alexcrichton
Show description for feeeedc
kennytm
authored
feeeedc
View commit details
Copy full SHA for feeeedc
Browse repository at this point
Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb
Show description for 867f0b8
kennytm
authored
867f0b8
View commit details
Copy full SHA for 867f0b8
Browse repository at this point
Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis
Show description for c2d590f
kennytm
authored
c2d590f
View commit details
Copy full SHA for c2d590f
Browse repository at this point
Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary_parens, r=nikomatsakis
Show description for 1b92783
kennytm
authored
1b92783
View commit details
Copy full SHA for 1b92783
Browse repository at this point
Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton
Show description for eb3b870
kennytm
authored
eb3b870
View commit details
Copy full SHA for eb3b870
Browse repository at this point
Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss
Show description for 4655895
kennytm
authored
4655895
View commit details
Copy full SHA for 4655895
Browse repository at this point
Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=petrochenkov
Show description for ee3e9ac
kennytm
authored
ee3e9ac
View commit details
Copy full SHA for ee3e9ac
Browse repository at this point
Rollup merge of #47978 - eddyb:iu, r=kennytm
Show description for b1bab59
kennytm
authored
b1bab59
View commit details
Copy full SHA for b1bab59
Browse repository at this point
Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhs
Show description for ec010ae
kennytm
committed
ec010ae
View commit details
Copy full SHA for ec010ae
Browse repository at this point
You can’t perform that action at this time.