Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove code used for testing | nmio | 2020-02-27 | 1 | -1/+1 |
* | fix unneeded body | nmio | 2020-02-27 | 1 | -6/+2 |
* | fixes and improvements | nmio | 2020-02-27 | 2 | -24/+50 |
* | clean up | nmio | 2020-02-25 | 1 | -7/+2 |
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | nmio | 2020-02-25 | 19 | -146/+402 |
|\ | |||||
| * | Merge #3305 | bors[bot] | 2020-02-25 | 1 | -11/+13 |
| |\ | |||||
| | * | Simplify | Aleksey Kladov | 2020-02-25 | 1 | -11/+13 |
| * | | :arrow_up: rowan | Aleksey Kladov | 2020-02-25 | 1 | -1/+1 |
| |/ | |||||
| * | Simplify | Aleksey Kladov | 2020-02-25 | 2 | -15/+7 |
| * | Merge #3298 | bors[bot] | 2020-02-25 | 3 | -59/+68 |
| |\ | |||||
| | * | Bump chalk and replace TypeFamily with Interner | Laurențiu Nicola | 2020-02-24 | 3 | -59/+68 |
| * | | Replace generic with a concrete type | Aleksey Kladov | 2020-02-25 | 2 | -13/+14 |
| * | | Add docs | Jeremy Kolb | 2020-02-25 | 1 | -0/+8 |
| * | | Teach the server about Semantic Tokens proposed LSP | kjeremy | 2020-02-25 | 9 | -40/+239 |
| |/ | |||||
| * | When joining lines, unwrap trivial diverging blocks | Aleksey Kladov | 2020-02-24 | 2 | -8/+53 |
* | | Initial debugging code | nmio | 2020-02-24 | 1 | -5/+42 |
|/ | |||||
* | Omit type hints for enum variant bind pats | Kirill Bulatov | 2020-02-24 | 1 | -92/+125 |
* | Add suggestion for failed path resolution | Yoshua Wuyts | 2020-02-23 | 1 | -1/+1 |
* | Style fixes | Kirill Bulatov | 2020-02-23 | 1 | -3/+4 |
* | Add basic parameter name hints heuristics | Kirill Bulatov | 2020-02-23 | 2 | -41/+187 |
* | Fix the tests | Kirill Bulatov | 2020-02-22 | 1 | -5/+105 |
* | Show more parameter name hints | Kirill Bulatov | 2020-02-22 | 1 | -27/+34 |
* | Simplify inlay hints processing | Kirill Bulatov | 2020-02-22 | 1 | -103/+35 |
* | Simplify | Aleksey Kladov | 2020-02-22 | 4 | -171/+58 |
* | Merge #3272 | bors[bot] | 2020-02-22 | 1 | -5/+2 |
|\ | |||||
| * | ra_db: removed a couple of explicit lifetimes | Veetaha | 2020-02-22 | 1 | -5/+2 |
* | | Merge #3263 | bors[bot] | 2020-02-22 | 10 | -261/+480 |
|\ \ | |||||
| * | | Shorten some code | Florian Diebold | 2020-02-22 | 1 | -4/+1 |
| * | | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 5 | -23/+74 |
| * | | Fix shift_bound_vars | Florian Diebold | 2020-02-22 | 1 | -3/+3 |
| * | | Fix wrong handling of bare `dyn Trait` exposed by canonicalizer fix | Florian Diebold | 2020-02-22 | 1 | -1/+3 |
| * | | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 4 | -44/+132 |
| * | | Fix handling of binders in canonicalization | Florian Diebold | 2020-02-22 | 1 | -64/+35 |
| * | | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 5 | -9/+136 |
| * | | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 5 | -187/+170 |
| |/ | |||||
* | | Fix dat comment | Veetaha | 2020-02-22 | 1 | -1/+1 |
* | | Merge #3260 | bors[bot] | 2020-02-22 | 5 | -68/+55 |
|\ \ | |||||
| * | | Refactor how builtins are resolved | Florian Diebold | 2020-02-21 | 5 | -68/+55 |
* | | | ra_mbe: Remove explicit type annotation | Veetaha | 2020-02-22 | 1 | -1/+1 |
* | | | ra_mbe: added test for malformed token in macro invokation | Veetaha | 2020-02-22 | 1 | -3/+21 |
* | | | ra_mbe: convert_literal now works with malformed tokens | Veetaha | 2020-02-22 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Merge #3262 | bors[bot] | 2020-02-22 | 5 | -6/+85 |
|\ \ | |||||
| * | | Fix handling of const patterns | Florian Diebold | 2020-02-21 | 5 | -6/+85 |
| |/ | |||||
* | | remove unneeded `collect` | adamrk | 2020-02-21 | 1 | -11/+7 |
* | | use Vec::extend instead of Vec::push in loop | Adam Bratschi-Kaye | 2020-02-21 | 1 | -3/+1 |
* | | rename module references | adamrk | 2020-02-21 | 1 | -0/+112 |
|/ | |||||
* | Normalize associated types in types coming from Chalk | Florian Diebold | 2020-02-21 | 2 | -1/+46 |
* | Remove unused placeholder | Edwin Cheng | 2020-02-21 | 1 | -1/+1 |
* | Improve server version info | Edwin Cheng | 2020-02-21 | 1 | -1/+29 |
* | Better errorse | Aleksey Kladov | 2020-02-20 | 1 | -2/+2 |