Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only add features flags if non-empty | Edwin Cheng | 2019-12-23 | 1 | -1/+1 |
* | Use all-features by default | Aleksey Kladov | 2019-12-14 | 1 | -1/+7 |
* | Support setting cargo features | oxalica | 2019-12-13 | 2 | -7/+38 |
* | Merge #2381 | bors[bot] | 2019-11-24 | 3 | -1/+30 |
|\ | |||||
| * | add proc-macro crate type handling | JasperDeSutter | 2019-11-24 | 3 | -1/+30 |
* | | Add alloc to the sysroot | Marco Groppo | 2019-11-24 | 2 | -0/+10 |
|/ | |||||
* | Cleanup errors | Aleksey Kladov | 2019-11-22 | 1 | -3/+1 |
* | Add support for environment to CrateGraph | Aleksey Kladov | 2019-11-22 | 1 | -6/+19 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
* | return Error instead of panicking in from_cargo_metadata | Metabaron | 2019-11-12 | 1 | -7/+8 |
* | Implement FromStr for enum Edition | Metabaron | 2019-11-12 | 1 | -2/+5 |
* | Overwrite the prelude with one defined in a later dependency | Matthias Einwag | 2019-11-10 | 1 | -0/+2 |
* | Resolve core types | Matthias Einwag | 2019-11-09 | 2 | -1/+11 |
* | Bump crates | kjeremy | 2019-10-22 | 1 | -1/+1 |
* | hard-code nightly-only CFGs | Aleksey Kladov | 2019-10-08 | 1 | -0/+8 |
* | use slightly more idiomatic api for cfg | Aleksey Kladov | 2019-10-08 | 1 | -13/+23 |
* | Use raw cfgs in json project and fix typo | oxalica | 2019-10-05 | 2 | -8/+11 |
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 3 | -6/+46 |
* | Enable CfgOptions `test` for workspace crates | uHOOCCOOHu | 2019-10-02 | 2 | -3/+19 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 4 | -0/+8 |
* | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 1 | -8/+12 |
* | close #1763 | ivfranco | 2019-09-05 | 1 | -1/+1 |
* | Make sysroot use `RUST_SRC_PATH` if set | Bastian Köcher | 2019-08-22 | 1 | -11/+21 |
* | don't load sysroot in most heavy tests | Aleksey Kladov | 2019-08-19 | 2 | -5/+9 |
* | :arrow_up: deps | Aleksey Kladov | 2019-08-17 | 1 | -1/+1 |
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 2 | -24/+0 |
* | cleanup imports | Aleksey Kladov | 2019-08-06 | 1 | -5/+2 |
* | cleanup | Aleksey Kladov | 2019-08-06 | 3 | -6/+7 |
* | rename | Aleksey Kladov | 2019-08-06 | 1 | -10/+10 |
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -5/+0 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 2 | -2/+2 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 3 | -6/+6 |
* | Bump cargo_metadata, ena, flexi_logger | kjeremy | 2019-06-20 | 1 | -1/+1 |
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 1 | -0/+1 |
* | Merge #1404 | bors[bot] | 2019-06-15 | 4 | -10/+7 |
|\ | |||||
| * | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 4 | -10/+7 |
* | | Add alloc -> core dependency | Florian Diebold | 2019-06-13 | 1 | -0/+5 |
|/ | |||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -4/+3 |
* | Fix clippy::single_char_pattern | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | Sends cwd info for runnables and code lenses | Roberto Vidal | 2019-04-14 | 2 | -1/+14 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
* | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 2 | -3/+28 |
* | Improve filtering of file roots | Ville Penttinen | 2019-03-20 | 1 | -4/+33 |
* | Specify derive feature for serde | pcpthm | 2019-03-07 | 1 | -1/+1 |
* | Rename and change `add_roots` to return a `Vec`. | David Wood | 2019-03-07 | 1 | -1/+6 |
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 3 | -69/+221 |
* | Make edition handling a bit nicer and allow specifying edition in crate_graph... | Florian Diebold | 2019-02-13 | 2 | -9/+6 |
* | Keep track of crate edition | Florian Diebold | 2019-02-13 | 2 | -3/+14 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |