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

Port kill-buffer #1507

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

Commits on May 26, 2019

  1. Port kill-buffer

    simon-frankau committed May 26, 2019
    Configuration menu
    Copy the full SHA
    5bb4393 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Fix unused unsafe warning

    agraven committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3083ec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Use rust-native code where possible

    Iterator types and various other tweaks have been added where required
    to achieve this
    agraven committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8f53973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883e3f4 View commit details
    Browse the repository at this point in the history
  3. Correct dependency error

    agraven committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8bf9b39 View commit details
    Browse the repository at this point in the history
  4. Review: argument match, minibuf_window, cleanup

    Improved readability of matching on function argument, added wrapper for
    accessing minibuf_window, removed unnecessary parts of c code
    agraven committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e4811d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Rename+add constructor, comment corrections, reduce unsafe

    Rename the LispBufferIter constructor for iterating all buffers to
    all_buffers, and add a constructor for starting at an arbitrary point.
    
    Reflow comments in function, correct grammar, and clarify where needed.
    
    Reduce the area marked as unsafe in the area regarding resetting local
    variables.
    agraven committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9c2dbaa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. rustfmt

    agraven committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    be42701 View commit details
    Browse the repository at this point in the history