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: matklad/once_cell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: matklad/once_cell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 4, 2023

  1. update readme

    matklad committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    448922c View commit details
    Browse the repository at this point in the history
  2. Merge #241

    241: update readme r=matklad a=matklad
    
    bors r+
    
    Co-authored-by: Alex Kladov <aleksey.kladov@gmail.com>
    bors[bot] and matklad committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    93a98c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. remove mention of incorrect msrv

    No need to specify it in the docs now, as we have first-class field in
    Cargo.toml these days.
    matklad committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5340e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    a2eabc9 View commit details
    Browse the repository at this point in the history
  2. Merge #245

    245: Add `--generate-link-to-definition` option when building on docs.rs r=matklad a=GuillaumeGomez
    
    This option generates links in source code pages, allowing to jump to definition and to jump back to doc. It makes browsing the source code pages much nicer. You can see it in action [here](https://doc.rust-lang.org/stable/nightly-rustc/src/rustc_middle/lib.rs.html#90).
    
    Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
    bors[bot] and GuillaumeGomez committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3cd6549 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Nov 18, 2023

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

Commits on Dec 7, 2023

  1. Fix CI

    taks committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e26736f View commit details
    Browse the repository at this point in the history
  2. Revert atomic-polyfill feature

    taks committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    de4cd9d View commit details
    Browse the repository at this point in the history
  3. Fix CI

    taks committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    dffcae4 View commit details
    Browse the repository at this point in the history
  4. v1.19.0

    taks committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2715aa9 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    taks committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8211d80 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #251 from taks/portable-atomic

    Use `portable_atomic` instead of `atomic-polyfill`
    matklad committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c48d3c2 View commit details
    Browse the repository at this point in the history
Loading