aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cfg
Commit message (Expand)AuthorAgeFilesLines
* 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