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

Rename push/pop_back to push/pop, add to MutableSeq #15611

Merged
merged 11 commits into from
Jul 24, 2014
Merged

Commits on Jul 23, 2014

  1. collections: Move push/pop to MutableSeq

    Implement for Vec, DList, RingBuf. Add MutableSeq to the prelude.
    
    Since the collections traits are in the prelude most consumers of
    these methods will continue to work without change.
    
    [breaking-change]
    brson committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    d36a8f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a9805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5599b69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c61bb7 View commit details
    Browse the repository at this point in the history
  5. vim: Add MutableSeq

    brson committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    2d79bfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94e42c2 View commit details
    Browse the repository at this point in the history
  7. collections: Deprecate shift/unshift

    Use insert/remove instead.
    brson committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    9db1d35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    054b1ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63d1137 View commit details
    Browse the repository at this point in the history
  10. Remove stray llvmdeps.rs

    brson committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    27e70c5 View commit details
    Browse the repository at this point in the history
  11. Just land already

    brson committed Jul 23, 2014
    5 Configuration menu
    Copy the full SHA
    71a75cc View commit details
    Browse the repository at this point in the history