Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 1 | -0/+1 |
| | | | | | This way the two IncludeRustFiles implementations can simply call the ProjectRoots' methods, so that the include logic is in one place. | ||||
* | Specify derive feature for serde | pcpthm | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 1 | -0/+3 |
| | | | | | This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots. | ||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | Clean up a bit | Florian Diebold | 2019-02-09 | 1 | -2/+0 |
| | |||||
* | Remove Vfs from project model | Florian Diebold | 2019-02-09 | 1 | -1/+0 |
| | |||||
* | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 1 | -8/+0 |
| | |||||
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 1 | -1/+3 |
| | |||||
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -0/+30 |