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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    291f7b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Move debugger_visualizer tests to separate crate

    To prevent having to raise MSRV again, we move the debugger_visualizer
    to a separate crate. This crate is only compiled when the feature
    `debugger_visualizer` is enabled, because only then the
    `debugger_visualizer` test is added as a compile target.
    lucacasonato committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4b31c13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from lucacasonato/move_url_debugger_to_separa…

    …te_crate
    
    Move debugger_visualizer tests to separate crate
    valenting authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    077075b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #852 from atouchet/bdg

    Remove obsolete badge references
    valenting authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    93b8e2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d3e9e9 View commit details
    Browse the repository at this point in the history
  5. fix: implement std::error::Error for data-url

    This commit implements std::error::Error for errors in the `data-url`
    crate. This commit does not implement `Error` on `DecodeError` because
    there is no trait bound for `Error` on the `E` type argument of
    `DecodeError`.
    lucacasonato committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    63f850b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #848 from lucacasonato/fix_trailing_space_pathname…

    …_setter
    
    Fix trailing spaces in scheme / pathname / search setters
    lucacasonato authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1f7dbe0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #698 from lucacasonato/impl_error_for_data_url

    fix: implement std::error::Error for data-url
    lucacasonato authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3a474c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b228574 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    b33514a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dbb43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86730f1 View commit details
    Browse the repository at this point in the history
  4. Stabilize debugger_visualizer feature (#855)

    * Stabilize debugger_visualizer feature
    
    * Run debugger_visualizer on  more rustc versions
    lucacasonato authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    beb2cde View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    1158370 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix no_std for idna (#843)

    Co-authored-by: Luca Casonato <[email protected]>
    domenukk and lucacasonato authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    edabc79 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix panic in set_path for file URLs (#865)

    * Fix panic in set_path for file URLs
    
    * New minor version
    
    * Fix clippy lint
    valenting authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a08aa2c View commit details
    Browse the repository at this point in the history
Loading