Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/libc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07a92067930670473dc53300dfdda23ff486344d
Choose a base ref
...
head repository: rust-lang/libc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e19309c8b4e8bbd11f4d84dfffd75e3d1ac477fe
Choose a head ref
  • 15 commits
  • 32 files changed
  • 4 contributors

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    993ea7e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Merge pull request #207 from alexcrichton/android-select

    Add select() to Android bindings
    alexcrichton committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    91ef172 View commit details
    Browse the repository at this point in the history
  2. Add a style checking script to CI

    It's tough to have PRs bounce or to have a back and forth with contributors
    about minor style quibbles. Sometimes it ends up just being easier to fix style
    after the fact, but let's add some automation to help this!
    
    This commit adds a script to run on CI and locally to verify the style of this
    repository. There's a few stylistic guidelines to ensure that definitions are
    understandable across the jungle of modules. This consistency should help assist
    readability for any future readers!
    alexcrichton committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    8a8bc66 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Use nightlies for iOS and rumprun

    iOS was fixed awhile back and we should have rumprun nightlies now, so let's use
    them!
    alexcrichton committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    c02a5c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Merge pull request #208 from alexcrichton/moar-nightlies

    Use nightlies for iOS and rumprun
    alexcrichton committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    5f527b0 View commit details
    Browse the repository at this point in the history
  2. Add SYS_gettid

    dhylands committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    3e4c019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37db5af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #209 from dhylands/SYS_gettid

    Add SYS_gettid
    alexcrichton committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    88396ac View commit details
    Browse the repository at this point in the history
  5. unix: Include fdatasync(2) on non-Apple systems

    The function is defined in POSIX [0], but according to Gnulib docs [1],
    it is missing or not declared on at least some versions of OS X and
    FreeBSD. On Solaris, it is not a system call but is present as
    fdatasync(3) [2].
    
    [0] http://www.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html
    [1] https://www.gnu.org/software/gnulib/manual/html_node/fdatasync.html
    [2] http://docs.oracle.com/cd/E36784_01/html/E36874/fdatasync-3c.html
    kamalmarhubi committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    a3d4884 View commit details
    Browse the repository at this point in the history
  6. same treatment for arm and asmjs

    Jorge Aparicio committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    689fee5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    735863a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b98b81 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'style' of https://github.com/alexcrichton/libc into merge

    Conflicts:
    	src/unix/notbsd/linux/musl/b32/arm.rs
    	src/unix/notbsd/linux/musl/b32/asmjs.rs
    	src/unix/notbsd/linux/musl/b32/x86.rs
    	src/unix/notbsd/linux/musl/b64/mod.rs
    	src/unix/notbsd/linux/other/b32/x86.rs
    	src/unix/notbsd/linux/other/b64/aarch64.rs
    	src/unix/notbsd/linux/other/b64/powerpc64.rs
    	src/unix/notbsd/linux/other/b64/x86_64.rs
    alexcrichton committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    518e09f View commit details
    Browse the repository at this point in the history
  10. Fix some more style

    alexcrichton committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    dd3b423 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #212 from alexcrichton/merge

    Merge a few PRs together
    alexcrichton committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    e19309c View commit details
    Browse the repository at this point in the history
Loading