aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy::identity_conversionAlan Du2019-06-041-4/+3
* Fix clippy::single_char_patternAlan Du2019-06-041-1/+1
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-142-1/+14
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-3/+27
* Improve filtering of file rootsVille Penttinen2019-03-201-4/+33
* Rename and change `add_roots` to return a `Vec`.David Wood2019-03-071-1/+6
* Initial implementation of project-lock.json.David Wood2019-03-072-69/+218
* Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-132-9/+6
* Keep track of crate editionFlorian Diebold2019-02-132-3/+14
* Fix some typosPascal Hertleif2019-02-121-1/+1
* Clean up a bitFlorian Diebold2019-02-091-1/+1
* Remove Vfs from project modelFlorian Diebold2019-02-091-6/+3
* Remove SmolStr from project modelFlorian Diebold2019-02-093-10/+7
* Move crate graph generation to ra_project_modelFlorian Diebold2019-02-091-0/+88
* Extract project model to separate crateFlorian Diebold2019-02-093-0/+356