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

A preview of the don't panic branch #701

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

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    75ef7ca View commit details
    Browse the repository at this point in the history
  2. Remove a panic! from pixels.

    This required also updating code in render and surface. Update
    surrounding code to prefer bail! over explicit Err.
    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    f9a89d8 View commit details
    Browse the repository at this point in the history
  3. Remove panics from joystick

    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    63362e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b55b4b9 View commit details
    Browse the repository at this point in the history
  5. Change From impl for PixelFormat to try_from

    Curently, TryFrom is unstable only so I put a custom try_from
    method on the Impl for PixelFormatEnum.
    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    17663e4 View commit details
    Browse the repository at this point in the history
  6. Remove a panic from video

    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    ea48f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e080c View commit details
    Browse the repository at this point in the history
  8. Remove panics from surface

    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    3925332 View commit details
    Browse the repository at this point in the history
  9. Remove panics from render

    dagit committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    5eec573 View commit details
    Browse the repository at this point in the history