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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.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
Cache declarative macro expansion on disk (for incremental comp.). Based on #128605
- #128747
#128747
Draft
futile
wants to merge 8 commits into
rust-lang:main
rust-lang/rust:main
from
futile:cache-decl-macros
futile/rust:cache-decl-macros
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Draft
Cache declarative macro expansion on disk (for incremental comp.). Based on #128605
#128747
futile
wants to merge 8 commits into
rust-lang:main
rust-lang/rust:main
from
futile:cache-decl-macros
futile/rust:cache-decl-macros
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2024
make declare macro a part of query system
Show description for b6b27f0
SparrowLii
and
futile
committed
b6b27f0
View commit details
Copy full SHA for b6b27f0
Browse repository at this point
no hash for the query result
Show description for 0098721
SparrowLii
and
futile
committed
0098721
View commit details
Copy full SHA for 0098721
Browse repository at this point
cleanup hashes and span in the query key
Show description for 25e82a1
SparrowLii
and
futile
committed
25e82a1
View commit details
Copy full SHA for 25e82a1
Browse repository at this point
fix: Error reporting for expand_legacy_bang (passes tests/ui)
futile
committed
6134b01
View commit details
Copy full SHA for 6134b01
Browse repository at this point
WIP,DNC: Enable caching of legacy bang expansions
futile
committed
2c15b50
View commit details
Copy full SHA for 2c15b50
Browse repository at this point
WIP,UNTIDY: debugging x test -v tests/incremental/static_stable_hash/issue-49301.rs
futile
committed
64e6072
View commit details
Copy full SHA for 64e6072
Browse repository at this point
Commits on Aug 6, 2024
Fix tests/incremental. Required making the arg TokenStream part of the key.
futile
committed
53c4644
View commit details
Copy full SHA for 53c4644
Browse repository at this point
fix: Remove `eprintln!` cause it messes up tests/ui
futile
committed
f2cf758
View commit details
Copy full SHA for f2cf758
Browse repository at this point
You can’t perform that action at this time.