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: bluss/arrayvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bluss/arrayvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 25, 2017

  1. Add 65536 to the Array impls

    bluss committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    2655687 View commit details
    Browse the repository at this point in the history
  2. 0.3.22

    bluss committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    bd58288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2109dcd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

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

Commits on Apr 23, 2017

  1. Merge pull request #52 from tbu-/pr_0.3_arraystring_ord

    Add `PartialOrd` and `Ord` implementation to `ArrayString`
    bluss authored Apr 23, 2017
    Configuration menu
    Copy the full SHA
    fac3c44 View commit details
    Browse the repository at this point in the history
  2. 0.3.23

    bluss committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    67c0fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Configuration menu
    Copy the full SHA
    14006bf View commit details
    Browse the repository at this point in the history
  2. 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.
    bluss committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    4c4e23c View commit details
    Browse the repository at this point in the history
  3. Add apache license file

    bluss committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    bd6f3b6 View commit details
    Browse the repository at this point in the history
  4. 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)
    bluss authored Nov 3, 2017
    Configuration menu
    Copy the full SHA
    406df40 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. 0.3.24

    bluss committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    d17afa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. 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>
    ```
    bluss committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    97a119e View commit details
    Browse the repository at this point in the history
  2. 0.3.25

    bluss committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    a0b89ca View commit details
    Browse the repository at this point in the history
  3. BUG: [nodrop] Fix broken test

    Fix a broken size test in nodrop; this test does not tell us about enum
    layout optimizations.
    bluss committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    c696bfd View commit details
    Browse the repository at this point in the history
Loading