Skip to content
Snippets Groups Projects
  1. Mar 02, 2019
    • Sebastian Humenda's avatar
      fix style issue · 3c8a4932
      Sebastian Humenda authored
      3c8a4932
    • Sebastian Humenda's avatar
      x86_64-uclibc-l4re: fix syntax error + linter issues · 2c18025f
      Sebastian Humenda authored
      -   fix syntax error in expand_align macro
      -   fix errors due to doubly defined symbols / functions for
          x86_64-uclibc
      2c18025f
    • bors's avatar
      Auto merge of #1291 - semarie:openbsd-pthread-stack-min, r=gnzlbg · f54a0a10
      bors authored
      adjust PTHREAD_STACK_MIN to current value on OpenBSD
      
      adjust `PTHREAD_STACK_MIN` to current value on OpenBSD, and while here, generate the right file in test_openbsd()
      
      I should say that I am a bit disappointed. If I didn't miss anything, the related change for `PTHREAD_STACK_MIN` is near to one year old. And clearly with the name error in `test_openbsd()` something wasn't clean.
      f54a0a10
    • Sébastien Marie's avatar
      adjust PTHREAD_STACK_MIN to current value on OpenBSD · 917ff60a
      Sébastien Marie authored
      while here, generate the right file in test_openbsd()
      917ff60a
    • bors's avatar
      Auto merge of #1290 - gnzlbg:doc_link, r=gnzlbg · 7644a1f7
      bors authored
      Link docs for other platforms in docs.rs
      7644a1f7
    • gnzlbg's avatar
      Link docs for other platforms in docs.rs · e67dcdbc
      gnzlbg authored
      e67dcdbc
    • bors's avatar
      Auto merge of #1154 - gnzlbg:semverver2, r=gnzlbg · 1236fed3
      bors authored
      Verify that only non-technical breaking changes are applied to libc
      
      Closes #270 .
      
      cc @alexcrichton so this would be a solution to #270 that uses rust-semverver to check that the API of `libc` contains only non-technical breaking changes.
      
      This is a WIP and uses a fork of `rust-semverver` for now, but I've sent PRs upstream already. This is the only idea I have for solving #270 . `rust-semverver` is not perfect, but it can deal with functions, consts, and simple structs just fine, and that's pretty much everything that libc uses.
      
      cc @ibabushkin
      
      Some other notes:
      
      * we have to compile `rust-semverver` for each toolchain version, and it depends on `cargo` so we have to build ~160 dependencies. Using `cache: cargo` breaks everything.
      1236fed3
  2. Mar 01, 2019
    • gnzlbg's avatar
      Use semverver upstream · d6443f7a
      gnzlbg authored
      d6443f7a
    • bors's avatar
      Auto merge of #1288 - red75prime:pr-uclibc-arm, r=gnzlbg · 2cd7b3bd
      bors authored
      Add arm-uclibc definitions
      
      I used `buildroot-2017.05` to build armv7 cross compiler, `uclibc-1.0.24` and `libc-test`. I've executed `libc-test` on armv7-based SoC, using modified `libc-test` to account for the environment. Modified libc-test is not included in this PR because it is too dependent on cross compilation and execution environment.
      2cd7b3bd
  3. Feb 28, 2019
  4. Feb 26, 2019
  5. Feb 24, 2019
  6. Feb 23, 2019
Loading