Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support setting cargo features | oxalica | 2019-12-13 | 1 | -1/+1 |
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 2 | -2/+2 |
* | Fix panic in batch analysis | Aleksey Kladov | 2019-11-24 | 1 | -3/+6 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
* | Update crates | kjeremy | 2019-11-07 | 1 | -1/+1 |
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -1/+1 |
* | remove one more dependency on source roots | Aleksey Kladov | 2019-10-14 | 1 | -8/+2 |
* | use slightly more idiomatic api for cfg | Aleksey Kladov | 2019-10-08 | 1 | -2/+6 |
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -6/+12 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | don't break parser error recovery in presence of macros | Aleksey Kladov | 2019-09-12 | 1 | -0/+4 |
* | document module | Aleksey Kladov | 2019-09-09 | 1 | -1/+1 |
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 2 | -2/+3 |
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-25 | 2 | -4/+9 |
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -2/+2 |
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 3 | -59/+16 |
* | rename | Aleksey Kladov | 2019-08-06 | 2 | -12/+12 |
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -4/+0 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 2 | -9/+7 |
* | move ra_prof dep where it belongs | Aleksey Kladov | 2019-06-26 | 1 | -4/+0 |
* | add cpuprofile to ra_prof | Aleksey Kladov | 2019-06-26 | 1 | -0/+4 |
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 2 | -71/+79 |
* | reuse AnalysisHost in batch analysis | Aleksey Kladov | 2019-06-15 | 2 | -94/+71 |
* | cargo format | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+0 |
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 2 | -6/+3 |
* | make LRU_CAP configurable for batch db | Aleksey Kladov | 2019-06-12 | 1 | -2/+6 |
* | use salsa's LRU for syntax trees | Aleksey Kladov | 2019-06-12 | 1 | -1/+3 |
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -2/+2 |
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -1/+6 |
* | migrate to salsas interning | Aleksey Kladov | 2019-04-09 | 1 | -10/+2 |
* | Make robust about target directory | pcpthm | 2019-04-04 | 1 | -4/+1 |
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -5/+1 |
* | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 1 | -25/+20 |
* | Improve filtering of file roots | Ville Penttinen | 2019-03-20 | 2 | -29/+66 |
* | Upgrade ra_vfs to use new Filtering | Ville Penttinen | 2019-03-18 | 2 | -3/+28 |
* | Rename and change `add_roots` to return a `Vec`. | David Wood | 2019-03-07 | 1 | -1/+1 |
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 1 | -6/+1 |
* | switch to crates.io vfs | Aleksey Kladov | 2019-02-18 | 1 | -1/+1 |
* | fix-tests | Aleksey Kladov | 2019-02-17 | 1 | -4/+4 |
* | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 1 | -1/+0 |
* | Remove call to canonicalize in BatchDatabase::load_cargo | Ville Penttinen | 2019-02-14 | 1 | -1/+1 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Clean up a bit | Florian Diebold | 2019-02-10 | 1 | -2/+1 |
* | Add a smoke test for ra_batch | Florian Diebold | 2019-02-10 | 1 | -0/+24 |
* | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 1 | -2/+7 |
* | Implement BatchDatabase construction | Florian Diebold | 2019-02-10 | 2 | -11/+100 |
* | Add new crate | Florian Diebold | 2019-02-10 | 2 | -0/+54 |