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.4k
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 6 pull requests
- #61672
#61672
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-jxo89ir
Centril/rust:rollup-jxo89ir
Copy head branch name to clipboard
Jun 9, 2019
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Rollup of 6 pull requests
#61672
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-jxo89ir
Centril/rust:rollup-jxo89ir
Copy head branch name to clipboard
Commits
Commits on Jun 7, 2019
Remove useless allocations in macro_rules follow logic.
L117
committed
7a74f33
View commit details
Copy full SHA for 7a74f33
Browse repository at this point
Commits on Jun 8, 2019
remove useless ident() functions in const tests and replace the useful ones by black_box (with a comment)
RalfJung
committed
4567f22
View commit details
Copy full SHA for 4567f22
Browse repository at this point
black-box the fn ptr, not the result
RalfJung
committed
a733b87
View commit details
Copy full SHA for a733b87
Browse repository at this point
syntax: Keep full `Token`s for `macro_rules` separators
petrochenkov
committed
ffe2347
View commit details
Copy full SHA for ffe2347
Browse repository at this point
Add test for ICE
JohnTitor
committed
d69d0d7
View commit details
Copy full SHA for d69d0d7
Browse repository at this point
extra paranoid mode
RalfJung
committed
3f99ad1
View commit details
Copy full SHA for 3f99ad1
Browse repository at this point
syntax: Move most of the `TokenKind` methods to `Token`
petrochenkov
committed
0ca3c2f
View commit details
Copy full SHA for 0ca3c2f
Browse repository at this point
syntax: Remove `Deref` impl from `Token`
petrochenkov
committed
25b0514
View commit details
Copy full SHA for 25b0514
Browse repository at this point
syntax: Move some `Token` methods around
petrochenkov
committed
9aaa7c7
View commit details
Copy full SHA for 9aaa7c7
Browse repository at this point
Update RLS
Xanewok
committed
31dc27d
View commit details
Copy full SHA for 31dc27d
Browse repository at this point
Remove unused `#![feature(custom_attribute)]`s
petrochenkov
committed
8049e61
View commit details
Copy full SHA for 8049e61
Browse repository at this point
Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_allocator]`
petrochenkov
committed
74a6d1c
View commit details
Copy full SHA for 74a6d1c
Browse repository at this point
Introduce `#[rustc_dummy]` attribute and use it in tests
Show description for ea4ad55
petrochenkov
committed
ea4ad55
View commit details
Copy full SHA for ea4ad55
Browse repository at this point
Remove some more `#![feature(custom_attribute)]`s
petrochenkov
committed
6a66491
View commit details
Copy full SHA for 6a66491
Browse repository at this point
Move some run-pass attribute tests to ui
petrochenkov
committed
8e8ab49
View commit details
Copy full SHA for 8e8ab49
Browse repository at this point
Address review comments
petrochenkov
committed
ee189ae
View commit details
Copy full SHA for ee189ae
Browse repository at this point
Rollup merge of #61646 - L117:master, r=Centril
Show description for 8dea846
Centril
authored
8dea846
View commit details
Copy full SHA for 8dea846
Browse repository at this point
Rollup merge of #61658 - RalfJung:const-tests, r=oli-obk
Show description for 2410b4d
Centril
authored
2410b4d
View commit details
Copy full SHA for 2410b4d
Browse repository at this point
Rollup merge of #61660 - petrochenkov:nocusta, r=Centril
Show description for 21b5c1d
Centril
authored
21b5c1d
View commit details
Copy full SHA for 21b5c1d
Browse repository at this point
Rollup merge of #61666 - JohnTitor:add-test-for-ice, r=Centril
Show description for 18ca48d
Centril
authored
18ca48d
View commit details
Copy full SHA for 18ca48d
Browse repository at this point
Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk
Show description for 6b71fba
Centril
authored
6b71fba
View commit details
Copy full SHA for 6b71fba
Browse repository at this point
Rollup merge of #61670 - Xanewok:update-rls, r=oli-obk
Show description for e0c825c
Centril
authored
e0c825c
View commit details
Copy full SHA for e0c825c
Browse repository at this point
You can’t perform that action at this time.