-
Notifications
You must be signed in to change notification settings - Fork 152
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: bluss/arrayvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bluss/arrayvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 11 files changed
- 2 contributors
Commits on Mar 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2655687 - Browse repository at this point
Copy the full SHA 2655687View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd58288 - Browse repository at this point
Copy the full SHA bd58288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2109dcd - Browse repository at this point
Copy the full SHA 2109dcdView commit details
Commits on Apr 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0a012df - Browse repository at this point
Copy the full SHA 0a012dfView commit details
Commits on Apr 23, 2017
-
Merge pull request #52 from tbu-/pr_0.3_arraystring_ord
Add `PartialOrd` and `Ord` implementation to `ArrayString`
Configuration menu - View commit details
-
Copy full SHA for fac3c44 - Browse repository at this point
Copy the full SHA fac3c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c0fc6 - Browse repository at this point
Copy the full SHA 67c0fc6View commit details
Commits on Nov 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 14006bf - Browse repository at this point
Copy the full SHA 14006bfView commit details -
Remove failing test (with optimizations)
What the test was doing was simply UB and we can't expect rustc to make sense of it. The test was failing with optimizations on, yet a closer look says arrayvec is still working as it should. So remove the broken test.
Configuration menu - View commit details
-
Copy full SHA for 4c4e23c - Browse repository at this point
Copy the full SHA 4c4e23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6f3b6 - Browse repository at this point
Copy the full SHA bd6f3b6View commit details -
Merge pull request #84 from bluss/conditional-16-bit-array
Fix 1 << 16 size array impl: only possible on bigger than 16-bit (0.3 branch)
Configuration menu - View commit details
-
Copy full SHA for 406df40 - Browse repository at this point
Copy the full SHA 406df40View commit details
Commits on Nov 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d17afa2 - Browse repository at this point
Copy the full SHA d17afa2View commit details
Commits on Jan 17, 2018
-
FIX: Fix future compat warning with pointer casts
``` warning: the type of this value must be known in this context --> src/lib.rs:312:32 | 312 | ptr::copy(p, p.offset(1), len - index); | ^^^^^^ | = note: #[warn(tyvar_behind_raw_pointer)] on by default = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #46906 <rust-lang/rust#46906> ```Configuration menu - View commit details
-
Copy full SHA for 97a119e - Browse repository at this point
Copy the full SHA 97a119eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b89ca - Browse repository at this point
Copy the full SHA a0b89caView commit details -
Fix a broken size test in nodrop; this test does not tell us about enum layout optimizations.
Configuration menu - View commit details
-
Copy full SHA for c696bfd - Browse repository at this point
Copy the full SHA c696bfdView 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 master...0.3