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.8k
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 11 pull requests
- #65072
#65072
Closed
Centril
wants to merge 36 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-1zcb7jb
Centril/rust:rollup-1zcb7jb
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Closed
Rollup of 11 pull requests
#65072
Centril
wants to merge 36 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-1zcb7jb
Centril/rust:rollup-1zcb7jb
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2019
Stabilize todo macro
Stjepan Glavina
committed
8e3b9d2
View commit details
Copy full SHA for 8e3b9d2
Browse repository at this point
Commits on Sep 4, 2019
Update src/libcore/macros.rs
Show description for 560bf1b
Stjepan Glavina
and
Centril
authored
560bf1b
View commit details
Copy full SHA for 560bf1b
Browse repository at this point
Update macros.rs
Stjepan Glavina
authored
711f673
View commit details
Copy full SHA for 711f673
Browse repository at this point
Commits on Oct 1, 2019
Prevent rustdoc feature to be passed down to doctests
GuillaumeGomez
committed
445e735
View commit details
Copy full SHA for 445e735
Browse repository at this point
Add new rustdoc-ui test to ensuire that rustdoc feature isn't passed down to doctests
GuillaumeGomez
committed
366fdeb
View commit details
Copy full SHA for 366fdeb
Browse repository at this point
Commits on Oct 2, 2019
Replace mentions of IRC with Discord
BO41
committed
2ab7a67
View commit details
Copy full SHA for 2ab7a67
Browse repository at this point
Fix missing calls to drop on unwind with lto=fat; issue 64655.
pnkfelix
committed
9fbb2a9
View commit details
Copy full SHA for 9fbb2a9
Browse repository at this point
Regression tests for issue 64655.
pnkfelix
committed
a371972
View commit details
Copy full SHA for a371972
Browse repository at this point
fix typo
pnkfelix
authored
3adcc3e
View commit details
Copy full SHA for 3adcc3e
Browse repository at this point
Commits on Oct 3, 2019
Add visit_projection_elem method to visitors
spastorino
committed
a8d70d1
View commit details
Copy full SHA for a8d70d1
Browse repository at this point
Deprecate `#![plugin]` and `#[plugin_registrar]`.
Centril
committed
287ceed
View commit details
Copy full SHA for 287ceed
Browse repository at this point
plugin_registrary: use normal deprecation instead of hard coded warning.
Centril
committed
1b8ec97
View commit details
Copy full SHA for 1b8ec97
Browse repository at this point
--bless ui-fulldeps tests
Centril
committed
d1f95ef
View commit details
Copy full SHA for d1f95ef
Browse repository at this point
proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene
petrochenkov
committed
d1310dc
View commit details
Copy full SHA for d1310dc
Browse repository at this point
Apply suggestions from code review
Show description for e7e6dec
3 people
authored
e7e6dec
View commit details
Copy full SHA for e7e6dec
Browse repository at this point
Update attributes.rs
Show description for 5e7e8cd
pnkfelix
authored
5e7e8cd
View commit details
Copy full SHA for 5e7e8cd
Browse repository at this point
Update issue-64655-extern-rust-must-allow-unwind.rs
Show description for 71e5f78
pnkfelix
authored
71e5f78
View commit details
Copy full SHA for 71e5f78
Browse repository at this point
add regression test for #60218
nikomatsakis
committed
4396a1c
View commit details
Copy full SHA for 4396a1c
Browse repository at this point
The crux of the bug fix.
Show description for 3a4921c
pnkfelix
committed
3a4921c
View commit details
Copy full SHA for 3a4921c
Browse repository at this point
Allocate a new diagnostic for defaulted type parameters cannot use `Self`
Show description for a18d424
pnkfelix
committed
a18d424
View commit details
Copy full SHA for a18d424
Browse repository at this point
Add long error explanation for E0556
GuillaumeGomez
committed
e86af1b
View commit details
Copy full SHA for e86af1b
Browse repository at this point
update ui tests
GuillaumeGomez
committed
1d49f9a
View commit details
Copy full SHA for 1d49f9a
Browse repository at this point
typo: fix typo in E0392
Show description for 126bf3b
mathstuf
committed
126bf3b
View commit details
Copy full SHA for 126bf3b
Browse repository at this point
Make visit_projection iterative
spastorino
committed
b9ed642
View commit details
Copy full SHA for b9ed642
Browse repository at this point
Regression tests.
Show description for e443e1b
pnkfelix
committed
e443e1b
View commit details
Copy full SHA for e443e1b
Browse repository at this point
Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats
Show description for cc835db
Centril
authored
cc835db
View commit details
Copy full SHA for cc835db
Browse repository at this point
Rollup merge of #64675 - Centril:deprecate-plugin, r=oli-obk
Show description for 0f4661c
Centril
authored
0f4661c
View commit details
Copy full SHA for 0f4661c
Browse repository at this point
Rollup merge of #64690 - petrochenkov:mixed, r=dtolnay
Show description for 4a1b698
Centril
authored
4a1b698
View commit details
Copy full SHA for 4a1b698
Browse repository at this point
Rollup merge of #64706 - nikomatsakis:issue-60218-test-case, r=centril
Show description for ac937bc
Centril
authored
ac937bc
View commit details
Copy full SHA for ac937bc
Browse repository at this point
Rollup merge of #64741 - GuillaumeGomez:prevent-rustdoc-feature-doctests, r=QuietMisdreavus
Show description for d7a4f9d
Centril
authored
d7a4f9d
View commit details
Copy full SHA for d7a4f9d
Browse repository at this point
Rollup merge of #64842 - pnkfelix:fix-issue-61631-self-in-type-param-default, r=alexreg
Show description for eb82e63
Centril
authored
eb82e63
View commit details
Copy full SHA for eb82e63
Browse repository at this point
Rollup merge of #65004 - BO41:mentions, r=alexcrichton
Show description for 21448d1
Centril
authored
21448d1
View commit details
Copy full SHA for 21448d1
Browse repository at this point
Rollup merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unwind-issue-64655, r=alexcrichton
Show description for ac0c83f
Centril
authored
ac0c83f
View commit details
Copy full SHA for ac0c83f
Browse repository at this point
Rollup merge of #65055 - GuillaumeGomez:long-err-explanation-E0556, r=petrochenkov
Show description for 8b42a42
Centril
authored
8b42a42
View commit details
Copy full SHA for 8b42a42
Browse repository at this point
Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk
Show description for 144ab05
Centril
authored
144ab05
View commit details
Copy full SHA for 144ab05
Browse repository at this point
Rollup merge of #65057 - mathstuf:fix-warning-typo, r=Centril
Show description for a705d43
Centril
authored
a705d43
View commit details
Copy full SHA for a705d43
Browse repository at this point
You can’t perform that action at this time.