Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

turn macros into attributes #90

Merged
merged 13 commits into from
Sep 6, 2018
Merged

turn macros into attributes #90

merged 13 commits into from
Sep 6, 2018

Commits on Aug 30, 2018

  1. turn macros into attributes

    japaric committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    bc9499a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    1978f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61212b5 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    japaric committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    0e6f310 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. make static mut variables safe to access in the entry point

    extend / update documentation
    japaric committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    4974583 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. add compile-fail tests; test only on nightly

    we'll test on beta when 1.30-beta is out
    japaric committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    8d675f8 View commit details
    Browse the repository at this point in the history
  2. remove #[allow]s

    they are no longer required due to rust-lang/rust#52467
    japaric committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    de35ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70000a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0608596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5001bd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9124d0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc19f12 View commit details
    Browse the repository at this point in the history
  8. make the reachability requirement more **prominent**

    since we can't statically check that it holds
    japaric committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    82e985b View commit details
    Browse the repository at this point in the history