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: dtolnay/quote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.36
Choose a base ref
...
head repository: dtolnay/quote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.37
Choose a head ref
  • 15 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 17, 2024

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

Commits on Jun 2, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    fcee256 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from dtolnay/repdoc

    Synchronize repetition documentation from rustdoc to readme
    dtolnay authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cc7528b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0260e5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #281 from dtolnay/char

    Combine char's ToTokens impl with numeric primitives
    dtolnay authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a4a0abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c77340a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #282 from dtolnay/tokens

    Consistently use `tokens` as the name of the &mut TokenStream arg
    dtolnay authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ba41109 View commit details
    Browse the repository at this point in the history
  7. Inline the macro that generates primitive impls

    It's not clear this has been supplying a useful level of abstraction
    ever since 0f60738
    dtolnay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aa9970f View commit details
    Browse the repository at this point in the history
  8. Organize test imports

    dtolnay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ba7a9d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fb0591 View commit details
    Browse the repository at this point in the history
  10. Add C string tests

    dtolnay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6ac4328 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #283 from dtolnay/cstr

    Implement ToTokens for CStr and CString
    dtolnay authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9382c21 View commit details
    Browse the repository at this point in the history
  12. Delete unneeded use of ref

    No longer needed since Rust 1.26.
    dtolnay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    43acd77 View commit details
    Browse the repository at this point in the history
  13. Release 1.0.37

    dtolnay committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b1ebffa View commit details
    Browse the repository at this point in the history
Loading