Skip to content
Snippets Groups Projects
  1. Nov 25, 2017
    • Alex Crichton's avatar
      Fix wasm tests · 69784400
      Alex Crichton authored
      Looks like `cargo test` is now trying to test too many files due to
      rust-lang/cargo#4750 so add a clause to the wrapper to ignore the bogus ones for
      now
      69784400
    • Alex Crichton's avatar
      Fix the FreeBSD target · 4d7fa243
      Alex Crichton authored
      It wasn't expecting a `*.d` file to exist, now it does.
      4d7fa243
  2. Nov 19, 2017
  3. Nov 18, 2017
  4. Nov 17, 2017
  5. Nov 15, 2017
  6. Nov 14, 2017
  7. Nov 13, 2017
  8. Nov 11, 2017
  9. Nov 09, 2017
  10. Nov 08, 2017
  11. Nov 07, 2017
    • bors's avatar
      Auto merge of #838 - Susurrus:mfd, r=alexcrichton · 86b4281c
      bors authored
      Expose MFD_ constants on all Linux targets.
      
      These aren't exposed on non-MIPS musl targets, but since they're
      part of a kernel API, they're still applicable, so we just don't
      test them there but expose them anyways.
      86b4281c
    • Bryant Mairs's avatar
      Expose MFD_ constants on all Linux targets. · fa81ab39
      Bryant Mairs authored
      These aren't exposed on non-MIPS musl targets, but since they're
      part of a kernel API, they're still applicable, so we just don't
      test them there but expose them anyways.
      fa81ab39
Loading