Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for highlighting, search only the current file | Aleksey Kladov | 2019-10-24 | 1 | -9/+52 |
* | add some profiling calls | Aleksey Kladov | 2019-10-24 | 1 | -0/+3 |
* | some fixes, add docs | Ekaterina Babshukova | 2019-10-22 | 1 | -19/+20 |
* | support items that visible to the parent module | Ekaterina Babshukova | 2019-10-22 | 1 | -2/+26 |
* | classify module from declaration | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+28 |
* | remove SearchScope | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+1 |
* | use Lazy, some fixes | Ekaterina Babshukova | 2019-10-22 | 1 | -5/+8 |
* | replace trait by a bunch of functions | Ekaterina Babshukova | 2019-10-22 | 1 | -5/+5 |
* | restructure a bit | Ekaterina Babshukova | 2019-10-22 | 1 | -351/+66 |
* | some fixes, add tests | Ekaterina Babshukova | 2019-10-22 | 1 | -4/+39 |
* | implement search of references | Ekaterina Babshukova | 2019-10-22 | 1 | -22/+28 |
* | return Declaration from classify_name_ref | Ekaterina Babshukova | 2019-10-22 | 1 | -3/+3 |
* | return Declaration from classify_name | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+1 |
* | refactor name_ref_kind.rs | Ekaterina Babshukova | 2019-10-22 | 1 | -43/+4 |
* | initial classify_name | Ekaterina Babshukova | 2019-10-22 | 1 | -28/+126 |
* | Prepare SourceDatabase API for lazy file loading | Aleksey Kladov | 2019-10-14 | 1 | -1/+1 |
* | Use `original_file` instead of `as_original_file` | Shotaro Yamada | 2019-10-10 | 1 | -1/+1 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -4/+3 |
* | fix renaming of modules | Aleksey Kladov | 2019-09-05 | 1 | -70/+84 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -3/+3 |
* | remove ast::*Kind from ra_ide_api | Aleksey Kladov | 2019-08-19 | 1 | -1/+1 |
* | Merge #1601 | bors[bot] | 2019-07-29 | 1 | -2/+67 |
|\ | |||||
| * | Rerun cargo format, to make tests pass and formatting incorrect | Phil Ellison | 2019-07-28 | 1 | -2/+2 |
| * | Remove vertical ellipses in references.cs | Phil Ellison | 2019-07-28 | 1 | -34/+33 |
| * | Inline snapshots for all tests in references.rs | Phil Ellison | 2019-07-28 | 1 | -1/+33 |
| * | Inline snapshots for all tests in complete_scope.rs | Phil Ellison | 2019-07-28 | 1 | -32/+34 |
| * | Remove unused highlights_code_inside_macro snapshot, inline rename_mod_in_dir... | Phil Ellison | 2019-07-28 | 1 | -1/+33 |
* | | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 1 | -1/+2 |
|/ | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -19/+16 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -4/+4 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -21/+9 |
* | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+1 |
* | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |
* | hide some scopes | Aleksey Kladov | 2019-04-13 | 1 | -13/+9 |
* | type-safer source-map for bindings | Aleksey Kladov | 2019-04-10 | 1 | -4/+7 |
* | Move ra_ide_api unit tests | Wilco Kusee | 2019-03-25 | 1 | -1/+47 |
* | Rename source_edit to source_file_edit to match file_system_edit | Ville Penttinen | 2019-03-25 | 1 | -1/+1 |
* | Further improvements to the SourceChange convenience methods | Ville Penttinen | 2019-03-25 | 1 | -12/+2 |
* | Remove leading :: | Ville Penttinen | 2019-02-17 | 1 | -1/+1 |
* | Refactor find_all_refs to return ReferenceSearchResult | Ville Penttinen | 2019-02-17 | 1 | -30/+76 |
* | Turn ImplBlock into a copy type just containing IDs | Florian Diebold | 2019-02-16 | 1 | -0/+1 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -3/+3 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -3/+1 |
* | move find_references to references | Aleksey Kladov | 2019-02-08 | 1 | -13/+53 |
* | rename rename to references | Aleksey Kladov | 2019-02-08 | 1 | -0/+273 |