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
Accelerator
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
Type
/
to 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 }}
correasebastian
/
next.js
Public
forked from
vercel/next.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
next.js
crates
on
canary
User selector
All users
All time
Commit history
Commits on Jan 17, 2025
[Turbopack] implement chunking based on the module graph (#74979)
Show description for 645ef16
3 people
authored
645ef16
View commit details
Copy full SHA for 645ef16
View code at this point
Browse repository at this point
Turbopack: don't search for layout segments in routes (#73847)
Show description for 9e2ba72
mischnic
authored
9e2ba72
View commit details
Copy full SHA for 9e2ba72
View code at this point
Browse repository at this point
fix layout segment optimization (#75035)
Show description for ba7957e
sokra
authored
ba7957e
View commit details
Copy full SHA for ba7957e
View code at this point
Browse repository at this point
Turbopack: fix layout segment optimization (#75026)
Show description for 1baa63a
sokra
authored
1baa63a
View commit details
Copy full SHA for 1baa63a
View code at this point
Browse repository at this point
Add `next-custom-transforms` tests to verify source maps (#75005)
unstubbable
authored
6090343
View commit details
Copy full SHA for 6090343
View code at this point
Browse repository at this point
refactor(turbopack/next-api): Make VcArc use OperationVc (#74479)
Show description for 5e175e3
bgw
authored
5e175e3
View commit details
Copy full SHA for 5e175e3
View code at this point
Browse repository at this point
Fix dhat support for turbo dev (#67166)
Show description for f6b783a
bgw
authored
f6b783a
View commit details
Copy full SHA for f6b783a
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
Turbopack: compute chunk group info (#74947)
Show description for 6615138
mischnic
authored
6615138
View commit details
Copy full SHA for 6615138
View code at this point
Browse repository at this point
Turbopack error logging: check NEXT_TEST_CI to use verbose behavior (#75001)
wbinnssmith
authored
39f35f1
View commit details
Copy full SHA for 39f35f1
View code at this point
Browse repository at this point
Turbopack: add server actions loader to module graph (#74951)
Show description for 5c3c786
mischnic
authored
5c3c786
View commit details
Copy full SHA for 5c3c786
View code at this point
Browse repository at this point
Turbopack: singular EcmascriptClientReferenceModule (#74946)
Show description for 262a08d
mischnic
authored
262a08d
View commit details
Copy full SHA for 262a08d
View code at this point
Browse repository at this point
Turbopack: chunk_group_multiple (#74859)
Show description for c2c62f0
mischnic
authored
c2c62f0
View commit details
Copy full SHA for c2c62f0
View code at this point
Browse repository at this point
Emit build error if `'use action'` directive is used (#74954)
unstubbable
authored
847506f
View commit details
Copy full SHA for 847506f
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
[Turbopack] refactor to pass ModuleGraph to chunk_group (#74937)
sokra
authored
ec13f06
View commit details
Copy full SHA for ec13f06
View code at this point
Browse repository at this point
Turbopack: capture all references in module graph (#74873)
Show description for 83c9c39
mischnic
authored
83c9c39
View commit details
Copy full SHA for 83c9c39
View code at this point
Browse repository at this point
Fix missing `await` of `params` when metadata with an image file pt2 (#74193)
gadcam
authored
cda3dbf
View commit details
Copy full SHA for cda3dbf
View code at this point
Browse repository at this point
feat(turbopack): Add a compile-time feature to turbopack to enable tokio-console support (#74675)
Show description for 5de932a
bgw
authored
5de932a
View commit details
Copy full SHA for 5de932a
View code at this point
Browse repository at this point
Commits on Jan 14, 2025
Add partial support for `"use cache"` in metadata route handlers (#74835)
Show description for 6cc85de
unstubbable
authored
6cc85de
View commit details
Copy full SHA for 6cc85de
View code at this point
Browse repository at this point
refactor(turbopack): Rewrite CollectiblesSource callsites to use OperationVc (part 2/3) (#74168)
Show description for d989f98
bgw
authored
d989f98
View commit details
Copy full SHA for d989f98
View code at this point
Browse repository at this point
Commits on Jan 13, 2025
refactor(turbopack): Remove last known (non-test) usages of unresolved vcs in turbo_tasks::value (!!!) (#74713)
bgw
authored
99c4dc3
View commit details
Copy full SHA for 99c4dc3
View code at this point
Browse repository at this point
refactor(turbopack/next-core): Use ResolvedVc in PackagesGlobs (#74712)
bgw
authored
d710482
View commit details
Copy full SHA for d710482
View code at this point
Browse repository at this point
refactor(turbopack-core): Use ResolvedVc in ContextCondition (#74711)
bgw
authored
521cdae
View commit details
Copy full SHA for 521cdae
View code at this point
Browse repository at this point
refactor(turbopack/next-core): Use ResolvedVc in VisitClientReferenceNodeState (#74710)
bgw
authored
1df81bc
View commit details
Copy full SHA for 1df81bc
View code at this point
Browse repository at this point
Fix output files warning by Turborepo (#74811)
Show description for 09e4715
unstubbable
authored
09e4715
View commit details
Copy full SHA for 09e4715
View code at this point
Browse repository at this point
[Turbopack] make the single module graph a root task (#74778)
sokra
authored
5db5f13
View commit details
Copy full SHA for 5db5f13
View code at this point
Browse repository at this point
Commits on Jan 11, 2025
refactor(turbopack-core): Remove remaining "local" value type opt-outs in turbopack-core (#74706)
bgw
authored
3651a45
View commit details
Copy full SHA for 3651a45
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
Turbopack chunking: use ChunkableModules in `chunk_content`, not ChunkItems (#74040)
Show description for 4ef926b
wbinnssmith
and
sokra
authored
4ef926b
View commit details
Copy full SHA for 4ef926b
View code at this point
Browse repository at this point
SingleModuleGraph: yield edge weights during traversal (#74620)
Show description for c6ac0b9
wbinnssmith
authored
c6ac0b9
View commit details
Copy full SHA for c6ac0b9
View code at this point
Browse repository at this point
build: Update `swc_core` to `v10.1.0` (#74580)
Show description for da3f782
kdy1
authored
da3f782
View commit details
Copy full SHA for da3f782
View code at this point
Browse repository at this point
Add experimental flag for View Transitions (#74659)
Show description for 2514e13
eps1lon
authored
2514e13
View commit details
Copy full SHA for 2514e13
View code at this point
Browse repository at this point
Commits on Jan 9, 2025
Implement encryption key into turbopack as hash salt (#72933)
Show description for 6b7241a
lfades
authored
6b7241a
View commit details
Copy full SHA for 6b7241a
View code at this point
Browse repository at this point
refactor(turbopack-ecmascript) Use ResolvedVc in EsmExport type (#74508)
Show description for 7205180
bgw
authored
7205180
View commit details
Copy full SHA for 7205180
View code at this point
Browse repository at this point
refactor(turbopack): Use ResolvedVc for chunk graph related types (#74507)
Show description for 2dab0ed
bgw
authored
2dab0ed
View commit details
Copy full SHA for 2dab0ed
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Relocate `SingleModuleGraph` to `turbopack-core` (#74571)
Show description for 13d5750
wbinnssmith
authored
13d5750
View commit details
Copy full SHA for 13d5750
View code at this point
Browse repository at this point
[Turbopack] fix shadow-rs build caching (#74579)
Show description for b0a0c92
sokra
authored
b0a0c92
View commit details
Copy full SHA for b0a0c92
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.