aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cargo_target_spec.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* Fix build script dependenciesJonas Schievink2021-05-121-1/+1
|
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
| | | | It could never return `None`, so reflect that in the return type
* More maintainable configAleksey Kladov2021-01-061-2/+3
| | | | | | | Rather than eagerly converting JSON, we losslessly keep it as is, and change the shape of user-submitted data at the last moment. This also allows us to remove a bunch of wrong Defaults
* Open Cargo.toml opens more specific manifestAleksey Kladov2020-12-081-3/+9
|
* Emit better #[cfg] diagnosticsJonas Schievink2020-10-221-2/+2
|
* Simplify cfg representationJonas Schievink2020-10-211-2/+4
|
* Allow running a test as a binaryJonas Schievink2020-08-261-1/+5
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
|
* Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-1/+1
|
* fmtAleksey Kladov2020-08-131-1/+1
|
* Rename ra_cfg -> cfgAleksey Kladov2020-08-131-2/+2
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Cleanup CFG APIAleksey Kladov2020-07-231-35/+21
|
* Remove unwanted dependencyAleksey Kladov2020-07-081-1/+1
|
* Implement rust-analyzer feature configuration to tests.daxpedda2020-07-021-7/+16
|
* Tweak visibilityAleksey Kladov2020-06-251-1/+1
|
* Cleanup project.json deserializationAleksey Kladov2020-06-241-3/+2
|
* New VFSAleksey Kladov2020-06-231-0/+4
|
* Better encapsulate reverse-mapping of files to cargo targetsAleksey Kladov2020-06-171-18/+14
| | | | | | | We need to find a better way to do it... CrateGraph by itself is fine, CargoWorkspace as well, but the mapping between the two seems arbitrary...
* Rename WorldState -> GlobalStateAleksey Kladov2020-06-031-2/+2
|
* MinorAleksey Kladov2020-06-021-5/+80
|
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-7/+6
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-0/+9
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add doctest support #4317Benjamin Coenen2020-05-051-6/+20
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add `cargo test` to the list of Run commandsAleksey Kladov2020-04-261-0/+1
|
* feat: run ignored testsHannes De Valkeneer2020-04-221-1/+4
|
* Add crate versions when running cargo -p commands.o0Ignition0o2020-03-311-1/+1
| | | | | | | Until now cargo commands with the -p flag would pass the package name only. It doesn't play super well with the toml Renaming dependencies feature. This commit specifies the package name and version when a cargo command is run with the -p flag, to avoid ambiguities.
* More direct CargoWorkspaceAleksey Kladov2020-03-191-3/+3
|
* feat: add debug code lensHannes De Valkeneer2020-03-111-22/+20
| | | | Refs #3539
* Rename folderAleksey Kladov2020-02-181-0/+118