| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the rest of the tests | Aleksey Kladov | 2020-06-29 | 1 | -25/+21 |
* | (T): make typification tests more data driven | Aleksey Kladov | 2020-06-29 | 1 | -0/+16 |
* | Remove unneeded code, filename from tests, fix rebasing issues | Paul Daniel Faria | 2020-06-27 | 1 | -5/+0 |
* | Track expr parents during lowering, use parent map when checking if unsafe ex... | Paul Daniel Faria | 2020-06-27 | 1 | -1/+1 |
* | Address review comments, have MissingUnsafe diagnostic point to each unsafe u... | Paul Daniel Faria | 2020-06-27 | 1 | -3/+3 |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 1 | -1/+21 |
* | Add missing self param to test | Paul Daniel Faria | 2020-06-27 | 1 | -1/+1 |
* | Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysis | Paul Daniel Faria | 2020-06-27 | 1 | -21/+7 |
* | Add tests covering unsafe blocks, more attempts to get call expr tests passing | Paul Daniel Faria | 2020-06-27 | 1 | -0/+70 |
* | Move diagnostics back into expr, add tests for diagnostics, fix logic to acco... | Paul Daniel Faria | 2020-06-27 | 1 | -0/+78 |
* | Remove file id from item tree | Jonas Schievink | 2020-06-24 | 1 | -3/+3 |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -5/+11 |
* | Merge #4175 | bors[bot] | 2020-05-09 | 1 | -2/+15 |
|\ |
|
| * | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 1 | -2/+15 |
* | | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 1 | -0/+18 |
|/ |
|
* | add support of cfg attributes on enum variants #4279 | Benjamin Coenen | 2020-05-03 | 1 | -0/+27 |
* | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 1 | -0/+32 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | 2020-04-23 | 1 | -20/+32 |
* | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -3/+1 |
* | Forward compat | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 |
* | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 1 | -0/+40 |
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
* | Merge #3918 | bors[bot] | 2020-04-09 | 1 | -0/+60 |
|\ |
|
| * | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -3/+3 |
| |\ |
|
| * | | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -0/+60 |
* | | | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -2/+2 |
|/ |
|
* | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-09 | 1 | -1/+1 |
|\ |
|
* | | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-08 | 1 | -4/+5 |
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-07 | 1 | -1/+2 |
|\| |
|
| * | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -1/+2 |
* | | feat: add attributes support on struct fields #3870 | Benjamin Coenen | 2020-04-07 | 1 | -0/+29 |
|/ |
|
* | Remove some unwraps | Aleksey Kladov | 2020-03-28 | 1 | -14/+12 |
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -6/+11 |
* | Basic injections | Aleksey Kladov | 2020-02-27 | 1 | -2/+2 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -4/+4 |
* | Don't add non-impl/trait containers to scope | Aleksey Kladov | 2019-12-29 | 1 | -23/+57 |
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
* | Merge #2484 | bors[bot] | 2019-12-06 | 1 | -3/+5 |
|\ |
|
| * | DynMap | Aleksey Kladov | 2019-12-06 | 1 | -3/+5 |
* | | Don't unify within a reference | Florian Diebold | 2019-12-06 | 1 | -0/+26 |
|/ |
|
* | Simplify test | Aleksey Kladov | 2019-12-05 | 1 | -13/+10 |
* | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 1 | -4902/+6 |
* | Fix #2467 | Florian Diebold | 2019-12-03 | 1 | -0/+47 |
* | Add tests for checking the impl self type | Florian Diebold | 2019-12-02 | 1 | -0/+14 |
* | Refactor a bit | Florian Diebold | 2019-12-02 | 1 | -0/+15 |
* | Change order of calls to get method candidate order correct | Florian Diebold | 2019-12-02 | 1 | -2/+0 |
* | Merge #2455 | bors[bot] | 2019-12-01 | 1 | -0/+36 |
|\ |
|
| * | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 1 | -0/+36 |