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

Remove gensym in format_args #63114

Merged
merged 3 commits into from
Aug 9, 2019
Merged

Commits on Aug 5, 2019

  1. Fix various issues with making items reachable through macros

    * Allow items to be accessible through private modules and fields when a
      macro can access them.
    * Don't mark type-private items as reachable.
    * Never make items exported/public via macros
    matthewjasper committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    8ae8bc2 View commit details
    Browse the repository at this point in the history
  2. Make some items in core::unicode private

    They were reachable through opaque macros defined in `core`
    matthewjasper committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    7b41fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d9246 View commit details
    Browse the repository at this point in the history