| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 | |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -0/+27 | |
| They are very similar, and each one has a comment about the importance of being kept in sync with the other. This commit removes the duplication. | ||||
| 2022-06-22 | Fixup missing renames from `#[main]` to `#[rustc_main]` | Martin Nordholts | -1/+1 | |
| In fc357039f9 `#[main]` was removed and replaced with `#[rustc_main]`. In some place the rename was forgotten, which makes the current code confusing, because at first glance it seems that `#[main]` is still around. Perform the renames also in these places. | ||||
| 2021-06-09 | Fix ICE when `main` is declared in an `extern` block | asquared31415 | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+7 | |
