Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | allow vararg functions | Aleksey Kladov | 2019-03-04 | 3 | -1/+56 | |
* | | Merge #925 | bors[bot] | 2019-03-04 | 5 | -61/+83 | |
|\ \ | |/ |/| | ||||||
| * | improve error recovery | Aleksey Kladov | 2019-03-04 | 4 | -59/+77 | |
| * | extract block contents into a function | Aleksey Kladov | 2019-03-04 | 1 | -2/+6 | |
|/ | ||||||
* | Merge #916 | bors[bot] | 2019-03-04 | 4 | -72/+220 | |
|\ | ||||||
| * | Add expander unit tests | Wilco Kusee | 2019-03-03 | 1 | -4/+69 | |
| * | Add parser unit tests | Wilco Kusee | 2019-03-03 | 3 | -6/+58 | |
| * | Split parse and expand errors | Wilco Kusee | 2019-03-03 | 4 | -72/+74 | |
| * | Formatting | Wilco Kusee | 2019-03-02 | 1 | -10/+20 | |
| * | Replace option with result in mbe | Wilco Kusee | 2019-03-02 | 4 | -74/+93 | |
* | | Merge #924 | bors[bot] | 2019-03-04 | 10 | -43/+423 | |
|\ \ | ||||||
| * | | Allow syntax strings to contain test markers | Ville Penttinen | 2019-03-04 | 1 | -1/+3 | |
| * | | Implement syntax tree support for syntax inside string | Ville Penttinen | 2019-03-04 | 3 | -8/+206 | |
| * | | Allow syntax tree to update when changing files | Ville Penttinen | 2019-03-03 | 2 | -17/+26 | |
| * | | Rename syntaxtree text provider to SyntaxTreeContentProvider | Ville Penttinen | 2019-03-03 | 3 | -13/+11 | |
| * | | Add vscode support for range in SyntaxTreeParams | Ville Penttinen | 2019-03-03 | 3 | -11/+41 | |
| * | | Add optional range parameter to SyntaxTreeParams | Ville Penttinen | 2019-03-03 | 4 | -5/+148 | |
|/ / | ||||||
* | | Merge #917 | bors[bot] | 2019-03-03 | 50 | -1291/+1286 | |
|\ \ | ||||||
| * | | Inline type inference test snapshots | Florian Diebold | 2019-03-03 | 59 | -1504/+1096 | |
| * | | emacs: Fix (void-variable rust-analyzer--last-runnable) | Florian Diebold | 2019-03-03 | 1 | -1/+1 | |
| * | | Represent unknown types as {unknown} instead of [unknown] | Florian Diebold | 2019-03-03 | 29 | -172/+172 | |
| * | | Add a bunch of tests for type inference involving traits | Florian Diebold | 2019-03-02 | 13 | -0/+403 | |
|/ / | ||||||
* | | Merge #908 | bors[bot] | 2019-03-02 | 1 | -8/+27 | |
|\ \ | ||||||
| * | | Enable markup for hover on expressions which resolve using type_of | Ville Penttinen | 2019-02-28 | 1 | -8/+27 | |
* | | | Merge #915 | bors[bot] | 2019-03-02 | 16 | -133/+108 | |
|\ \ \ | ||||||
| * | | | remove comment | Aleksey Kladov | 2019-03-02 | 1 | -1/+0 | |
| * | | | remove second way to get the body | Aleksey Kladov | 2019-03-02 | 2 | -5/+1 | |
| * | | | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 6 | -19/+18 | |
| * | | | align lower module query names | Aleksey Kladov | 2019-03-02 | 7 | -23/+15 | |
| * | | | rename scopes | Aleksey Kladov | 2019-03-02 | 4 | -9/+9 | |
| * | | | rename to source_map | Aleksey Kladov | 2019-03-02 | 2 | -17/+13 | |
| * | | | dont store body inside source map | Aleksey Kladov | 2019-03-02 | 5 | -61/+54 | |
| * | | | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 11 | -32/+32 | |
| | |/ | |/| | ||||||
* | | | Merge #914 | bors[bot] | 2019-03-02 | 1 | -28/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | A bit of cleanup in ty.rs | Florian Diebold | 2019-03-02 | 1 | -28/+1 | |
|/ / | ||||||
* | | Merge #910 | bors[bot] | 2019-02-28 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update hover message since we do support globs | kjeremy | 2019-02-28 | 1 | -1/+1 | |
|/ / | ||||||
* / | add syntax-trees video | Aleksey Kladov | 2019-02-28 | 1 | -0/+3 | |
|/ | ||||||
* | Merge #906 | bors[bot] | 2019-02-27 | 3 | -3/+124 | |
|\ | ||||||
| * | Enable hover support for NamedFieldDefs | Ville Penttinen | 2019-02-27 | 1 | -3/+79 | |
| * | Allow goto-definition to work for named fields in struct initializer | Ville Penttinen | 2019-02-27 | 2 | -0/+45 | |
* | | Merge #905 | bors[bot] | 2019-02-27 | 2 | -61/+63 | |
|\ \ | |/ |/| | ||||||
| * | Fix the build | kjeremy | 2019-02-27 | 1 | -1/+3 | |
| * | Update deps | kjeremy | 2019-02-27 | 1 | -60/+60 | |
|/ | ||||||
* | Merge #900 | bors[bot] | 2019-02-27 | 9 | -61/+72 | |
|\ | ||||||
| * | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | 2019-02-27 | 6 | -43/+24 | |
| * | Use TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 2 | -12/+15 | |
| * | Add new trait TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 3 | -9/+36 | |
* | | Merge #901 | bors[bot] | 2019-02-27 | 4 | -21/+179 | |
|\ \ | ||||||
| * | | Add support for hovering over the name of an item | Ville Penttinen | 2019-02-27 | 2 | -2/+28 |