aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model
Commit message (Expand)AuthorAgeFilesLines
* Merge #4125bors[bot]2020-04-251-4/+8
|\
| * Avoid lossy OsString conversionsLaurențiu Nicola2020-04-251-4/+8
* | Don't print cargo version to stdout, breaking everythingAleksey Kladov2020-04-241-1/+1
* | More helpful error message if toolchain is not in PATHAleksey Kladov2020-04-241-0/+5
|/
* Some clippy fixesJeremy Kolb2020-04-191-2/+1
* Unmix error handling when discovering workspacesAleksey Kladov2020-04-161-55/+23
* Decouple project loading from project discovery a bitAleksey Kladov2020-04-161-100/+121
* Migrate to privacy as per review commetsveetaha2020-04-021-2/+8
* Less mutabilityveetaha2020-04-021-19/+23
* Migrate to iters some moreveetaha2020-04-021-18/+11
* Migrate to iteratorsveetaha2020-04-021-15/+3
* Simpify workspace handlingveetaha2020-04-021-29/+17
* Unique package by name and version.o0Ignition0o2020-04-021-4/+5
* Reduce scope of deserializationAleksey Kladov2020-04-012-15/+11
* Move all config to configAleksey Kladov2020-04-011-0/+1
* Reduce depsAleksey Kladov2020-03-312-37/+39
* Rename cargo_watch -> flycheckAleksey Kladov2020-03-312-2/+2
* Use matches in is_dylibEdwin Cheng2020-03-311-11/+3
* Implement ra_proc_macro client logicEdwin Cheng2020-03-311-1/+21
* Add crate versions when running cargo -p commands.o0Ignition0o2020-03-311-0/+14
* Add ProcMacroClientEdwin Cheng2020-03-254-9/+65
* ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for nowveetaha2020-03-211-14/+13
* Use target-name for crate-nameEdwin Cheng2020-03-211-3/+3
* Simplify Arena to use a generic indexAleksey Kladov2020-03-192-14/+8
* Simplify SysrootAleksey Kladov2020-03-192-22/+20
* More direct CargoWorkspaceAleksey Kladov2020-03-192-84/+61
* Use dyn-ref instead of impl to impact compile times the leastEmil Lauridsen2020-03-171-1/+1
* Slight readablity improvementEmil Lauridsen2020-03-171-1/+1
* Remove outDirOverridesEmil Lauridsen2020-03-171-8/+0
* Support specifying OUT_DIR in json projectEmil Lauridsen2020-03-172-3/+22
* Change existing OUT_DIR override config to make use of new infrastructureEmil Lauridsen2020-03-172-22/+14
* Support loading OUT_DIR from cargo check at launchEmil Lauridsen2020-03-173-9/+102
* Fix crate display name dashesKirill Bulatov2020-03-161-2/+5
* Add extern sourceEdwin Cheng2020-03-111-3/+10
* Setup Env in worldEdwin Cheng2020-03-101-3/+15
* Consider crate declaration namesKirill Bulatov2020-03-081-6/+7
* ra_project_model: migrate to Sysroot::alloc()Veetaha2020-02-291-1/+1
* keep one CargoTomlNotFoundErrornmio2020-02-291-28/+31
* remove code used for testingnmio2020-02-271-1/+1
* fix unneeded bodynmio2020-02-271-6/+2
* fixes and improvementsnmio2020-02-271-23/+49
* clean upnmio2020-02-251-7/+2
* Initial debugging codenmio2020-02-241-5/+42
* Add suggestion for failed path resolutionYoshua Wuyts2020-02-231-1/+1
* Update versionsKirill Bulatov2020-02-181-5/+5
* More manual clippy fixesKirill Bulatov2020-02-182-30/+39
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-182-2/+2
* Simplify the command executionKirill Bulatov2020-02-171-34/+28
* Simplify the code furtherKirill Bulatov2020-02-171-45/+35
* Idempotent location and installation of rust srcKirill Bulatov2020-02-171-47/+56