Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish transition to cfgs from the separate atoms and features. | Aaron Wood | 2020-06-09 | 1 | -41/+1 |
| | |||||
* | Put important things on top | Aleksey Kladov | 2020-06-03 | 1 | -7/+7 |
| | |||||
* | Begin transition to new fields for JsonProject crate cfgs | Aaron Wood | 2020-05-09 | 1 | -0/+79 |
| | | | | | | | | | | | | This starts the transition to a new method of documenting the cfgs that are enabled for a given crate in the json file. This is changing from a list of atoms and a dict of key:value pairs, to a list of strings that is equivalent to that returned by `rustc --print cfg ..`, and parsed in the same manner by rust-analyzer. This is the first of two changes, which adds the new field that contains the list of strings. Next change will complete the transition and remove the previous fields. | ||||
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -0/+1 |
| | |||||
* | Support specifying OUT_DIR in json project | Emil Lauridsen | 2020-03-17 | 1 | -0/+1 |
| | |||||
* | Use raw cfgs in json project and fix typo | oxalica | 2019-10-05 | 1 | -2/+3 |
| | |||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -0/+2 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 1 | -0/+49 |
This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots. |