Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Resimplify | Aleksey Kladov | 2019-11-21 | 1 | -23/+6 | |
|/ | ||||||
* | Restore a mark | Aleksey Kladov | 2019-11-21 | 3 | -1/+20 | |
* | Move resolver to hir_def | Aleksey Kladov | 2019-11-21 | 14 | -77/+63 | |
* | Decouple | Aleksey Kladov | 2019-11-21 | 8 | -49/+53 | |
* | Split internal and user-visible ScopeDef | Aleksey Kladov | 2019-11-21 | 2 | -17/+40 | |
* | Use GenericParam in ScopeDef | Aleksey Kladov | 2019-11-21 | 2 | -4/+10 | |
* | Move ScopeDef | Aleksey Kladov | 2019-11-21 | 4 | -31/+31 | |
* | Decouple | Aleksey Kladov | 2019-11-21 | 6 | -75/+105 | |
* | Decouple | Aleksey Kladov | 2019-11-21 | 5 | -43/+59 | |
* | Move expr resolver to resolve | Aleksey Kladov | 2019-11-21 | 4 | -33/+35 | |
* | Decouple Resolver | Aleksey Kladov | 2019-11-21 | 10 | -108/+188 | |
* | Merge #2332 | bors[bot] | 2019-11-20 | 9 | -141/+126 | |
|\ | ||||||
| * | Simplify | Aleksey Kladov | 2019-11-20 | 2 | -41/+15 | |
| * | Add HasResolver trait | Aleksey Kladov | 2019-11-20 | 9 | -134/+145 | |
* | | Merge #2330 | bors[bot] | 2019-11-20 | 9 | -105/+81 | |
|\| | ||||||
| * | Remove hir/adt.rs | Aleksey Kladov | 2019-11-20 | 6 | -66/+47 | |
| * | Simplify generic params | Aleksey Kladov | 2019-11-20 | 4 | -39/+34 | |
* | | fix 2190; add test for "replace if let with match" | Felix Kohlgrüber | 2019-11-20 | 3 | -5/+58 | |
|/ | ||||||
* | 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 |