This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/mashup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/mashup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 8 files changed
- 1 contributor
Commits on Aug 29, 2021
-
Ignore doc_markdown pedantic Clippy lint
error: you should put `concat_idents` between ticks in the documentation --> src/lib.rs:190:22 | 190 | /// A working stable concat_idents. | ^^^^^^^^^^^^^ | = note: `-D clippy::doc-markdown` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
Configuration menu - View commit details
-
Copy full SHA for 4206c14 - Browse repository at this point
Copy the full SHA 4206c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for f75fe44 - Browse repository at this point
Copy the full SHA f75fe44View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 286c3c6 - Browse repository at this point
Copy the full SHA 286c3c6View commit details
Commits on Dec 19, 2022
-
Ignore needless_borrowed_reference clippy lint
error: dereferencing a tuple pattern where every element takes a reference --> impl/src/lib.rs:101:42 | 101 | ... Some(&TokenTree::Punct(ref p)) => p.as_char() == '!', | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrowed_reference = note: `-D clippy::needless-borrowed-reference` implied by `-D clippy::all` help: try removing the `&` and `ref` parts | 101 - Some(&TokenTree::Punct(ref p)) => p.as_char() == '!', 101 + Some(TokenTree::Punct(p)) => p.as_char() == '!', | Clippy's recommended code is not compatible with our supported version of rustc. error[E0308]: mismatched types --> impl/src/lib.rs:101:42 | 101 | Some(TokenTree::Punct(p)) => p.as_char() == '!', | ^^^^^^^^^^^^^^^^^^^ expected reference, found enum `proc_macro2::TokenTree` | = note: expected type `&proc_macro2::TokenTree` = note: found type `proc_macro2::TokenTree`
Configuration menu - View commit details
-
Copy full SHA for 92008cf - Browse repository at this point
Copy the full SHA 92008cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206b9b9 - Browse repository at this point
Copy the full SHA 206b9b9View commit details -
Ignore non_camel_case_types lint in test suite
warning: type `FooBar_Baz` should have a camel case name such as `FoobarBaz` --> tests/test.rs:169:9 | 169 | struct "x"; | ^^^^^^^^^^^ | = note: #[warn(non_camel_case_types)] on by default
Configuration menu - View commit details
-
Copy full SHA for 0f8def0 - Browse repository at this point
Copy the full SHA 0f8def0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f879e9f - Browse repository at this point
Copy the full SHA f879e9fView commit details -
Time out workflows after 45 minutes
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions jobs have started randomly stalling for that long, which is inconvenient because it ties up a chunk of my runner quota. It appears to be very rare for a job to recover after stalling. It's better to time out quicker and retry on a different runner.
Configuration menu - View commit details
-
Copy full SHA for 55bb445 - Browse repository at this point
Copy the full SHA 55bb445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aca9c9 - Browse repository at this point
Copy the full SHA 5aca9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5cb87 - Browse repository at this point
Copy the full SHA 0d5cb87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769ffc8 - Browse repository at this point
Copy the full SHA 769ffc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f48adfc - Browse repository at this point
Copy the full SHA f48adfcView commit details -
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
Configuration menu - View commit details
-
Copy full SHA for eb96c14 - Browse repository at this point
Copy the full SHA eb96c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for e62d6fd - Browse repository at this point
Copy the full SHA e62d6fdView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.13...master