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: uuid-rs/uuid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: uuid-rs/uuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.x
Choose a head ref
  • 7 commits
  • 4 files changed
  • 7 contributors

Commits on Dec 21, 2020

  1. Revert "Merge #449"

    This reverts commit e0c7b17, reversing
    changes made to f177d20.
    KodrAus committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    0ab0e6f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Merge master into 0.8.x

    KodrAus committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    94ce240 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge #504

    504: Merge master into 0.8.x r=kinggoesgaming a=KodrAus
    
    This PR merges the current `master` branch into `0.8.x` along with a new commit that reverts the breaking change to `from_guid`. I'll give the diff another look over, but this should let us push a new `0.8.x` release with the last year's worth of effort.
    
    Closes:
    
    - #475 
    
    Co-authored-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
    Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Jason Nader <jason@kayoway.com>
    4 people authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    4b15a39 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. prepare for 0.8.2 release

    KodrAus committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f6c373b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge #508

    508: prepare for 0.8.2 release r=KodrAus a=KodrAus
    
    Includes:
    
    - #504 
    - #505 
    - #506 
    
    Co-authored-by: Ashley Mannix <kodraus@hey.com>
    bors[bot] and KodrAus authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b68733d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. enable v3,v4,v5 on all but wasm32-unknown-unknown

    wasm32-unknown-wasi and wasm32-unknown-emscripten should both function
    normally.
    
    Fixes #530
    yuyuyureka committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4d42e03 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Merge pull request #531 from yu-re-ka/feature/emscripten

    Feature/emscripten
    KodrAus authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    78e0da9 View commit details
    Browse the repository at this point in the history
Loading