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 }}
shadowlink0122
/
Cm
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/v0.17.2
- #39
#39
Merged
shadowlink0122
merged 25 commits into
main
shadowlink0122/Cm:main
from
feature/v0.17.2
shadowlink0122/Cm:feature/v0.17.2
Copy head branch name to clipboard
Aug 15, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Feature/v0.17.2
#39
shadowlink0122
merged 25 commits into
main
shadowlink0122/Cm:main
from
feature/v0.17.2
shadowlink0122/Cm:feature/v0.17.2
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2026
スマートポインタ(std::mem::smart — UniquePtr/SharedPtr)をセルフホストライブラリとして追加し、v0.17.2セルフホスティングstdlib整備計画を作成
Show description for bd46d88
shadowlink0122
committed
bd46d88
View commit details
Copy full SHA for bd46d88
Browse repository at this point
v0.17.2の開発を開始: VERSION/ドキュメントバッジ/VSCode拡張のバージョン整合とリリースノート骨子を作成
Show description for 41f06a7
shadowlink0122
committed
41f06a7
View commit details
Copy full SHA for 41f06a7
Browse repository at this point
Commits on Aug 15, 2026
v0.17.2: セルフホスティング向け標準ライブラリ整備とコンパイラバグ4件・ライブラリバグ2件の修正
Show description for 584062e
shadowlink0122
committed
584062e
View commit details
Copy full SHA for 584062e
Browse repository at this point
stdlibの内部ヘルパー・内部メンバへprivate修飾子を付与
Show description for e23d7e4
shadowlink0122
committed
e23d7e4
View commit details
Copy full SHA for e23d7e4
Browse repository at this point
セルフホスティング補強: 文字列内容ハッシュのStringMap/StringSet・基数フォーマッタ・ヒープソート・Internerを追加、mono総称ヘルパー連鎖の型汚染を修正
Show description for 48f1650
shadowlink0122
committed
48f1650
View commit details
Copy full SHA for 48f1650
Browse repository at this point
セルフホストパーサのサンプルを追加(examples/08_selfhost_parser・機能別9ファイル分割・#[test]単体テスト付き)
Show description for 6d8e551
shadowlink0122
committed
6d8e551
View commit details
Copy full SHA for 6d8e551
Browse repository at this point
セルフホストパーサの階層を細分化(トップはmain.cmのみ・段階ごとのフォルダ構成へ)
Show description for 02e106b
shadowlink0122
committed
02e106b
View commit details
Copy full SHA for 02e106b
Browse repository at this point
セルフホストパーサの品質改善: エラーメッセージ定義の分離・トークン種別のenum化・マジックナンバー排除・テスト拡充
Show description for 0f7978e
shadowlink0122
committed
0f7978e
View commit details
Copy full SHA for 0f7978e
Browse repository at this point
セルフホストパーサの診断メッセージをi18n対応形式へ変更
Show description for 0f9abbe
shadowlink0122
committed
0f9abbe
View commit details
Copy full SHA for 0f9abbe
Browse repository at this point
セルフホストパーサの冗長なif連鎖をmatch/switchへ整理
Show description for 54ef8c5
shadowlink0122
committed
54ef8c5
View commit details
Copy full SHA for 54ef8c5
Browse repository at this point
セルフホストパーサのi18nテンプレート表のmatch順をメッセージID→言語へ入れ替え(1つのメッセージの全対訳が1箇所に集まり、ID追加時に対訳を並べて管理できる構成にする)
shadowlink0122
committed
bb28db4
View commit details
Copy full SHA for bb28db4
Browse repository at this point
セルフホストパーサのi18nテンプレート表を対訳配列形式へ簡素化(言語のmatchを廃止し、メッセージIDごとに[英語, 日本語]の配列リテラル1つで全対訳を管理。添字はLangのタグ値で、対訳未整備の言語は英語へフォールバック)
shadowlink0122
committed
72b98ba
View commit details
Copy full SHA for 72b98ba
Browse repository at this point
makeターゲットをinstall-vscode-extensionへ改名(操作系は動詞先頭・成果物は名詞の命名規約へ統一。旧名vscode-extension-installは非推奨エイリアスとして案内メッセージ付きで残す)
shadowlink0122
committed
f7d56b2
View commit details
Copy full SHA for f7d56b2
Browse repository at this point
install-vscode-extensionの非推奨エイリアス(旧名vscode-extension-install)を削除
shadowlink0122
committed
410408a
View commit details
Copy full SHA for 410408a
Browse repository at this point
フォーマッタ: 文レベルメソッドチェーンのTS風折り返しを追加
Show description for 2bbc70f
shadowlink0122
committed
2bbc70f
View commit details
Copy full SHA for 2bbc70f
Browse repository at this point
セルフホストパーサ例: msgf1/2/3をmsgf(MsgId, string[])へ一本化
Show description for 536a1ba
shadowlink0122
committed
536a1ba
View commit details
Copy full SHA for 536a1ba
Browse repository at this point
セルフホストパーサ例: 診断ビルダー廃止とtests/フォルダ集約
Show description for 39dd2ee
shadowlink0122
committed
39dd2ee
View commit details
Copy full SHA for 39dd2ee
Browse repository at this point
native::io::fileとwrite_perfテストのopenフラグをLinux対応に修正
Show description for 04e2767
shadowlink0122
committed
04e2767
View commit details
Copy full SHA for 04e2767
Browse repository at this point
CI: インタプリタ実行ジョブを統合テストmatrixから削除
Show description for 7c7e56b
shadowlink0122
committed
7c7e56b
View commit details
Copy full SHA for 7c7e56b
Browse repository at this point
設計ドキュメント: C++・Rustとの比較(有効な部分とデメリット)を追加
Show description for 08a3570
shadowlink0122
committed
08a3570
View commit details
Copy full SHA for 08a3570
Browse repository at this point
dtor持ち構造体の暗黙コピー診断を追加(二重解放ハザードの言語側恒久対策)
Show description for dc91cd1
shadowlink0122
committed
dc91cd1
View commit details
Copy full SHA for dc91cd1
Browse repository at this point
Potential fix for pull request finding
Show description for 5dc9eb2
shadowlink0122
and
Copilot
authored
5dc9eb2
View commit details
Copy full SHA for 5dc9eb2
Browse repository at this point
Potential fix for pull request finding
Show description for 4b9fc57
shadowlink0122
and
Copilot
authored
4b9fc57
View commit details
Copy full SHA for 4b9fc57
Browse repository at this point
Potential fix for pull request finding
Show description for 9cf7812
shadowlink0122
and
Copilot
authored
9cf7812
View commit details
Copy full SHA for 9cf7812
Browse repository at this point
Potential fix for pull request finding
Show description for 1a83857
shadowlink0122
and
Copilot
authored
1a83857
View commit details
Copy full SHA for 1a83857
Browse repository at this point
You can’t perform that action at this time.