aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/src/input.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_cfg -> cfgAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Rename ra_tt -> ttAleksey Kladov2020-08-121-2/+2
* More Rustic API for EnvAleksey Kladov2020-07-211-13/+4
* Add a transitive deps iterator to `CrateGraph`Jonas Schievink2020-07-011-0/+17
* Use Strings for display namesAleksey Kladov2020-07-011-3/+3
* Use CrateName for semantic namesAleksey Kladov2020-07-011-4/+14
* New VFSAleksey Kladov2020-06-231-69/+10
* Don't panic on crates depending on themselvesFlorian Diebold2020-06-191-5/+30
* Make relevant_crates return a SetAleksey Kladov2020-06-111-5/+3
* SimplifyAleksey Kladov2020-06-091-8/+4
* Propogate fixture meta to AnalysisHostvsrs2020-05-161-0/+15
* Some clippy fixesJeremy Kolb2020-04-191-1/+1
* Remove deps on tt_mbeEdwin Cheng2020-03-261-3/+20
* Add ProcMacroClientEdwin Cheng2020-03-251-0/+15
* Support loading OUT_DIR from cargo check at launchEmil Lauridsen2020-03-171-10/+11
* Use Display instead of a custom methodKirill Bulatov2020-03-161-2/+5
* Fix crate display name dashesKirill Bulatov2020-03-161-2/+7
* Add extern sourceEdwin Cheng2020-03-111-4/+20
* Add ExternSourceId and env functionsEdwin Cheng2020-03-101-0/+27
* Add fixture meta for single file fixtureEdwin Cheng2020-03-101-0/+10
* SimplifyAleksey Kladov2020-03-091-7/+1
* SimplifyAleksey Kladov2020-03-091-18/+8
* Minimize APIAleksey Kladov2020-03-091-6/+2
* Use `Index` for CrateGraphAleksey Kladov2020-03-091-7/+10
* Less abstract CrateData apiKirill Bulatov2020-03-091-33/+27
* Consider crate declaration namesKirill Bulatov2020-03-081-21/+78
* ra_db: removed a couple of explicit lifetimesVeetaha2020-02-221-5/+2
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-1/+1
* Apply the reviews suggestionsKirill Bulatov2020-02-051-13/+24
* Normalize dashes in crate namesKirill Bulatov2020-02-051-8/+33
* Remove the Default impl for SourceRootMichal Terepeta2020-01-081-4/+4
* Run rustfmt with respect to Cargo.toml editionVincent Rouillé2019-12-041-0/+9
* ReorderAleksey Kladov2019-11-221-37/+37
* Cleanup errorsAleksey Kladov2019-11-221-18/+28
* Add support for environment to CrateGraphAleksey Kladov2019-11-221-10/+24
* Fix unused importMetabaron2019-11-121-1/+1
* return Error instead of panicking in from_cargo_metadataMetabaron2019-11-121-3/+8
* Implement FromStr for enum EditionMetabaron2019-11-121-5/+7
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-1/+2
* move crate_def_map tests to hir_defAleksey Kladov2019-11-031-0/+1
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-141-1/+1
* reduce visibilityAleksey Kladov2019-10-111-3/+3
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-12/+16
* Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-021-1/+8
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-7/+8
* introduce hir debugging infraAleksey Kladov2019-09-091-3/+13
* make source_root API more abstractAleksey Kladov2019-09-061-2/+14
* Clippy changesJeremy Kolb2019-07-051-1/+2