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.1k
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 18 pull requests
- #58637
#58637
Closed
Centril
wants to merge 49 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
49
(49)
Checks
Files changed
Closed
Rollup of 18 pull requests
#58637
Centril
wants to merge 49 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Jan 16, 2019
Deprecate the unstable Vec::resize_default
scottmcm
committed
81cd1e6
View commit details
Copy full SHA for 81cd1e6
Browse repository at this point
Commits on Jan 17, 2019
Deny the `overflowing_literals` lint for all editions
ollie27
committed
c654968
View commit details
Copy full SHA for c654968
Browse repository at this point
Commits on Feb 1, 2019
deprecate before_exec in favor of unsafe pre_exec
RalfJung
committed
6bfb280
View commit details
Copy full SHA for 6bfb280
Browse repository at this point
also replace before_exec by pre_exec on redox
RalfJung
committed
d48433d
View commit details
Copy full SHA for d48433d
Browse repository at this point
update test
RalfJung
committed
b1709d2
View commit details
Copy full SHA for b1709d2
Browse repository at this point
Commits on Feb 2, 2019
deprecate things a bit slower
RalfJung
committed
cbbf8a7
View commit details
Copy full SHA for cbbf8a7
Browse repository at this point
pre_exec: expand docs
RalfJung
committed
6c67a76
View commit details
Copy full SHA for 6c67a76
Browse repository at this point
rustfmt the test
RalfJung
committed
59da97d
View commit details
Copy full SHA for 59da97d
Browse repository at this point
Commits on Feb 3, 2019
more formatting
RalfJung
committed
33ee99b
View commit details
Copy full SHA for 33ee99b
Browse repository at this point
POSIX requires async signal safety for fork in signal handlers, not in general
RalfJung
committed
e023403
View commit details
Copy full SHA for e023403
Browse repository at this point
Commits on Feb 7, 2019
Suggest removing parentheses surrounding lifetimes
igorsdv
committed
f753d30
View commit details
Copy full SHA for f753d30
Browse repository at this point
Commits on Feb 18, 2019
Add a note about 2018e if someone uses `try {` in 2015e
scottmcm
committed
9312ca1
View commit details
Copy full SHA for 9312ca1
Browse repository at this point
override `VecDeque::try_rfold`, also update iterator
Show description for 64c915e
llogiq
committed
64c915e
View commit details
Copy full SHA for 64c915e
Browse repository at this point
Commits on Feb 19, 2019
improve worst-case performance of BTreeSet intersection
ssomers
committed
dae149c
View commit details
Copy full SHA for dae149c
Browse repository at this point
remove the #[stable] thingy
ssomers
committed
fab1fa9
View commit details
Copy full SHA for fab1fa9
Browse repository at this point
remove another #[stable] thingy and superfluous comma's
ssomers
committed
f536f7a
View commit details
Copy full SHA for f536f7a
Browse repository at this point
renamed enum variants, moved struct declaration down, condensed Intersection.next
ssomers
committed
0186d90
View commit details
Copy full SHA for 0186d90
Browse repository at this point
Commits on Feb 20, 2019
remove a bit of dead code
matklad
committed
abb07c4
View commit details
Copy full SHA for abb07c4
Browse repository at this point
cleanup macro after 2018 transition
Show description for 65622e3
matklad
committed
65622e3
View commit details
Copy full SHA for 65622e3
Browse repository at this point
Dedup a rustdoc diagnostic construction
dwijnand
committed
ad096d1
View commit details
Copy full SHA for ad096d1
Browse repository at this point
fix typo
llogiq
committed
8cf3605
View commit details
Copy full SHA for 8cf3605
Browse repository at this point
Search for target_triple.json only if builtin target not found
Show description for 103ed0c
gnzlbg
committed
103ed0c
View commit details
Copy full SHA for 103ed0c
Browse repository at this point
Fixes #58586: Make E0505 explain example fail for 2018 edition
gurgalex
committed
b2a02c8
View commit details
Copy full SHA for b2a02c8
Browse repository at this point
Put Future trait into spotlight
Stjepan Glavina
committed
102436d
View commit details
Copy full SHA for 102436d
Browse repository at this point
Remove braces from most E0505 examples
Show description for 6a5abea
gurgalex
committed
6a5abea
View commit details
Copy full SHA for 6a5abea
Browse repository at this point
Commits on Feb 21, 2019
explain why we use static alignment in ref-to-place conversion
RalfJung
committed
0f6d363
View commit details
Copy full SHA for 0f6d363
Browse repository at this point
remark about the one place where place computation calls size_and_align_of
RalfJung
committed
b01f81b
View commit details
Copy full SHA for b01f81b
Browse repository at this point
introduce benchmarks of BTreeSet.intersection
ssomers
committed
09a2454
View commit details
Copy full SHA for 09a2454
Browse repository at this point
Merge branch 'btreeset_intersection_benchmarks' into btreeset_intersection
ssomers
committed
4fd0cc1
View commit details
Copy full SHA for 4fd0cc1
Browse repository at this point
Update miri links
Show description for 4867a8c
phansch
committed
4867a8c
View commit details
Copy full SHA for 4867a8c
Browse repository at this point
Fix more nursery links in CONTRIBUTING.md
phansch
committed
36f6652
View commit details
Copy full SHA for 36f6652
Browse repository at this point
Commits on Feb 22, 2019
Make std feature list sorted
Show description for 88d55f5
matklad
committed
88d55f5
View commit details
Copy full SHA for 88d55f5
Browse repository at this point
Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril
Show description for 599ddc5
Centril
authored
599ddc5
View commit details
Copy full SHA for 599ddc5
Browse repository at this point
Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapin
Show description for 90a122e
Centril
authored
90a122e
View commit details
Copy full SHA for 90a122e
Browse repository at this point
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Show description for 16dfbbf
Centril
authored
16dfbbf
View commit details
Copy full SHA for 16dfbbf
Browse repository at this point
Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm
Show description for 82a1763
Centril
authored
82a1763
View commit details
Copy full SHA for 82a1763
Browse repository at this point
Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lifetimes, r=estebank
Show description for 2b26261
Centril
authored
2b26261
View commit details
Copy full SHA for 2b26261
Browse repository at this point
Rollup merge of #58555 - scottmcm:try-2015, r=Centril
Show description for 52fd337
Centril
authored
52fd337
View commit details
Copy full SHA for 52fd337
Browse repository at this point
Rollup merge of #58577 - ssomers:btreeset_intersection, r=KodrAus
Show description for ef1faf4
Centril
authored
ef1faf4
View commit details
Copy full SHA for ef1faf4
Browse repository at this point
Rollup merge of #58588 - matklad:dead-code, r=petrochenkov
Show description for bb36117
Centril
authored
bb36117
View commit details
Copy full SHA for bb36117
Browse repository at this point
Rollup merge of #58589 - matklad:remove-hack, r=petrochenkov
Show description for e8cf01b
Centril
authored
e8cf01b
View commit details
Copy full SHA for e8cf01b
Browse repository at this point
Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=GuillaumeGomez
Show description for 43e0268
Centril
authored
43e0268
View commit details
Copy full SHA for 43e0268
Browse repository at this point
Rollup merge of #58600 - llogiq:documentation-tests-typo, r=frewsxcv
Show description for 7fafdc1
Centril
authored
7fafdc1
View commit details
Copy full SHA for 7fafdc1
Browse repository at this point
Rollup merge of #58601 - gnzlbg:json_error, r=oli-obk
Show description for 067cb21
Centril
authored
067cb21
View commit details
Copy full SHA for 067cb21
Browse repository at this point
Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcrichton
Show description for 49ef8cf
Centril
authored
49ef8cf
View commit details
Copy full SHA for 49ef8cf
Browse repository at this point
Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matthewjasper
Show description for 30b69c5
Centril
authored
30b69c5
View commit details
Copy full SHA for 30b69c5
Browse repository at this point
Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obk
Show description for 0f3bbbc
Centril
authored
0f3bbbc
View commit details
Copy full SHA for 0f3bbbc
Browse repository at this point
Rollup merge of #58621 - phansch:update_miri_links, r=oli-obk
Show description for be29df7
Centril
authored
be29df7
View commit details
Copy full SHA for be29df7
Browse repository at this point
Rollup merge of #58632 - matklad:reduce-contention, r=Centril
Show description for 6ce5b28
Centril
authored
6ce5b28
View commit details
Copy full SHA for 6ce5b28
Browse repository at this point
You can’t perform that action at this time.