Rust 1.83.0 Release Notes
// RUST-RELEASE-NOTES— official release note timeline
Rust 1.83.0 공식 release note를 기준으로, 섹션별 앞쪽 항목을 발췌해 변화 흐름을 빠르게 훑을 수 있게 정리했습니다.
범위
- 대상 릴리즈: Rust 1.83.0
- 포함된 릴리즈 수: 1개
- 생성 경로:
scripts/bloggen.py rust-release-docs - 생성일:
2026-07-08 - 원문: rust-lang/rust RELEASES.md
읽는 법
- 이 문서는 해당 Rust 릴리즈 하나만 다룹니다.
- 섹션별 최대 3개 앞쪽 항목만 발췌했으므로, 세부 API 목록은 원문 링크를 확인하세요.
- Compatibility Notes는 업그레이드 전 회귀 위험을 확인하는 체크리스트로 보면 됩니다.
타임라인
Rust 1.83.0 (2024-11-28)
- Language
- Compiler
- Deprecate unsound
-Csoft-floatflag. — source - Add many new tier 3 targets:
aarch64_unknown_nto_qnx700arm64e-apple-tvosarmv7-rtems-eabihfloongarch64-unknown-linux-ohosriscv32-wrs-vxworksandriscv64-wrs-vxworksriscv32{e|em|emc}-unknown-none-elfx86_64-unknown-hurd-gnux86_64-unknown-trusty— source
- Deprecate unsound
- Libraries
- Stabilized APIs
- Cargo
- Introduced a new
CARGO_MANIFEST_PATHenvironment variable, similar toCARGO_MANIFEST_DIRbut pointing directly to the manifest file. — source - Added
package.autolibto the manifest, allowing[lib]auto-discovery to be disabled. — source - Declare support level for each crate in Cargo's Charter / crate docs. — source
- 그 외 1개 항목은 원문 참고
- Introduced a new
- Rustdoc
- The sidebar / hamburger menu table of contents now includes the
# headersfrom the main item's doc comment . This is similar to a third-party feature provided by the rustdoc-search-enhancements browser extension. — source
- The sidebar / hamburger menu table of contents now includes the
Sources
- Rust release notes — official rust-lang/rust release notes.