Commit graph

26 commits

Author SHA1 Message Date
Jakub Beránek
a81d13f102 Change default branch to main
(cherry picked from commit bc0126d451)
2025-12-02 16:39:01 -08:00
Josh Stone
786168f456 Update stage0 to 1.91.0 2025-10-30 14:07:45 -07:00
Mark Rousskov
76bb0d1870 Update stage0 per previous commmit 2025-09-27 08:45:40 -04:00
Mark Rousskov
54669d7db4 Bump stage0 2025-09-26 19:09:23 -04:00
León Orell Valerian Liehr
33baaafa34
Bump stage0 rustfmt 2025-09-05 20:20:09 +02:00
Boxy
21086317c1 bump stage0 2025-08-06 13:22:38 +01:00
Josh Stone
47a3bf36bc Update stage0 to 1.89.0-beta.1 2025-07-01 10:54:33 -07:00
Jieyou Xu
2490bba2dd
Bump master stage0 compiler
To include beta backport of revert
<https://github.com/rust-lang/rust/pull/141024> which should undo linker
warnings during bootstrapping of Windows MSVC targets due to
<https://github.com/rust-lang/rust/pull/140176>.
2025-05-27 20:36:00 +08:00
Pietro Albini
2b7c13e778
update stage0 compiler 2025-05-12 15:33:35 +02:00
Jakub Beránek
91da45acd3 Remove git_repository from the stage0 file 2025-04-23 10:41:20 +02:00
David Tolnay
6ba9649e7c
End all lines in src/stage0 with trailing newline 2025-04-12 11:50:33 -07:00
Boxy
609eacbb22 bump stage0 2025-04-09 12:29:59 +01:00
Josh Stone
82ad08ea7f bump stage0 2025-02-18 08:51:01 -08:00
bjorn3
3183b44a1e Update bootstrap compiler and rustfmt
The rustfmt version we previously used formats things differently from
what the latest nightly rustfmt does. This causes issues for subtrees
that get formatted both in-tree and in their own repo. Updating the
rustfmt used in-tree solves those issues. Also bumped the bootstrap
compiler as the stage0 update command always updates both at the same
time.
2025-02-08 22:07:11 +00:00
Pietro Albini
79b00df93a
bump stage0 2025-01-08 20:03:28 +01:00
Boxy
be78dabe18 bump stage0 2024-11-27 12:12:23 +00:00
Josh Stone
6134f9f636 bump stage0 to 1.83.0-beta.1 2024-10-15 20:13:55 -07:00
Michael Goulet
624bc65665 Bump stage0 2024-09-22 19:04:19 -04:00
Boxy
a9998704d3 bump stage0 2024-09-04 03:13:55 +01:00
Josh Stone
2e9298b2fc Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
Mark Rousskov
fceb0863d8 Bump stage0 to 1.81 beta 2024-07-28 14:46:29 -04:00
Pietro Albini
534b5855a6
bump stage0 compiler 2024-06-11 15:10:03 +02:00
Trevor Gross
2f35cfd87a Bump the stage0 compiler to beta.7 (2024-05-25) 2024-05-29 19:30:51 -04:00
Urgau
1eda580516 Bump bootstrap compiler to the latest beta compiler 2024-05-24 08:07:39 +02:00
onur-ozkan
8c5375ad8e move comments position in src/stage0
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-05-11 20:49:01 +03:00
onur-ozkan
1adfffd07f use key-value format in stage0 file
Currently, we are working on the python removal task on bootstrap. Which means
we have to extract some data from the stage0 file using shell scripts. However,
parsing values from the stage0.json file is painful because shell scripts don't
have a built-in way to parse json files.

This change simplifies the stage0 file format to key-value pairs, which makes
it easily readable from any environment.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-05-08 15:00:09 +03:00