-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: Lokathor/tinyvec
base: v1.6.0
head repository: Lokathor/tinyvec
compare: v1.6.1
- 19 commits
- 14 files changed
- 12 contributors
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a711c72 - Browse repository at this point
Copy the full SHA a711c72View commit details
Commits on Sep 7, 2022
-
Add Natvis visualizations and tests for
ArrayVec
andSliceVec
typ……es. (#167) * Add Natvis visualizations and tests for `ArrayVec` and `SliceVec`. * CI yaml cleanups. * Respond to PR comments, cleanup Natvis definitions. Co-authored-by: Ridwan Abdilahi <riabdila@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4ba60cb - Browse repository at this point
Copy the full SHA 4ba60cbView commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65dcba2 - Browse repository at this point
Copy the full SHA 65dcba2View commit details
Commits on Nov 26, 2022
-
Doc: Not all capacities are supported by default (#170)
This improves #169. I put the comment where *I* would have found it.
Configuration menu - View commit details
-
Copy full SHA for bd73a7d - Browse repository at this point
Copy the full SHA bd73a7dView commit details
Commits on Nov 27, 2022
-
Fix debugger_visualizer.rs tests (#171)
* Fix debugger_visualizer.rs tests Nightly replaced a lot of "str" with "ref$<str$>". Took the approach of abusing wildcard ".*str.*" regexps/patterns to make this test less brittle to rustc/std specifics. rust-lang/rust@0cd2dd7 * Fix debugger_visualizer.rs tests continued `array$` must be escaped to `array\$` in patterns leading/trailing whitespace is trimmed before pattern match
Configuration menu - View commit details
-
Copy full SHA for 12d7337 - Browse repository at this point
Copy the full SHA 12d7337View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd8b949 - Browse repository at this point
Copy the full SHA cd8b949View commit details
Commits on Dec 9, 2022
-
Implement ExactSizeIterator for ArrayVecIterator and TinyVecIterator (#…
…173) These implementations weren't present but I'm not sure there was a reason. They seem pretty sound to me, but I'm very new to looking at this crate!
Configuration menu - View commit details
-
Copy full SHA for 2a0421f - Browse repository at this point
Copy the full SHA 2a0421fView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4528085 - Browse repository at this point
Copy the full SHA 4528085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8464ce4 - Browse repository at this point
Copy the full SHA 8464ce4View commit details -
Replace unmaintained actions-rs actions in CI workflows (#177)
Basically all of the actions-rs/* actions are unmaintained. See <actions-rs/toolchain#216> for more information. Due to their age they generate several warnings in CI runs. To get rid of those warnings the `actions-rs/toolchain` is replaced by the newer `dtolnay/rust-toolchain` and occurrences of `actions-rs/cargo` are replaced by direct invokations of `cargo`.
Configuration menu - View commit details
-
Copy full SHA for 3b42f05 - Browse repository at this point
Copy the full SHA 3b42f05View commit details
Commits on Feb 22, 2023
-
- Delete `rustc_1.40` feature. - Make CI not run all jobs twice for pull requests. - Change MSRV CI run to use `cargo check` because that's more efficient than `cargo build`. - Run `cargo fmt` which reformats some otherwise untouched code.
Configuration menu - View commit details
-
Copy full SHA for 3515768 - Browse repository at this point
Copy the full SHA 3515768View commit details -
Fix ArrayVec capacity not taking u16::MAX into account (#178)
The capacity is limited by the backing array and u16::MAX because the length is stored as a u16. This was not taken into account in the `fn capacity` implementation.
Configuration menu - View commit details
-
Copy full SHA for 48c004d - Browse repository at this point
Copy the full SHA 48c004dView commit details
Commits on Feb 23, 2023
-
Fix Arbitrary implementation on ArrayVec (#180)
- No longer needs to be guarded behind any feature. - Can generate non full ArrayVecs. - Implements size_hint.
Configuration menu - View commit details
-
Copy full SHA for 350cf62 - Browse repository at this point
Copy the full SHA 350cf62View commit details
Commits on Sep 4, 2023
-
Remove unneeded files from crate package (#185)
* Remove unneeded files from crate package * Add back debug README
Configuration menu - View commit details
-
Copy full SHA for d1a4700 - Browse repository at this point
Copy the full SHA d1a4700View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 549e114 - Browse repository at this point
Copy the full SHA 549e114View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a79d8e4 - Browse repository at this point
Copy the full SHA a79d8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1169b11 - Browse repository at this point
Copy the full SHA 1169b11View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f253f9 - Browse repository at this point
Copy the full SHA 5f253f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 612c87d - Browse repository at this point
Copy the full SHA 612c87dView commit details
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 v1.6.0...v1.6.1