Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #934 | bors[bot] | 2019-03-05 | 3 | -8/+32 | |
|\ \ | ||||||
| * | | show message in client's UI if workspace fails to load | Aleksey Kladov | 2019-03-05 | 3 | -8/+32 | |
|/ / | ||||||
* | | Merge #930 | bors[bot] | 2019-03-05 | 4 | -7/+188 | |
|\ \ | ||||||
| * | | Introduce pattern_list to parse pipe separated patterns | Ville Penttinen | 2019-03-05 | 2 | -10/+18 | |
| * | | Add support for parsing multiple if and while-let patterns | Ville Penttinen | 2019-03-04 | 3 | -1/+174 | |
| |/ | ||||||
* | | Merge #912 | bors[bot] | 2019-03-05 | 4 | -24/+116 | |
|\ \ | |/ |/| | ||||||
| * | Use impl_froms! | kjeremy | 2019-03-04 | 1 | -13/+3 | |
| * | Make ExpOrPatId private | kjeremy | 2019-03-04 | 2 | -4/+7 | |
| * | Format | Jeremy Kolb | 2019-03-04 | 1 | -7/+2 | |
| * | Add NavigationTarget::from_impl_item | Jeremy Kolb | 2019-03-04 | 2 | -14/+22 | |
| * | Remove commented out code | Jeremy Kolb | 2019-03-04 | 1 | -9/+0 | |
| * | Use ImplItems instead of just Function | Jeremy Kolb | 2019-03-04 | 3 | -40/+65 | |
| * | Make goto definition/hover resolve constructors | kjeremy | 2019-03-04 | 3 | -7/+87 | |
* | | Merge #929 | bors[bot] | 2019-03-04 | 3 | -12/+28 | |
|\ \ | ||||||
| * | | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 3 | -12/+28 | |
|/ / | ||||||
* | | Merge #927 | bors[bot] | 2019-03-04 | 4 | -2/+21 | |
|\ \ | |/ |/| | ||||||
| * | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 4 | -2/+21 | |
|/ | ||||||
* | Merge #926 | bors[bot] | 2019-03-04 | 3 | -1/+56 | |
|\ | ||||||
| * | 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 |