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

Add statx #1660

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Add statx #1660

wants to merge 7 commits into from

Commits on Feb 9, 2022

  1. Add statx

    Resolves nix-rust#1649.
    vi committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9302265 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Update src/fcntl/statx.rs

    Co-authored-by: Alan Somers <asomers@gmail.com>
    vi and asomers committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2ad877c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Fix some code review issues

    vi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    00d7309 View commit details
    Browse the repository at this point in the history
  2. Remove statx_without_path

    vi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    646e10d View commit details
    Browse the repository at this point in the history
  3. Fix more code review issues

    vi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    91eda3c View commit details
    Browse the repository at this point in the history
  4. statx: tuple struct

    vi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3f9a3df View commit details
    Browse the repository at this point in the history
  5. statx: fix typo in doccomment

    vi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    913aea0 View commit details
    Browse the repository at this point in the history