Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 1 | -23/+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 |
* | 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 |
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 1 | -0/+1 |
* | Merge #1404 | bors[bot] | 2019-06-15 | 3 | -8/+7 |
|\ | |||||
| * | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 3 | -8/+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 | 1 | -3/+27 |
* | Improve filtering of file roots | Ville Penttinen | 2019-03-20 | 1 | -4/+33 |
* | 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 | 2 | -69/+218 |
* | 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 |
* | Clean up a bit | Florian Diebold | 2019-02-09 | 1 | -1/+1 |
* | Remove Vfs from project model | Florian Diebold | 2019-02-09 | 1 | -6/+3 |
* | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 3 | -10/+7 |
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 1 | -0/+88 |
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 3 | -0/+356 |