Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 2 | -0/+171 |