COMMITS
/ library/rtstartup/rsend.rs May 26, 2026
J
Update `cfg(bootstrap)` for the new stage0
Josh Stone committed
April 3, 2026
W
rename `drop_in_place` lang item to `drop_glue`
Waffle Lapkin committed
June 24, 2025
J
Update `cfg(bootstrap)`
Josh Stone committed
February 10, 2025
D
library/compiler: add `PointeeSized` bounds
David Wood committed
February 7, 2025
M
Mark link_section attr with unsafe
Michael Goulet committed
December 13, 2024
U
rtstartup: add `#![warn(unreachable_pub)]`
Urgau committed
July 24, 2024
B
Let InstCombine remove Clone shims inside Clone shims
Ben Kimock committed
January 5, 2024
V
library: Fix warnings in rtstartup
Vadim Petrochenkov committed
December 30, 2020
M
Bump bootstrap compiler to 1.50 beta
Mark Rousskov committed
November 23, 2020
C
Rename `optin_builtin_traits` to `auto_traits`
Camelid committed
June 12, 2020
M
mv std libs to library/
mark committed