aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model
Commit message (Expand)AuthorAgeFilesLines
* return Error instead of panicking in from_cargo_metadataMetabaron2019-11-121-7/+8
* Implement FromStr for enum EditionMetabaron2019-11-121-2/+5
* Overwrite the prelude with one defined in a later dependencyMatthias Einwag2019-11-101-0/+2
* Resolve core typesMatthias Einwag2019-11-092-1/+11
* Bump crateskjeremy2019-10-221-1/+1
* hard-code nightly-only CFGsAleksey Kladov2019-10-081-0/+8
* use slightly more idiomatic api for cfgAleksey Kladov2019-10-081-13/+23
* Use raw cfgs in json project and fix typooxalica2019-10-052-8/+11
* Read default cfgs from rustcuHOOCCOOHu2019-10-023-6/+46
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-022-3/+19
* Added test for check doc strings in crates.Alexander Andreev2019-09-304-0/+8
* introduce hir debugging infraAleksey Kladov2019-09-091-8/+12
* close #1763ivfranco2019-09-051-1/+1
* Make sysroot use `RUST_SRC_PATH` if setBastian Köcher2019-08-221-11/+21
* don't load sysroot in most heavy testsAleksey Kladov2019-08-192-5/+9
* :arrow_up: depsAleksey Kladov2019-08-171-1/+1
* introduce ra_vfs_glob crateAleksey Kladov2019-08-062-24/+0
* cleanup importsAleksey Kladov2019-08-061-5/+2
* cleanupAleksey Kladov2019-08-063-6/+7
* renameAleksey Kladov2019-08-061-10/+10
* Remove unused dependenciesShotaro Yamada2019-07-081-5/+0
* Some clippy fixes for 1.36Jeremy Kolb2019-07-042-2/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-043-6/+6
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
* add analysis-bench to benchmark incremental analysisAleksey Kladov2019-06-161-0/+1
* Merge #1404bors[bot]2019-06-154-10/+7
|\
| * Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-144-10/+7
* | Add alloc -> core dependencyFlorian Diebold2019-06-131-0/+5
|/
* 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-212-3/+28
* Improve filtering of file rootsVille Penttinen2019-03-201-4/+33
* Specify derive feature for serdepcpthm2019-03-071-1/+1
* Rename and change `add_roots` to return a `Vec`.David Wood2019-03-071-1/+6
* Initial implementation of project-lock.json.David Wood2019-03-073-69/+221
* 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
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Clean up a bitFlorian Diebold2019-02-092-3/+1
* Remove Vfs from project modelFlorian Diebold2019-02-092-7/+3
* Remove SmolStr from project modelFlorian Diebold2019-02-094-18/+7
* Move crate graph generation to ra_project_modelFlorian Diebold2019-02-092-1/+91
* Extract project model to separate crateFlorian Diebold2019-02-094-0/+386