Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rust][Diagnostics] Add initial boilerplate for Rust diagnostic interface. #6656

Merged
merged 32 commits into from Nov 2, 2020

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    e6f992e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe35b0 View commit details
    Browse the repository at this point in the history
  3. WIP

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    dfacf9e View commit details
    Browse the repository at this point in the history
  4. Hacking on Rust inside of TVM

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e827660 View commit details
    Browse the repository at this point in the history
  5. Borrow code from Egg

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a1a4f3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52177cc View commit details
    Browse the repository at this point in the history
  7. Fix Linux build

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c5b4061 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29754ae View commit details
    Browse the repository at this point in the history
  9. Improve Rust bindings

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    39c90da View commit details
    Browse the repository at this point in the history
  10. Fix calling

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c1b994c View commit details
    Browse the repository at this point in the history
  11. Fix

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7ea0c34 View commit details
    Browse the repository at this point in the history
  12. Rust Diagnostics work

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    46c46ad View commit details
    Browse the repository at this point in the history
  13. Remove type checker

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8f219a6 View commit details
    Browse the repository at this point in the history
  14. Format and cleanup

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6f28414 View commit details
    Browse the repository at this point in the history
  15. Fix the extension code

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    af518e1 View commit details
    Browse the repository at this point in the history
  16. More cleanup

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    beb8f1c View commit details
    Browse the repository at this point in the history
  17. Fix some CR

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    657c708 View commit details
    Browse the repository at this point in the history
  18. Add docs and address feedback

    jroesch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    06cdc47 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. WIP more improvments

    jroesch committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    db6b355 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Update cmake/modules/RustExt.cmake

    Co-authored-by: Robert Kimball <bobkimball@gmail.com>
    jroesch and rkimball committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9aa1a09 View commit details
    Browse the repository at this point in the history
  2. Update rust/tvm/src/ir/diagnostics/mod.rs

    Co-authored-by: Robert Kimball <bobkimball@gmail.com>
    jroesch and rkimball committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    7e038e0 View commit details
    Browse the repository at this point in the history
  3. Clean up PR

    jroesch committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9a0e727 View commit details
    Browse the repository at this point in the history
  4. Format all

    jroesch committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d086193 View commit details
    Browse the repository at this point in the history
  5. Remove dead comment

    jroesch committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    62f3e39 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    0b5645e View commit details
    Browse the repository at this point in the history
  2. Purge test file

    jroesch committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2f778db View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Update cmake/modules/LLVM.cmake

    Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com>
    jroesch and tkonolige committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e8fd9a5 View commit details
    Browse the repository at this point in the history
  2. Format Rust

    jroesch committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e92adcc View commit details
    Browse the repository at this point in the history
  3. Add TK's suggestion

    jroesch committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    5731a60 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. More CR and cleanup

    jroesch committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    0065966 View commit details
    Browse the repository at this point in the history
  2. Fix tyck line

    jroesch committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    5f2ad03 View commit details
    Browse the repository at this point in the history
  3. Format

    jroesch committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    9700d81 View commit details
    Browse the repository at this point in the history