Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
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: rust-lang/rls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97cbb012155e5ee175974d9237a44700805fb22d
Choose a base ref
...
head repository: rust-lang/rls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bdfcef769fcdc777320d452ac71afacad48b0de7
Choose a head ref
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    08defd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d134291 View commit details
    Browse the repository at this point in the history
  3. Install Rust on macOS

    Xanewok committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    ca62f36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8580dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b747c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    28f64f8 View commit details
    Browse the repository at this point in the history
  2. rls-vfs: Reformat

    Xanewok committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    3acf890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3494627 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1498 from rust-lang/azure-pipelines

    Set up Azure Pipelines CI
    Xanewok authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    725adda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b595a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    171cc49 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1534 from Xanewok/travis-fix-rustfmt

    Travis: Pin nightly version for Rustfmt
    Xanewok authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    8ee1721 View commit details
    Browse the repository at this point in the history
  8. Collect crate files after expansion but before analysis

    Reason for that being so that non-syntax errors should still allow us
    to reason about which file belongs to a given crate, which specifically
    allows us to run a formatter even if the code contains type errors or
    similar.
    Xanewok committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    074ae21 View commit details
    Browse the repository at this point in the history
  9. Add changelog entry

    Xanewok committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    04ae465 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1513 from Xanewok/collect-files-after-expansion

    Collect file -> edition mapping after AST expansion
    Xanewok authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    d2cc327 View commit details
    Browse the repository at this point in the history
  11. Clarify comments

    Co-Authored-By: Igor Matuszewski <Xanewok@gmail.com>
    alexheretic and Xanewok authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    ea8551a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. rustfmt

    alexheretic committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    f20f14c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1533 from alexheretic/rustfmt-while-building

    Fix rustfmt during builds by reading edition from manifest
    Xanewok authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    bdfcef7 View commit details
    Browse the repository at this point in the history
Loading