1. 09 7月, 2020 1 次提交
  2. 08 7月, 2020 2 次提交
  3. 07 7月, 2020 4 次提交
  4. 06 7月, 2020 6 次提交
  5. 05 7月, 2020 14 次提交
  6. 04 7月, 2020 9 次提交
  7. 03 7月, 2020 4 次提交
    • E
      3bb6dc76
    • B
      fix typo · 3ed320e8
      Bastian Kauschke 提交于
      3ed320e8
    • A
      Add rust-analyzer submodule · 058c1b60
      Aleksey Kladov 提交于
      The current plan is that submodule tracks the `release` branch of
      rust-analyzer, which is updated once a week.
      
      rust-analyzer is a workspace (with a virtual manifest), the actual
      binary is provide by `crates/rust-analyzer` package.
      
      Note that we intentionally don't add rust-analyzer to `Kind::Test`,
      for two reasons.
      
      *First*, at the moment rust-analyzer's test suite does a couple of
      things which might not work in the context of rust repository. For
      example, it shells out directly to `rustup` and `rustfmt`. So, making
      this work requires non-trivial efforts.
      
      *Second*, it seems unlikely that running tests in rust-lang/rust repo
      would provide any additional guarantees. rust-analyzer builds with
      stable and does not depend on the specifics of the compiler, so
      changes to compiler can't break ra, unless they break stability
      guarantee. Additionally, rust-analyzer itself is gated on bors, so we
      are pretty confident that test suite passes.
      058c1b60
    • P
      ci: remove the emulated aarch64-gnu image · 775eeb32
      Pietro Albini 提交于
      775eeb32