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

rustc_metadata: Optimize and document module children decoding #92086

Merged
merged 3 commits into from
Jan 9, 2022

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    96c6a50 View commit details
    Browse the repository at this point in the history
  2. rustc_metadata: Rename item_children(_untracked) to `module_childre…

    …n(_untracked)`
    
    And `each_child_of_item` to `for_each_module_child`
    petrochenkov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3051f6e View commit details
    Browse the repository at this point in the history
  3. rustc_middle: Rename Export to ModChild and add some comments

    Also rename `module_exports`/`export_map` to `module_reexports`/`reexport_map` for clarity.
    petrochenkov committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    4b03fd9 View commit details
    Browse the repository at this point in the history