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: v2.4.1
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: v2.5.0
Choose a head ref
  • 7 commits
  • 13 files changed
  • 6 contributors

Commits on Nov 7, 2023

  1. Fix clippy (#878)

    valenting authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e39c9a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. use checked addition to not panic in debug build (#877)

    * commit always dirty file
    
    * add test to idna for bad punycode
    
    * use checked addition to not panic in debug build
    Skgland authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ae8d29e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    67fc273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f454e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Correct spelling mistake in Position docs (#875)

    The sentence in question was clearly intended to remark that the leading
    slash in the path is part of said path, but due to the missing "e" at
    the end of "Note", it (ungrammatically) says the opposite.
    
    Co-authored-by: Maeve Sproule <code@sprock.dev>
    sprocklem and Maeve Sproule authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    912d716 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix another overflow in punycode encode_into (#880)

    * add another overflowing test
    
    * fix overflow in case the input has more than u32::MAX characters
    
    * detect hugh length early
    Skgland authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    464b1f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Update url 2.5.0 (#885)

    * Update data-url to 0.3.1
    
    * Update percent_encoding to 2.3.1
    
    * Update form_urlencoded to 1.2.1
    
    * Update idna to 0.5.0
    
    * Update url to 2.5.0
    valenting authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    00e9e18 View commit details
    Browse the repository at this point in the history
Loading