Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -67/+91 | |
* | | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-08 | 2 | -12/+6 | |
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-07 | 11 | -11/+1579 | |
|\| | ||||||
| * | add fixme to use type checker rather than manually comparing types | Josh Mcguigan | 2020-04-07 | 1 | -0/+7 | |
| * | PR feedback implementation | Josh Mcguigan | 2020-04-07 | 1 | -94/+331 | |
| * | missing match arms diagnostic change source to match expression | Josh Mcguigan | 2020-04-07 | 3 | -3/+7 | |
| * | handle match auto-deref | Josh Mcguigan | 2020-04-07 | 2 | -1/+45 | |
| * | improving documentation | Josh Mcguigan | 2020-04-07 | 1 | -16/+64 | |
| * | handle non matching enum pattern types | Josh Mcguigan | 2020-04-07 | 2 | -41/+57 | |
| * | remove panics | Josh Mcguigan | 2020-04-07 | 2 | -66/+214 | |
| * | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 9 | -9/+1037 | |
| * | Fix Chalk panic | Florian Diebold | 2020-04-06 | 3 | -2/+33 | |
| * | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 | |
* | | feat: add attributes support on struct fields #3870 | Benjamin Coenen | 2020-04-07 | 2 | -3/+38 | |
|/ | ||||||
* | Use log info in trait_solve_query | Edwin Cheng | 2020-04-06 | 1 | -1/+1 | |
* | Merge #3744 | bors[bot] | 2020-04-06 | 11 | -136/+294 | |
|\ | ||||||
| * | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 11 | -109/+192 | |
| * | Upgrade Chalk | Florian Diebold | 2020-04-05 | 3 | -30/+105 | |
* | | Hide unit fn return types | Laurențiu Nicola | 2020-04-05 | 5 | -20/+28 | |
|/ | ||||||
* | Fix inference of function pointer return types | Laurențiu Nicola | 2020-04-05 | 1 | -0/+26 | |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 1 | -2/+29 | |
* | Add inference for literal and range patterns | Florian Diebold | 2020-04-01 | 5 | -3/+104 | |
* | Simplify | veetaha | 2020-03-31 | 1 | -16/+13 | |
* | Simplify | veetaha | 2020-03-28 | 1 | -11/+4 | |
* | Remove some unwraps | Aleksey Kladov | 2020-03-28 | 2 | -18/+16 | |
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 2 | -1/+4 | |
* | Cleanup memory usage stats | Aleksey Kladov | 2020-03-25 | 1 | -0/+1 | |
* | Remove collect proc_macro definitions | Edwin Cheng | 2020-03-25 | 1 | -6/+2 | |
* | Fix trailling whitespace | Edwin Cheng | 2020-03-25 | 1 | -1/+1 | |
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 1 | -0/+23 | |
* | Merge #3679 | bors[bot] | 2020-03-22 | 1 | -8/+8 | |
|\ | ||||||
| * | ra_hir_ty: fix formatting | veetaha | 2020-03-22 | 1 | -8/+8 | |
* | | Move test to hir_ty | Edwin Cheng | 2020-03-21 | 1 | -0/+31 | |
|/ | ||||||
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -4/+4 | |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 18 | -346/+337 | |
* | Support local macro_rules | Edwin Cheng | 2020-03-14 | 1 | -0/+20 | |
* | Merge #3549 | bors[bot] | 2020-03-11 | 2 | -0/+27 | |
|\ | ||||||
| * | Add and fix tests | Edwin Cheng | 2020-03-10 | 1 | -0/+20 | |
| * | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 1 | -0/+7 | |
* | | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 1 | -3/+25 | |
|/ | ||||||
* | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 1 | -1/+1 | |
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 | |
* | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 1 | -1/+1 | |
* | Prevent include! macro include itself | Edwin Cheng | 2020-03-07 | 1 | -0/+18 | |
* | Use a not so dummy implementation of env macro | Edwin Cheng | 2020-03-07 | 1 | -0/+27 | |
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 3 | -10/+10 | |
* | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 2 | -92/+28 | |
* | Resolve `Self::AssocTy` in impls | Florian Diebold | 2020-03-06 | 3 | -38/+93 | |
* | Allow specifying additional info on call to profile | Aleksey Kladov | 2020-03-06 | 2 | -2/+14 | |
* | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 2 | -2/+2 |