Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump languageserver-types to 0.53.0 to support LSP 3.14.0 | Jeremy A. Kolb | 2018-12-19 | 3 | -4/+4 | |
* | Merge #273 | bors[bot] | 2018-12-19 | 13 | -162/+418 | |
|\ | ||||||
| * | Add tests and only traverse in the crates directory | DJMcNab | 2018-12-19 | 7 | -94/+185 | |
| * | Move is_block to lower in the call tree | DJMcNab | 2018-12-19 | 4 | -115/+104 | |
| * | Revert "Revert to f6f7c5" | DJMcNab | 2018-12-19 | 3 | -22/+36 | |
| * | Fix handling of structs in match arms | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
| * | Revert to f6f7c5 | DJMcNab | 2018-12-19 | 3 | -36/+22 | |
| * | Fix expression parsing by bailing out upon a macro block being found | DJMcNab | 2018-12-19 | 2 | -17/+12 | |
| * | Possibly fix #225 | DJMcNab | 2018-12-19 | 2 | -21/+40 | |
| * | Actually fix at_ts doc comment (committed wrong file :P) | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
| * | Fix at_ts doc comment | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
| * | Fix parsing of inclusive ranges (#214) | DJMcNab | 2018-12-19 | 6 | -37/+158 | |
| * | Add a test to ensure that we can parse each file | DJMcNab | 2018-12-19 | 1 | -2/+43 | |
* | | File module source does not depend on syntax | Aleksey Kladov | 2018-12-18 | 6 | -17/+21 | |
* | | disable gc for now | Aleksey Kladov | 2018-12-18 | 1 | -1/+5 | |
* | | Gc syntax trees after every modification | Aleksey Kladov | 2018-12-18 | 2 | -8/+17 | |
* | | Work around a bug | Aleksey Kladov | 2018-12-18 | 1 | -4/+7 | |
* | | move thread worker to a separate crate | Aleksey Kladov | 2018-12-18 | 8 | -46/+52 | |
* | | By default, log only to stderr, and not to disk. | Andrew Chin | 2018-12-17 | 1 | -5/+5 | |
|/ | ||||||
* | Fixed cast expression parsing in ra_syntax. | Roland Ruckerbauer | 2018-12-17 | 4 | -15/+66 | |
* | fix installation on windows | Aleksey Kladov | 2018-12-17 | 1 | -1/+2 | |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 11 | -87/+92 | |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 18 | -40/+69 | |
* | use \b as word boundary | Bernardo | 2018-12-09 | 1 | -2/+30 | |
* | Merge #271 | bors[bot] | 2018-12-09 | 4 | -9/+68 | |
|\ | ||||||
| * | Reimplement format-hook using a rust binary | DJMcNab | 2018-12-09 | 2 | -22/+47 | |
| * | Update hook to not add unstaged files | DJMcNab | 2018-12-09 | 1 | -1/+3 | |
| * | Implement and test format hook | DJMcNab | 2018-12-09 | 3 | -8/+40 | |
* | | Answer canceled requests | Aleksey Kladov | 2018-12-09 | 1 | -1/+8 | |
* | | verbose assertions in SourceFileItems | Aleksey Kladov | 2018-12-09 | 1 | -6/+15 | |
* | | resolve extern crates propertly | Aleksey Kladov | 2018-12-09 | 4 | -51/+98 | |
* | | move tests to separate file | Aleksey Kladov | 2018-12-09 | 2 | -97/+95 | |
* | | WIP: resolve across crates | Aleksey Kladov | 2018-12-09 | 1 | -14/+41 | |
* | | make resolver fields private | Aleksey Kladov | 2018-12-09 | 2 | -12/+22 | |
* | | return dependencies with names | Aleksey Kladov | 2018-12-09 | 2 | -6/+17 | |
* | | thread info about dep names | Aleksey Kladov | 2018-12-09 | 3 | -12/+24 | |
* | | more crate boilerplate | Aleksey Kladov | 2018-12-09 | 4 | -12/+54 | |
* | | hir::Crate boilerplate | Aleksey Kladov | 2018-12-09 | 2 | -2/+21 | |
* | | propagate deps to CrateGraph | Aleksey Kladov | 2018-12-09 | 3 | -14/+43 | |
* | | track deps in project model | Aleksey Kladov | 2018-12-09 | 1 | -0/+10 | |
* | | Check Fileid in SourceFileMap | Aleksey Kladov | 2018-12-09 | 5 | -7/+23 | |
* | | switch threadpool back from rayon to threadpool | Aleksey Kladov | 2018-12-09 | 2 | -9/+7 | |
|/ | ||||||
* | Merge #267 | bors[bot] | 2018-12-09 | 2 | -8/+2 | |
|\ | ||||||
| * | Fix cargo format component name and run rustfmt | DJMcNab | 2018-12-09 | 2 | -8/+2 | |
| * | Add package command and upgrade event-stream | DJMcNab | 2018-12-08 | 1 | -1/+1 | |
* | | find next whitespace or begining or end | Bernardo | 2018-12-08 | 1 | -3/+3 | |
* | | Merge #265 | bors[bot] | 2018-12-08 | 4 | -24/+59 | |
|\ \ | ||||||
| * | | Refactor symbol resolve API | Aleksey Kladov | 2018-12-08 | 4 | -24/+59 | |
* | | | Merge #263 | bors[bot] | 2018-12-08 | 17 | -22/+28 | |
|\| | | ||||||
| * | | account for new layout when collecting tests | Aleksey Kladov | 2018-12-08 | 1 | -2/+8 |