Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax: Remove AbiSet, use one Abi #13263

Closed
wants to merge 1 commit into from

Commits on Apr 3, 2014

  1. syntax: Remove AbiSet, use one Abi

    This change removes the AbiSet from the AST, converting all usage to have just
    one Abi value. The current scheme selects a relevant ABI given a list of ABIs
    based on the target architecture and how relevant each ABI is to that
    architecture.
    
    Instead of this mildly complicated scheme, only one ABI will be allowed in abi
    strings, and pseudo-abis will be created for special cases as necessary. For
    example the "system" abi exists for stdcall on win32 and C on win64.
    
    Closes rust-lang#10049
    alexcrichton committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    9f74cc5 View commit details
    Browse the repository at this point in the history