| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-27 | Update stage0 per previous commmit | Mark Rousskov | -500/+522 | |
| 2025-09-26 | Bump stage0 | Mark Rousskov | -500/+500 | |
| 2025-09-05 | Bump stage0 rustfmt | León Orell Valerian Liehr | -121/+121 | |
| 2025-08-06 | bump stage0 | Boxy | -480/+500 | |
| 2025-07-01 | Update stage0 to 1.89.0-beta.1 | Josh Stone | -460/+480 | |
| 2025-05-27 | Bump master `stage0` compiler | Jieyou Xu | -460/+460 | |
| 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-12 | update stage0 compiler | Pietro Albini | -460/+460 | |
| 2025-04-23 | Remove `git_repository` from the `stage0` file | Jakub Beránek | -1/+0 | |
| 2025-04-12 | End all lines in src/stage0 with trailing newline | David Tolnay | -1/+1 | |
| 2025-04-09 | bump stage0 | Boxy | -462/+460 | |
| 2025-02-18 | bump stage0 | Josh Stone | -463/+463 | |
| 2025-02-08 | Update bootstrap compiler and rustfmt | bjorn3 | -462/+462 | |
| 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-01-08 | bump stage0 | Pietro Albini | -450/+462 | |
| 2024-11-27 | bump stage0 | Boxy | -450/+450 | |
| 2024-10-15 | bump stage0 to 1.83.0-beta.1 | Josh Stone | -450/+450 | |
| 2024-09-22 | Bump stage0 | Michael Goulet | -450/+450 | |
| 2024-09-04 | bump stage0 | Boxy | -442/+450 | |
| 2024-07-30 | Bump src/stage0 with determinism | Josh Stone | -361/+361 | |
| 2024-07-28 | Bump stage0 to 1.81 beta | Mark Rousskov | -428/+442 | |
| 2024-06-11 | bump stage0 compiler | Pietro Albini | -428/+428 | |
| 2024-05-29 | Bump the stage0 compiler to beta.7 (2024-05-25) | Trevor Gross | -428/+428 | |
| 2024-05-24 | Bump bootstrap compiler to the latest beta compiler | Urgau | -428/+428 | |
| 2024-05-11 | move comments position in `src/stage0` | onur-ozkan | -8/+8 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-05-08 | use key-value format in stage0 file | onur-ozkan | -0/+447 | |
| 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> | ||||
