Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Allocator type param to MutableBuffer #6336

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2024

  1. add feature gate

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8be6078 View commit details
    Browse the repository at this point in the history
  2. move reallocate

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c12e5f8 View commit details
    Browse the repository at this point in the history
  3. adapt from vec

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    609d93c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. midify workflow and miri shell

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    227e667 View commit details
    Browse the repository at this point in the history
  2. also modify clippy command

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    05fd1cb View commit details
    Browse the repository at this point in the history
  3. fix style and clippy

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cbcbc51 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. add document and example

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b8d2924 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. customize allocator in example

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4934043 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into allocator-api

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d2fc15e View commit details
    Browse the repository at this point in the history
  3. modify ci for nightly feature

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    36eccf6 View commit details
    Browse the repository at this point in the history
  4. remove one job

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa587a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. limit freeze methods to only available for the default allocator

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6b28b10 View commit details
    Browse the repository at this point in the history
  2. fix doc links

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ceef772 View commit details
    Browse the repository at this point in the history
  3. add unit test for custom allocator

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    02d73ad View commit details
    Browse the repository at this point in the history