Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed old incorrect test | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
* | Fix typo | Edwin Cheng | 2019-05-02 | 1 | -3/+3 |
* | Compare text instead | Edwin Cheng | 2019-05-02 | 1 | -2/+2 |
* | Add empty bindings and some refactoring | Edwin Cheng | 2019-05-02 | 2 | -22/+41 |
* | Make `vis` matcher optional and fix typo | Edwin Cheng | 2019-05-02 | 3 | -5/+28 |
* | Remove unused code in subtree_source | Edwin Cheng | 2019-05-02 | 1 | -182/+41 |
* | Formating | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
* | Remove unused code and add space bewteen tt | Edwin Cheng | 2019-05-02 | 2 | -32/+80 |
* | Merge #1222 | bors[bot] | 2019-05-01 | 1 | -1/+9 |
|\ | |||||
| * | Skip Dollars when bump raw token | Edwin Cheng | 2019-05-01 | 1 | -1/+9 |
* | | Merge #1223 | bors[bot] | 2019-05-01 | 2 | -0/+117 |
|\ \ | |/ |/| | |||||
| * | add complex match case and documentation | Unreal Hoang | 2019-05-01 | 1 | -13/+29 |
| * | move guard to arm body assist. | Unreal Hoang | 2019-05-01 | 2 | -0/+101 |
* | | Merge #1220 | bors[bot] | 2019-05-01 | 3 | -1/+49 |
|\ \ | |||||
| * | | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 3 | -1/+49 |
* | | | Use correct FileId when expanding macros in expressions | Aleksey Kladov | 2019-05-01 | 2 | -33/+44 |
| |/ |/| | |||||
* | | Sidestep two-phase borrow violation signaled by mutable_borrow_reservation_co... | Felix S. Klock II | 2019-04-29 | 1 | -2/+3 |
|/ | |||||
* | Merge #1213 | bors[bot] | 2019-04-28 | 9 | -132/+185 |
|\ | |||||
| * | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 9 | -132/+185 |
* | | Fix hover on the beginning of a nested expression | Florian Diebold | 2019-04-28 | 3 | -10/+33 |
|/ | |||||
* | Simplify | kjeremy | 2019-04-26 | 2 | -13/+10 |
* | Add is_empty to Arena | kjeremy | 2019-04-26 | 1 | -0/+3 |
* | Pass in char instead of single-char string | kjeremy | 2019-04-26 | 1 | -3/+3 |
* | Elide lifetime | kjeremy | 2019-04-26 | 1 | -1/+1 |
* | Use panic instead of unwrap | Edwin Cheng | 2019-04-25 | 1 | -8/+6 |
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 7 | -24/+202 |
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 7 | -226/+218 |
* | Add more information on macro rules fail to parse | Edwin Cheng | 2019-04-25 | 1 | -2/+8 |
* | Fix incorrect repeat sep eating | Edwin Cheng | 2019-04-25 | 3 | -24/+304 |
* | drop empty file | Aleksey Kladov | 2019-04-25 | 1 | -0/+0 |
* | simplify match | kjeremy | 2019-04-24 | 1 | -4/+1 |
* | See through references | kjeremy | 2019-04-24 | 1 | -2/+20 |
* | Merge #1200 | bors[bot] | 2019-04-23 | 1 | -18/+70 |
|\ | |||||
| * | CR corrections | Roberto Vidal | 2019-04-23 | 1 | -2/+2 |
| * | Allows searching for case-equivalent symbols (fixes #1151) | Roberto Vidal | 2019-04-23 | 1 | -18/+70 |
* | | Simplify | kjeremy | 2019-04-23 | 1 | -5/+3 |
* | | Basic resolution for ADT | kjeremy | 2019-04-23 | 5 | -2/+99 |
|/ | |||||
* | Merge #1147 | bors[bot] | 2019-04-23 | 6 | -15/+133 |
|\ | |||||
| * | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 5 | -55/+112 |
| * | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 7 | -106/+135 |
| * | Addeded resolver and db | Lenard Pratt | 2019-04-22 | 2 | -60/+92 |
* | | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 4 | -3/+47 |
|/ | |||||
* | Add cached for SubtreeSource | Edwin Cheng | 2019-04-22 | 1 | -4/+20 |
* | Merge #1194 | bors[bot] | 2019-04-22 | 7 | -77/+271 |
|\ | |||||
| * | unused import | Aleksey Kladov | 2019-04-22 | 1 | -2/+0 |
| * | remove path_ident from CompletionContext | Aleksey Kladov | 2019-04-22 | 2 | -39/+38 |
| * | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 7 | -92/+68 |
| * | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 3 | -16/+18 |
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 6 | -11/+155 |
| * | auto_import: better no anchor management | Andrea Pretto | 2019-04-21 | 1 | -7/+48 |