1. Feb 20, 2019
    • bors[bot]'s avatar
      Merge #20 · 70bdf2f2
      bors[bot] authored
      20: move doc comments inside macro invocations r=Disasm a=euclio
      
      [rust-lang/rust#57882](https://github.com/rust-lang/rust/pull/57882
      
      ) is modifying the `unused_doc_comments` lint to fire on mistakenly documented macro expansions. Note that these doc comments are not currently used, since they are eliminated when the macro is expanded. A crater run detected that this crate will break due to this change, likely because of the use of `deny(unused_doc_comments)` or `deny(warnings)`.
      
      While this kind of breakage is allowed under Rust's stability guarantees, I am opening PRs to affected crates to reduce the impact.
      
      This PR protects your crate from future breakage by moving the offending doc comments inside the macro invocations.
      
      Co-authored-by: default avatarAndy Russell <arussell123@gmail.com>
      70bdf2f2
    • Andy Russell's avatar
      move doc comments inside macro invocations · 8cbb3878
      Andy Russell authored
      8cbb3878
  2. Feb 08, 2019
  3. Feb 07, 2019
  4. Feb 06, 2019
  5. Jan 24, 2019
  6. Jan 23, 2019
  7. Dec 22, 2018
  8. Dec 19, 2018
  9. Nov 09, 2018
  10. Aug 20, 2018
    • bors[bot]'s avatar
      Merge #10 · 4e16dd85
      bors[bot] authored
      
      
      10: these raw instructions are unsafe r=dvc94ch a=strake
      
      `wfi` is safe, but the rest are not. Let's make them all unsafe until we have a better idea — the return types are wrong anyhow.
      
      
      Co-authored-by: default avatarM Farkas-Dyck <strake888@gmail.com>
      4e16dd85
  11. Aug 19, 2018
  12. Aug 12, 2018
  13. Aug 06, 2018