rust/crates/rust-analyzer
Aaron Wood beb79ed104 Begin transition to new fields for JsonProject crate cfgs
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.
2020-05-08 16:59:52 -07:00
..
src Add support for incremental text synchronization 2020-04-30 21:26:57 +03:00
tests/heavy_tests Begin transition to new fields for JsonProject crate cfgs 2020-05-08 16:59:52 -07:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Add support for incremental text synchronization 2020-04-30 21:26:57 +03:00