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

API conventions cleanup #16436

Closed
wants to merge 6 commits into from
Closed

Commits on Aug 12, 2014

  1. Deprecate and rename Option/Result methods to match new conventions

    The details of the new conventions can be found on discuss:
    
        http://discuss.rust-lang.org/t/settling-some-key-naming-conventions/269/35
    
    and in the guidelines:
    
        http://aturon.github.io/style/naming/README.html
    
    This is a:
    
    [breaking-change]
    aturon committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    9f45b54 View commit details
    Browse the repository at this point in the history
  2. Deprecate/rename BitvSet methods to match new conventions

    The details of the new conventions can be found on discuss:
    
        http://discuss.rust-lang.org/t/settling-some-key-naming-conventions/269/35
    
    and in the guidelines:
    
        http://aturon.github.io/style/naming/README.html
    
    This is a:
    
    [breaking-change]
    aturon committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    090e095 View commit details
    Browse the repository at this point in the history
  3. Deprecate/rename methods for Terminal trait to

    match new conventions
    
    The details of the new conventions can be found on discuss:
    
        http://discuss.rust-lang.org/t/settling-some-key-naming-conventions/269/35
    
    and in the guidelines:
    
        http://aturon.github.io/style/naming/README.html
    
    This is a:
    
    [breaking-change]
    aturon committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    ba55746 View commit details
    Browse the repository at this point in the history
  4. Deprecate and rename iterators and mut_ prefixes.

    The details of the new conventions can be found on discuss:
    
        http://discuss.rust-lang.org/t/settling-some-key-naming-conventions/269/35
    
    and in the guidelines:
    
        http://aturon.github.io/style/naming/README.html
    
    This is a:
    
    [breaking-change]
    aturon committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    740e1e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54b18e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f867bb3 View commit details
    Browse the repository at this point in the history