Commit Graph

1160 Commits

Author SHA1 Message Date
bors[bot] 5ebfd24eb9 Merge #257
257: Fix a copy and pasting typo in lexer/ptr.rs r=matklad a=DJMcNab



Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
2018-12-05 21:50:50 +00:00
DJMcNab 5da245ec33 Fix a copy and pasting typo 2018-12-05 21:46:43 +00:00
Aleksey Kladov 0b1c0ee225 First step towards crate deps 2018-12-05 16:01:18 +03:00
Aleksey Kladov 7ef1697df8 make stuff private 2018-12-05 15:31:40 +03:00
bors[bot] d1b993c0aa Merge #255
255: Binders r=matklad a=matklad

Binding sources to hir is a fuzzy operation, so let's move it to a special enclave in the source code. 

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-12-05 10:21:28 +00:00
Aleksey Kladov db456749a8 make stuff private 2018-12-05 13:20:11 +03:00
Aleksey Kladov 4344264024 move fuzzy source binding to a separete mode 2018-12-05 13:16:20 +03:00
Aleksey Kladov 7960c8b276 restore index-based gotodef 2018-12-05 12:17:38 +03:00
bors[bot] 84f2509730 Merge #254
254: Defids r=matklad a=matklad

Fleshing out DefIds some more

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-12-04 20:54:54 +00:00
Aleksey Kladov 54d053c881 minor 2018-12-04 23:52:14 +03:00
Aleksey Kladov d8b0379e10 Add functions to DefId 2018-12-04 23:44:00 +03:00
Aleksey Kladov 947e3350e0 module-scoped defloc 2018-12-04 23:01:53 +03:00
Aleksey Kladov 45fce90349 ModuleSource is ItemSource 2018-12-04 22:46:23 +03:00
Aleksey Kladov a9e4142f43 include file itself in SourceFileItems 2018-12-04 21:21:39 +03:00
bors[bot] 244f9a142f Merge #250
250: Improve the suggestion for test functions r=DJMcNab a=DJMcNab

I haven't fully updated the previous commented out test - I don't know why it was commented out so some clarification would be welcome.

Co-authored-by: Daniel McNab <36049421+djmcnab@users.noreply.github.com>
Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
2018-12-02 14:58:32 +00:00
DJMcNab 224e0cee5a Fix formatting 2018-12-02 14:57:54 +00:00
bors[bot] 0bdf8deb77 Merge #252
252: Improve 'introduce variable' r=matklad a=flodiebold

 - make it possible to extract a prefix of an expression statement (e.g.
   `<|>foo.bar()<|>.baz()`)
 - don't turn the last expression in a block into a let statement
 - also fix a few typos

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2018-12-02 13:08:16 +00:00
Florian Diebold 2706456832 Improve 'introduce variable'
- make it possible to extract a prefix of an expression statement (e.g.
   <|>foo.bar()<|>.baz())
 - don't turn the last expression in a block into a let statement
2018-12-02 14:00:46 +01:00
Aleksey Kladov bcc2342be6 Put derive back
It is used in this file
2018-12-02 12:27:30 +03:00
Aleksey Kladov edd3768a44 Add `derive` after doc comments 2018-12-02 12:19:22 +03:00
bors[bot] 714f6afb32 Merge #251
251: Clippy lints r=matklad a=kjeremy



Co-authored-by: Jeremy A. Kolb <jkolb@ara.com>
2018-11-30 14:40:26 +00:00
Jeremy A. Kolb ab7843c2d1 Put map back 2018-11-30 09:39:30 -05:00
Jeremy A. Kolb f32dc71351 Clippy lints 2018-11-29 15:30:49 -05:00
Daniel McNab 3dea87b054 Format completion text properly 2018-11-28 22:02:53 +00:00
Daniel McNab f988441904 Add tfn lookup and remove test prefix 2018-11-28 18:39:33 +00:00
Aleksey Kladov 70a7cb34ec switch to released id-arena 2018-11-28 21:03:30 +03:00
Daniel McNab b47a88be9c Change the body and name of the test function completion 2018-11-28 17:04:03 +00:00
bors[bot] 0cda188621 Merge #248
248: Hir tests r=matklad a=matklad

bors r+

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-11-28 13:28:44 +00:00
Aleksey Kladov 555483d397 drop comment 2018-11-28 16:27:43 +03:00
Aleksey Kladov af7a0596f6 remove useless test hooks 2018-11-28 16:25:56 +03:00
Aleksey Kladov d30bbfda74 make a bunch of stuff private 2018-11-28 16:24:06 +03:00
Aleksey Kladov e89700f967 Move hir tests to hit 2018-11-28 16:19:01 +03:00
bors[bot] 95c0c8f398 Merge #247
247: Hir r=matklad a=matklad

This doesn't achive anything new, just a big refactoring. 

The main change is that Descriptors are now called `hir`, and live in a separate crate.

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-11-28 01:10:58 +00:00
Aleksey Kladov 59e29aef63 Move hir to a separate crate 2018-11-28 04:09:44 +03:00
Aleksey Kladov 0e4b710af8 introduce hir crate 2018-11-28 03:42:26 +03:00
Aleksey Kladov f66e5b6e6b move ids to HIR 2018-11-28 03:31:50 +03:00
Aleksey Kladov 11168c464c move db basics to ra_db
This should allow to move hir to a separate crate
2018-11-28 03:25:20 +03:00
Aleksey Kladov b2de95879a generalize location interner 2018-11-28 02:49:28 +03:00
Aleksey Kladov ec45dfea1e rename file_syntax -> source_file 2018-11-28 02:25:03 +03:00
Aleksey Kladov 65c064b2a9 introduce SymbolsDatabase 2018-11-28 02:22:25 +03:00
Aleksey Kladov 201aa7ea2a remove syntax ptr 2018-11-28 02:15:21 +03:00
Aleksey Kladov c2abd17f57 Use ItemPtr for id 2018-11-28 02:13:52 +03:00
Aleksey Kladov 3922503205 ItemId based module source 2018-11-28 02:09:09 +03:00
Aleksey Kladov 9027a21f9a Introduce SourceItemId 2018-11-28 01:53:54 +03:00
Aleksey Kladov 00df339c41 rename 2018-11-28 01:48:43 +03:00
Aleksey Kladov 5e7f4202cf Move FileItems up 2018-11-28 01:45:36 +03:00
Aleksey Kladov b9100d769a Remove unused dead code 2018-11-28 01:41:10 +03:00
Aleksey Kladov 4c9933c016 check_canceled is a method 2018-11-28 01:38:39 +03:00
Aleksey Kladov 806ea03b64 drop descriptor suffix, use hir:: instead 2018-11-28 01:22:17 +03:00
Aleksey Kladov 36b1d20c16 rename ModuleDescriptor -> Module 2018-11-28 01:19:55 +03:00