Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 1 | -55/+0 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 1 | -10/+7 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -3/+65 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | 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 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | Add docs | uHOOCCOOHu | 2019-10-02 | 1 | -0/+4 |
| | |||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -0/+10 |
| | |||||
* | Optimize | uHOOCCOOHu | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Refactor CfgOptions inside | uHOOCCOOHu | 2019-10-02 | 1 | -9/+17 |
| | |||||
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 3 | -0/+185 |