about summary refs log tree commit diff
path: root/src/tools/replace-version-placeholder
AgeCommit message (Collapse)AuthorLines
2022-09-02Also replace the version placeholder in rustc_attrest31-1/+1
This fixes rustdoc not showing the current version as stabilization version for recently stabilized lang features.
2022-08-27Add replace-version-placeholder toolest31-0/+40
This tool is to be ran at specific points in the release process to replace the version place holder made by stabilizations with the version number.