Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 1 | -1/+2 |
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-25 | 1 | -3/+7 |
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -2/+2 |
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 2 | -59/+15 |
* | rename | Aleksey Kladov | 2019-08-06 | 2 | -12/+12 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 2 | -9/+7 |
* | 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 | 1 | -94/+70 |
* | 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 | 1 | -4/+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 | 1 | -2/+27 |
* | 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 |
* | 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 |
* | 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 | 1 | -3/+96 |
* | Add new crate | Florian Diebold | 2019-02-10 | 1 | -0/+30 |