Commit Graph

16 Commits

Author SHA1 Message Date
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