Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename and change `add_roots` to return a `Vec`. | David Wood | 2019-03-07 | 1 | -1/+6 |
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 3 | -69/+221 |
* | Make edition handling a bit nicer and allow specifying edition in crate_graph... | Florian Diebold | 2019-02-13 | 2 | -9/+6 |
* | Keep track of crate edition | Florian Diebold | 2019-02-13 | 2 | -3/+14 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Clean up a bit | Florian Diebold | 2019-02-09 | 2 | -3/+1 |
* | Remove Vfs from project model | Florian Diebold | 2019-02-09 | 2 | -7/+3 |
* | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 4 | -18/+7 |
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 2 | -1/+91 |
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 4 | -0/+386 |