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

Feature gate custom attributes #22364

Merged
merged 12 commits into from
Feb 18, 2015
Merged

Commits on Feb 16, 2015

  1. Configuration menu
    Copy the full SHA
    531a06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38542cc View commit details
    Browse the repository at this point in the history
  3. Clean up visit_attribute in feature_gate.rs

     - We shouldn't be using `check_name` here at all
     - `contains_name(ref_slice(foo), bar)` is redundant, `contains_name` just iterates over its first arg and calls `check_name`
     - match would be better than a bunch of ifs
    Manishearth committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    99e39f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    237ae45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0001817 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5c3194 View commit details
    Browse the repository at this point in the history
  7. Add Gated attribute type

    Manishearth committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    5ffb7db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0112f3b View commit details
    Browse the repository at this point in the history
  9. fix linkage tests

    Manishearth committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    1fffdaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0129002 View commit details
    Browse the repository at this point in the history
  11. Fix tests for rustc_*

    Manishearth committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    1bbf718 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f64d71b View commit details
    Browse the repository at this point in the history