Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional target to crates in json project, lookup default cfgs per ↵ | Paul Daniel Faria | 2020-07-04 | 1 | -0/+10 |
| | | | | target when generating cfg list | ||||
* | Move feature desugaring to the right abstraction layer | Aleksey Kladov | 2020-05-08 | 1 | -16/+0 |
| | |||||
* | Support build.rs cargo:rustc-cfg | robojumper | 2020-05-04 | 1 | -0/+9 |
| | |||||
* | Disallow regressing crate docs | Aleksey Kladov | 2019-11-12 | 1 | -2/+3 |
| | |||||
* | use slightly more idiomatic api for cfg | Aleksey Kladov | 2019-10-08 | 1 | -15/+9 |
| | |||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -0/+10 |
| | |||||
* | Refactor CfgOptions inside | uHOOCCOOHu | 2019-10-02 | 1 | -9/+17 |
| | |||||
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 1 | -0/+43 |