aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cfg
Commit message (Expand)AuthorAgeFilesLines
* Cleanup CFG APIAleksey Kladov2020-07-232-16/+11
* Remove dead codeAleksey Kladov2020-07-231-4/+0
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* Add optional target to crates in json project, lookup default cfgs per target...Paul Daniel Faria2020-07-041-0/+10
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-55/+0
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-221-10/+7
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-3/+65
* Move feature desugaring to the right abstraction layerAleksey Kladov2020-05-081-16/+0
* Support build.rs cargo:rustc-cfgrobojumper2020-05-041-0/+9
* Update versionsKirill Bulatov2020-02-181-1/+1
* Disable doctestsAleksey Kladov2019-11-171-0/+3
* Disallow regressing crate docsAleksey Kladov2019-11-121-2/+3
* use slightly more idiomatic api for cfgAleksey Kladov2019-10-081-15/+9
* Add docsuHOOCCOOHu2019-10-021-0/+4
* Read default cfgs from rustcuHOOCCOOHu2019-10-021-0/+10
* OptimizeuHOOCCOOHu2019-10-021-1/+1
* Refactor CfgOptions insideuHOOCCOOHu2019-10-021-9/+17
* Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-023-0/+185