Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Specify derive feature for serde | pcpthm | 2019-03-07 | 2 | -2/+2 | |
* | | Add support for goto definition and hover on Self | Ville Penttinen | 2019-03-07 | 4 | -26/+190 | |
|/ | ||||||
* | when loading workspace, say how many packages were loaded | Aleksey Kladov | 2019-03-07 | 3 | -22/+21 | |
* | Merge #939 | bors[bot] | 2019-03-07 | 8 | -93/+309 | |
|\ | ||||||
| * | Remove rust-project.json test w/ dependencies. | David Wood | 2019-03-07 | 1 | -43/+0 | |
| * | Add test demonstrating logic for handling deps. | David Wood | 2019-03-07 | 1 | -1/+44 | |
| * | Rename and change `add_roots` to return a `Vec`. | David Wood | 2019-03-07 | 3 | -3/+8 | |
| * | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 8 | -93/+304 | |
* | | Use source map | kjeremy | 2019-03-06 | 2 | -15/+10 | |
* | | Hover for associated items in patterns | kjeremy | 2019-03-06 | 3 | -9/+56 | |
|/ | ||||||
* | Merge #933 | bors[bot] | 2019-03-06 | 2 | -12/+45 | |
|\ | ||||||
| * | Check installed extension | Caio | 2019-03-05 | 2 | -12/+45 | |
* | | Add showWorkspaceLoadedNotification to vscode client | Ville Penttinen | 2019-03-06 | 5 | -21/+63 | |
* | | Rename feedback to show_message | Ville Penttinen | 2019-03-05 | 3 | -13/+13 | |
* | | Remove InternalFeedback | Ville Penttinen | 2019-03-05 | 1 | -7/+0 | |
* | | Send an actual ShowMessage instead of InternalFeedback in feedback() | Ville Penttinen | 2019-03-05 | 3 | -20/+27 | |
* | | Updates | kjeremy | 2019-03-05 | 5 | -6/+6 | |
* | | dont produce giant debug dumps | Aleksey Kladov | 2019-03-05 | 1 | -1/+8 | |
* | | 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 | |
* | | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 3 | -12/+28 | |
* | | 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 | |
* | | 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 | |
* | | 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 | |
* | | Add optional range parameter to SyntaxTreeParams | Ville Penttinen | 2019-03-03 | 4 | -5/+148 | |
* | | Inline type inference test snapshots | Florian Diebold | 2019-03-03 | 59 | -1504/+1096 | |
* | | 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 |