Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat the world | Aleksey Kladov | 2019-02-08 | 23 | -274/+87 |
| | |||||
* | diagnostics is now a function | Aleksey Kladov | 2019-02-08 | 2 | -64/+62 |
| | |||||
* | move diagnostics to a separate file | Aleksey Kladov | 2019-02-08 | 2 | -27/+22 |
| | |||||
* | move index_resolve to symbol index | Aleksey Kladov | 2019-02-08 | 4 | -14/+11 |
| | |||||
* | move find_references to references | Aleksey Kladov | 2019-02-08 | 3 | -67/+55 |
| | |||||
* | rename rename to references | Aleksey Kladov | 2019-02-08 | 2 | -2/+2 |
| | |||||
* | move crate for | Aleksey Kladov | 2019-02-08 | 3 | -16/+16 |
| | |||||
* | move changes to a separate file | Aleksey Kladov | 2019-02-08 | 4 | -254/+263 |
| | |||||
* | Some clippy cleanups | kjeremy | 2019-02-06 | 6 | -16/+17 |
| | |||||
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 7 | -295/+25 |
| | |||||
* | Rename assits to assists | Jeremy Kolb | 2019-02-05 | 6 | -5/+5 |
| | |||||
* | Merge #740 | bors[bot] | 2019-02-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | 740: Update dependencies r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 1 | -1/+1 |
| | | |||||
* | | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 2 | -0/+36 |
| | | |||||
* | | Make it possible to have multiple crate in a mock analysis fixture | Florian Diebold | 2019-02-04 | 1 | -2/+10 |
|/ | |||||
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 2 | -2/+4 |
| | |||||
* | fill match arm | gfreezy | 2019-02-03 | 6 | -2/+290 |
| | |||||
* | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 5 | -411/+3 |
| | |||||
* | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 5 | -6/+212 |
| | |||||
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 4 | -24/+120 |
| | |||||
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 3 | -21/+17 |
| | |||||
* | Cleanup | Florian Diebold | 2019-02-01 | 3 | -4/+5 |
| | |||||
* | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 2 | -24/+36 |
| | |||||
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 5 | -68/+74 |
| | |||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+2 |
| | |||||
* | remove hard-coded support for ctry macro | Aleksey Kladov | 2019-02-01 | 4 | -44/+15 |
| | | | | | It was used mainly to prevent HirFileId infra from bitroting, but the `vec![]` macro can serve that just as well! | ||||
* | Go To Implementation for Trait | kjeremy | 2019-01-31 | 1 | -6/+78 |
| | |||||
* | Merge #702 | bors[bot] | 2019-01-30 | 3 | -0/+138 |
|\ | | | | | | | | | | | | | | | | | 702: Go to Implementation r=matklad a=kjeremy First half of #620 Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: kjeremy <[email protected]> | ||||
| * | Resolve crate | kjeremy | 2019-01-30 | 1 | -2/+1 |
| | | |||||
| * | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 3 | -0/+139 |
| | | |||||
* | | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 4 | -74/+49 |
|/ | |||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 3 | -2/+16 |
| | |||||
* | Merge #678 | bors[bot] | 2019-01-28 | 5 | -19/+96 |
|\ | | | | | | | | | | | | | | | 678: WIP: automatically collect garbage r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | update salsa | Aleksey Kladov | 2019-01-28 | 1 | -10/+8 |
| | | |||||
| * | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| | | |||||
| * | show jemalloc | Aleksey Kladov | 2019-01-27 | 3 | -1/+34 |
| | | |||||
| * | drop obsolete comment | Aleksey Kladov | 2019-01-27 | 1 | -3/+0 |
| | | |||||
| * | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 4 | -16/+65 |
| | | |||||
* | | Sort completions in tests | Florian Diebold | 2019-01-27 | 25 | -270/+271 |
|/ | |||||
* | Merge #690 | bors[bot] | 2019-01-27 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | 690: Fix module resolution for non standard filenames r=matklad a=regiontog fixes #668 Co-authored-by: Erlend Tobiassen <[email protected]> | ||||
| * | Update test to use correct paths | Erlend Tobiassen | 2019-01-27 | 1 | -6/+6 |
| | | |||||
* | | Merge #691 | bors[bot] | 2019-01-27 | 1 | -4/+2 |
|\ \ | |/ |/| | | | | | | | | | | | 691: remove dead code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | remove dead code | Aleksey Kladov | 2019-01-27 | 1 | -4/+2 |
| | | |||||
* | | Merge #662 | bors[bot] | 2019-01-27 | 2 | -8/+2 |
|\ \ | |/ |/| | | | | | | | | | | | 662: Preserve indentation in doc comments r=matklad a=kjeremy Fixes #502 Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Make doc comments optional | Jeremy Kolb | 2019-01-26 | 2 | -8/+2 |
| | | |||||
* | | fix panic in call info | Aleksey Kladov | 2019-01-26 | 2 | -2/+21 |
|/ | | | | | closes #317 closes #675 | ||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 12 | -28/+28 |
| | |||||
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 12 | -15/+15 |
| | |||||
* | move ide queries to ide db | Aleksey Kladov | 2019-01-26 | 2 | -9/+14 |
| | |||||
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 11 | -14/+13 |
| |