Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify generic params | Aleksey Kladov | 2019-11-20 | 4 | -39/+34 |
* | Move generic_params query to HIR | Aleksey Kladov | 2019-11-20 | 4 | -27/+37 |
* | Move constants to new ID | Aleksey Kladov | 2019-11-20 | 16 | -89/+119 |
* | Don't duplicate ContainerId type | Aleksey Kladov | 2019-11-20 | 5 | -42/+35 |
* | Switch type aliases to new sources | Aleksey Kladov | 2019-11-20 | 9 | -73/+162 |
* | Merge #2326 | bors[bot] | 2019-11-20 | 1 | -132/+0 |
|\ | |||||
| * | Remove duplicate tests | Aleksey Kladov | 2019-11-20 | 1 | -132/+0 |
* | | Fix expand macro | Edwin Cheng | 2019-11-20 | 3 | -9/+16 |
* | | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 12 | -42/+190 |
* | | Move traits to hir_def | Aleksey Kladov | 2019-11-20 | 10 | -117/+103 |
|/ | |||||
* | Rename with_ast -> with_value | Aleksey Kladov | 2019-11-20 | 8 | -51/+51 |
* | Move Generics to hir_def | Aleksey Kladov | 2019-11-20 | 6 | -170/+247 |
* | Allow non-path default type parameters | Aleksey Kladov | 2019-11-20 | 6 | -19/+38 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 43 | -214/+226 |
* | Merge pull request #2297 from kiljacken/master | Aleksey Kladov | 2019-11-20 | 8 | -22/+132 |
|\ | |||||
| * | Add test for inlay hint truncation | Emil Lauridsen | 2019-11-19 | 1 | -0/+37 |
| * | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 8 | -22/+95 |
* | | :arrow_up: rowan | Aleksey Kladov | 2019-11-19 | 3 | -19/+18 |
* | | Add shot doc for expand_macro module | Edwin Cheng | 2019-11-19 | 1 | -1/+1 |
* | | Improve insert_whitespaces | Edwin Cheng | 2019-11-19 | 1 | -17/+77 |
* | | Change return type of expand_macro | Edwin Cheng | 2019-11-19 | 4 | -8/+25 |
* | | Change to use Expansion::file_id and reordering | Edwin Cheng | 2019-11-19 | 2 | -46/+40 |
* | | Rebase | Edwin Cheng | 2019-11-19 | 2 | -3/+9 |
* | | Add recursive expand in vscode | Edwin Cheng | 2019-11-19 | 5 | -0/+148 |
* | | Fixed a bug for string lit in quote | Edwin Cheng | 2019-11-19 | 1 | -4/+4 |
|/ | |||||
* | Merge #2309 | bors[bot] | 2019-11-18 | 1 | -7/+29 |
|\ | |||||
| * | Goto type def through macros | kjeremy | 2019-11-18 | 1 | -7/+29 |
* | | Merge #2307 | bors[bot] | 2019-11-18 | 1 | -42/+62 |
|\ \ | |||||
| * | | Fix test | kjeremy | 2019-11-18 | 1 | -10/+6 |
| * | | Support hover through macro | kjeremy | 2019-11-18 | 1 | -42/+66 |
| |/ | |||||
* / | Remove the custom impl of AttrsOwner for ImplItem | DJMcNab | 2019-11-18 | 3 | -12/+4 |
|/ | |||||
* | Use Source<&ast::Name> in classify_name | kjeremy | 2019-11-18 | 4 | -25/+22 |
* | Collapse TokenMap and RevTokenMap | Aleksey Kladov | 2019-11-18 | 4 | -119/+105 |
* | Token-based reverse-mapping | Aleksey Kladov | 2019-11-18 | 3 | -38/+52 |
* | More sources | Aleksey Kladov | 2019-11-18 | 2 | -41/+32 |
* | Add ra_ide_api::expand | Aleksey Kladov | 2019-11-18 | 4 | -55/+69 |
* | More Source | Aleksey Kladov | 2019-11-18 | 1 | -19/+18 |
* | Publicise GenericParams | Aleksey Kladov | 2019-11-18 | 1 | -3/+3 |
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 4 | -44/+74 |
* | Make shift an implementation detail of mbe | Aleksey Kladov | 2019-11-17 | 3 | -47/+84 |
* | Merge #2287 | bors[bot] | 2019-11-17 | 23 | -6/+65 |
|\ | |||||
| * | Disable doctests | Aleksey Kladov | 2019-11-17 | 23 | -6/+65 |
* | | Don't store shift redundantly | Aleksey Kladov | 2019-11-17 | 1 | -6/+5 |
|/ | |||||
* | Add bound check | Edwin Cheng | 2019-11-17 | 1 | -2/+2 |
* | Add ast for plain and raw string literals | Aleksey Kladov | 2019-11-16 | 3 | -57/+98 |
* | Better factoring of macro expansion machinery in goto def | Aleksey Kladov | 2019-11-16 | 1 | -11/+20 |
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 4 | -11/+77 |
* | Merge #2276 | bors[bot] | 2019-11-16 | 5 | -41/+41 |
|\ | |||||
| * | Source-ify name_definition | Aleksey Kladov | 2019-11-16 | 1 | -20/+19 |
| * | Sourcify classify_name_ref | Aleksey Kladov | 2019-11-16 | 5 | -21/+22 |