Thanks to visit codestin.com
Credit goes to github.com

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: async-rs/async-macros
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4729663
Choose a base ref
...
head repository: async-rs/async-macros
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fcaa532
Choose a head ref
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 14, 2019

  1. add print macros

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    09e0e88 View commit details
    Browse the repository at this point in the history
  2. fix macros

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    41f4d07 View commit details
    Browse the repository at this point in the history
  3. fix newline logging

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    1130ff2 View commit details
    Browse the repository at this point in the history
  4. also export task_local

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    6b0cc79 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    1819134 View commit details
    Browse the repository at this point in the history
  6. skip task_local macros

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ecf5312 View commit details
    Browse the repository at this point in the history
  7. fix printing

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0834228 View commit details
    Browse the repository at this point in the history
  8. expand args outside async block

    Signed-off-by: Yoshua Wuyts <[email protected]>
    yoshuawuyts committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    fcaa532 View commit details
    Browse the repository at this point in the history
Loading