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

Commits on May 14, 2024

  1. Add a CI job on Windows

    dtolnay committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4d4666a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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

Commits on Aug 25, 2024

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

Commits on Sep 27, 2024

  1. Ignore used_underscore_items pedantic clippy lint in test

        warning: used underscore-prefixed item
         --> tests/test_const.rs:5:20
          |
        5 | const _BASIC: () = _basic();
          |                    ^^^^^^^^
          |
        note: item is defined here
         --> tests/test_const.rs:3:28
          |
        3 |   #[rustversion::attr(all(), const)]
          |  ____________________________^
        4 | | fn _basic() {}
          | |___________^
          = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
          = note: `-W clippy::used-underscore-items` implied by `-W clippy::pedantic`
          = help: to override `-W clippy::pedantic` add `#[allow(clippy::used_underscore_items)]`
    
        warning: used underscore-prefixed item
         --> tests/test_const.rs:9:30
          |
        9 | const _UNSAFE: () = unsafe { _unsafe() };
          |                              ^^^^^^^^^
          |
        note: item is defined here
         --> tests/test_const.rs:7:28
          |
        7 |   #[rustversion::attr(all(), const)]
          |  ____________________________^
        8 | | unsafe fn _unsafe() {}
          | |___________________^
          = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
    
        warning: used underscore-prefixed item
          --> tests/test_const.rs:34:24
           |
        34 | const _DOC_BELOW: () = _doc_below();
           |                        ^^^^^^^^^^^^
           |
        note: item is defined here
          --> tests/test_const.rs:31:28
           |
        31 |   #[rustversion::attr(all(), const)]
           |  ____________________________^
        32 | | /// doc
        33 | | fn _doc_below() {}
           | |_______________^
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
    
        warning: used underscore-prefixed item
          --> tests/test_const.rs:39:24
           |
        39 | const _DOC_ABOVE: () = _doc_above();
           |                        ^^^^^^^^^^^^
           |
        note: item is defined here
          --> tests/test_const.rs:37:28
           |
        37 |   #[rustversion::attr(all(), const)]
           |  ____________________________^
        38 | | fn _doc_above() {}
           | |_______________^
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
    dtolnay committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6346c4e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    79670bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from dtolnay/mirai

    Disregard MIRAI's rustc wrapper
    dtolnay authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    837b529 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.18

    dtolnay committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    04f1846 View commit details
    Browse the repository at this point in the history
Loading