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

Only look for main at the crate level #6119

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 29, 2013

  1. rustc: Move code for discovering the crate entry point into its own pass

    It doesn't have anything to do with resolve and the logic will likely get
    more involved in the future, after rust-lang#4433
    brson committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    be8dc61 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Configuration menu
    Copy the full SHA
    98f5c6d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2013

  1. rustc: Fix the logic for finding the Android main function

    I don't understand what this logic is doing
    brson committed May 8, 2013
    5 Configuration menu
    Copy the full SHA
    3970d02 View commit details
    Browse the repository at this point in the history