Adam Bratschi-Kaye
|
6f2cab1368
|
Add error context to failures in ra_project_model using anyhow crate (#3119)
Add error context to failures in ra_project_model using anyhow crate
|
2020-02-13 11:10:50 +01:00 |
|
Aleksey Kladov
|
7e2f4b30db
|
Disable doctests
|
2019-11-17 18:35:05 +03:00 |
|
kjeremy
|
e9bab85b65
|
Bump crates
|
2019-10-22 13:01:26 -04:00 |
|
uHOOCCOOHu
|
d2ea776b8f
|
Enable CfgOptions test for workspace crates
|
2019-10-03 02:28:02 +08:00 |
|
Aleksey Kladov
|
42ae888629
|
⬆️ deps
|
2019-08-17 13:53:02 +03:00 |
|
Aleksey Kladov
|
34203256bf
|
introduce ra_vfs_glob crate
It manages exclusion rules for the vfs crate
|
2019-08-06 14:28:31 +02:00 |
|
Shotaro Yamada
|
a426de60ad
|
Remove unused dependencies
|
2019-07-09 00:28:00 +09:00 |
|
kjeremy
|
f8f136e990
|
Bump cargo_metadata, ena, flexi_logger
|
2019-06-20 15:09:39 -04:00 |
|
Muhammad Mominul Huque
|
9709bd39ca
|
Get rid of failure: ra_lsp_server & ra_project_model
|
2019-06-15 02:42:56 +06:00 |
|
Ville Penttinen
|
c6d6e6c625
|
Move actual include logic to ProjectRoot
This way the two IncludeRustFiles implementations can simply call the
ProjectRoots' methods, so that the include logic is in one place.
|
2019-03-21 10:43:47 +02:00 |
|
pcpthm
|
d4108cdd60
|
Specify derive feature for serde
|
2019-03-08 01:58:29 +09:00 |
|
David Wood
|
00d927a188
|
Initial implementation of project-lock.json.
This commit adds a initial implementation of project-lock.json, a build
system agnostic method of specifying the crate graph and roots.
|
2019-03-07 01:05:03 +01:00 |
|
Ville Penttinen
|
710975ecd8
|
Fix typo in Cargo.toml authors
Fixes typo introduced in #782
|
2019-02-11 10:20:04 +02:00 |
|
Ville Penttinen
|
ab3d231b1d
|
Update authors field in Cargo.tomls to "rust-analyzer developers"
This closes #777
|
2019-02-11 08:55:35 +02:00 |
|
Florian Diebold
|
e91a46eb0c
|
Clean up a bit
|
2019-02-09 11:15:25 +01:00 |
|
Florian Diebold
|
50fd860471
|
Remove Vfs from project model
|
2019-02-09 11:15:25 +01:00 |
|
Florian Diebold
|
12c70871cc
|
Remove SmolStr from project model
|
2019-02-09 11:15:25 +01:00 |
|
Florian Diebold
|
ddbf43b630
|
Move crate graph generation to ra_project_model
|
2019-02-09 11:15:25 +01:00 |
|
Florian Diebold
|
fcd615e4b7
|
Extract project model to separate crate
|
2019-02-09 11:15:25 +01:00 |
|