aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * fix outdated link to ra-emacs-lsp.elAndrew Banchich2019-12-041-1/+1
| |/
| * Merge #2471bors[bot]2019-12-032-2/+4
| |\
| | * Add `ModuleItemsOwner` to `Block`ice10002019-12-032-2/+4
| * | Merge #2472bors[bot]2019-12-037-4902/+4882
| |\ \ | | |/ | |/|
| | * Split up ty tests a bitFlorian Diebold2019-12-037-4902/+4882
| |/
| * Merge #2469bors[bot]2019-12-0323-112/+69
| |\
| | * Replace `ra_hir_expand::either` with crateice10002019-12-0323-112/+69
| |/
| * Merge #2468bors[bot]2019-12-034-7/+65
| |\
| | * Fix #2467Florian Diebold2019-12-034-7/+65
| |/
| * Merge #2465bors[bot]2019-12-033-127/+219
| |\
| | * Extract built-in trait implementations to separate moduleFlorian Diebold2019-12-033-127/+219
| * | Merge #2463bors[bot]2019-12-039-340/+570
| |\ \ | | |/ | |/|
| | * Make unify pub(crate)Florian Diebold2019-12-031-1/+1
| | * Add tests for checking the impl self typeFlorian Diebold2019-12-022-0/+47
| | * Refactor a bitFlorian Diebold2019-12-023-77/+74
| | * Check receiver type properlyFlorian Diebold2019-12-024-19/+80
| | * Extract unification code to unify moduleFlorian Diebold2019-12-026-263/+312
| | * Change order of calls to get method candidate order correctFlorian Diebold2019-12-022-39/+115
| |/
| * Merge #2018bors[bot]2019-12-024-0/+245
| |\
| | * docs: describe new feature 'add custom impl for derived trait'Paulo Lieuthier2019-11-283-0/+54
| | * assists: add assist for custom implementation for derived traitPaulo Lieuthier2019-11-282-0/+191
| * | Merge #2462bors[bot]2019-12-021-1/+2
| |\ \
| | * | Switch back to npm installAleksey Kladov2019-12-021-1/+2
| * | | Merge #2457bors[bot]2019-12-021-5/+10
| |\ \ \
| | * | | Add back corrected `cargo install` commandJonathan Behrens2019-12-011-8/+8
| | * | | Clarify installation instructionsJonathan Behrens2019-12-011-10/+15
| * | | | Merge #2461bors[bot]2019-12-011-43/+43
| |\ \ \ \
| | * | | | Just update some thingsJeremy Kolb2019-12-011-43/+43
| |/ / / /
| * | | | Merge #2455bors[bot]2019-12-017-32/+139
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove some empty linesEdwin Cheng2019-12-011-2/+0
| | * | | Use index instead of peekableEdwin Cheng2019-12-011-35/+19
| | * | | Fix commentEdwin Cheng2019-12-011-2/+1
| | * | | Add BuiltinShadowModeEdwin Cheng2019-11-307-31/+157
| * | | | Merge #2451bors[bot]2019-11-308-75/+28
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Remove log dependency from ra_cliAlexander Ekdahl2019-11-302-2/+0
| | * | | Update READMEAlexander Ekdahl2019-11-301-3/+2
| | * | | Remove flexi_logger from ra_lsp_serverAlexander Ekdahl2019-11-306-73/+5
| | * | | Use env_logger in ra_cliAlexander Ekdahl2019-11-303-4/+28
| * | | | Merge #2453bors[bot]2019-11-308-63/+102
| |\ \ \ \
| | * | | | Add cycle recovery for type aliasesFlorian Diebold2019-11-303-2/+10
| | * | | | Add cycle recovery for generic predicatesFlorian Diebold2019-11-303-8/+10
| | * | | | Handle cycles in impl types betterFlorian Diebold2019-11-308-53/+82
| |/ / / /
| * | | | Merge #2449bors[bot]2019-11-302-3/+51
| |\ \ \ \
| | * | | | Push identifier check to rename functionWilco Kusee2019-11-292-9/+9
| | * | | | Test rename for various identifiersWilco Kusee2019-11-291-0/+43
| | * | | | Move identifier check to analysisWilco Kusee2019-11-292-12/+9
| | * | | | Also allow renaming to underscoreWilco Kusee2019-11-291-1/+3
| | * | | | Only allow renames to valid identifiersWilco Kusee2019-11-291-1/+7
| | | |/ / | | |/| |
| * | | | Merge #2445bors[bot]2019-11-297-1/+185
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Reduce variants of Exproxalica2019-11-293-77/+56