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

More cleanups and enable some more compiler lints #837

Merged
merged 14 commits into from
Jan 31, 2018
Merged

Commits on Jan 28, 2018

  1. Deny unused qualifications

    Bryant Mairs committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    914cda7 View commit details
    Browse the repository at this point in the history
  2. Prevent the use of unstable compiler features

    Bryant Mairs committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    1f564a9 View commit details
    Browse the repository at this point in the history
  3. Disallow unnecessary import braces

    Bryant Mairs committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    04b0978 View commit details
    Browse the repository at this point in the history
  4. Implement Copy/Clone for all types missing it

    Bryant Mairs committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    5db605a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Replace sockaddr_ctl with one from libc

    Also alter Debug to output all fields.
    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    58bd6bf View commit details
    Browse the repository at this point in the history
  2. Require Debug impls for all types

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    4ea63e1 View commit details
    Browse the repository at this point in the history
  3. Deny missing docs for pty module

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    9cfe81c View commit details
    Browse the repository at this point in the history
  4. Require docs for the poll module

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    785ac7e View commit details
    Browse the repository at this point in the history
  5. Require docs for the net/if_ module

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    b2c5a95 View commit details
    Browse the repository at this point in the history
  6. Require docs for features and ifaddrs module

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    29eca60 View commit details
    Browse the repository at this point in the history
  7. Clean up imports and uses in lib.rs

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d1be45d View commit details
    Browse the repository at this point in the history
  8. Alphabetize modules under /sys

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    efd9e15 View commit details
    Browse the repository at this point in the history
  9. Fix B460800 and B921600 baud rates for netbsd

    Bryant Mairs committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    65e5cf4 View commit details
    Browse the repository at this point in the history