about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/entry.rs
AgeCommit message (Expand)AuthorLines
2025-01-21remove support for the #[start] attributeRalf Jung-9/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-11Also fix if in elseMichael Goulet-11/+9
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-05-04Various improvements to entrypoint codeNilstrieb-1/+25
2023-10-13Format all the let chains in compilerMichael Goulet-1/+3
2023-10-01Factor out the two `entry_point_type` functions.Nicholas Nethercote-0/+27
2022-06-22Fixup missing renames from `#[main]` to `#[rustc_main]`Martin Nordholts-1/+1
2021-06-09Fix ICE when `main` is declared in an `extern` blockasquared31415-0/+1
2020-08-30mv compiler to compiler/mark-0/+7