Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: servo/rust-url
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: servo/rust-url
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 20, 2015

  1. Change host to use ip address types provided by std.

    Removes the custom IPv6Addr type and replaces it with the std one.
    Parses IPv4Addrs to the std type using the parser described in the
    url.spec.whatwg.org handling all edge cases. Add tests.
    
    fixes #116
    
    This is a breaking change. Version bumped to v0.5.0.
    pyfisch committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    ce1efd3 View commit details
    Browse the repository at this point in the history
  2. Auto merge of #138 - pyfisch:ipaddrs, r=SimonSapin

    Change host to use ip address types provided by std.
    
    Removes the custom IPv6Addr type and replaces it with the std one.
    Parses IPv4Addrs to the std type using the parser described in the
    url.spec.whatwg.org handling all edge cases. Add tests.
    
    fixes #116
    
    This is a breaking change. Version bumped to v0.5.0.
    
    <!-- Reviewable:start -->
    [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/138)
    <!-- Reviewable:end -->
    bors-servo committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    ff8e8c9 View commit details
    Browse the repository at this point in the history
Loading