Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #2476 | bors[bot] | 2019-12-04 | 5 | -11/+12 | |
|\ | ||||||
| * | :arrow_up: rowan | Aleksey Kladov | 2019-12-04 | 5 | -11/+12 | |
* | | Merge #2475 | bors[bot] | 2019-12-04 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | fix file name | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
| * | fix link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
| * | use relative link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
| * | fix outdated link to ra-emacs-lsp.el | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #2471 | bors[bot] | 2019-12-03 | 2 | -2/+4 | |
|\ | ||||||
| * | Add `ModuleItemsOwner` to `Block` | ice1000 | 2019-12-03 | 2 | -2/+4 | |
* | | Merge #2472 | bors[bot] | 2019-12-03 | 7 | -4902/+4882 | |
|\ \ | |/ |/| | ||||||
| * | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 7 | -4902/+4882 | |
|/ | ||||||
* | Merge #2469 | bors[bot] | 2019-12-03 | 23 | -112/+69 | |
|\ | ||||||
| * | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 23 | -112/+69 | |
|/ | ||||||
* | Merge #2468 | bors[bot] | 2019-12-03 | 4 | -7/+65 | |
|\ | ||||||
| * | Fix #2467 | Florian Diebold | 2019-12-03 | 4 | -7/+65 | |
|/ | ||||||
* | Merge #2465 | bors[bot] | 2019-12-03 | 3 | -127/+219 | |
|\ | ||||||
| * | Extract built-in trait implementations to separate module | Florian Diebold | 2019-12-03 | 3 | -127/+219 | |
* | | Merge #2463 | bors[bot] | 2019-12-03 | 9 | -340/+570 | |
|\ \ | |/ |/| | ||||||
| * | Make unify pub(crate) | Florian Diebold | 2019-12-03 | 1 | -1/+1 | |
| * | Add tests for checking the impl self type | Florian Diebold | 2019-12-02 | 2 | -0/+47 | |
| * | Refactor a bit | Florian Diebold | 2019-12-02 | 3 | -77/+74 | |
| * | Check receiver type properly | Florian Diebold | 2019-12-02 | 4 | -19/+80 | |
| * | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 6 | -263/+312 | |
| * | Change order of calls to get method candidate order correct | Florian Diebold | 2019-12-02 | 2 | -39/+115 | |
|/ | ||||||
* | Merge #2018 | bors[bot] | 2019-12-02 | 4 | -0/+245 | |
|\ | ||||||
| * | docs: describe new feature 'add custom impl for derived trait' | Paulo Lieuthier | 2019-11-28 | 3 | -0/+54 | |
| * | assists: add assist for custom implementation for derived trait | Paulo Lieuthier | 2019-11-28 | 2 | -0/+191 | |
* | | Merge #2462 | bors[bot] | 2019-12-02 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Switch back to npm install | Aleksey Kladov | 2019-12-02 | 1 | -1/+2 | |
* | | | Merge #2457 | bors[bot] | 2019-12-02 | 1 | -5/+10 | |
|\ \ \ | ||||||
| * | | | Add back corrected `cargo install` command | Jonathan Behrens | 2019-12-01 | 1 | -8/+8 | |
| * | | | Clarify installation instructions | Jonathan Behrens | 2019-12-01 | 1 | -10/+15 | |
* | | | | Merge #2461 | bors[bot] | 2019-12-01 | 1 | -43/+43 | |
|\ \ \ \ | ||||||
| * | | | | Just update some things | Jeremy Kolb | 2019-12-01 | 1 | -43/+43 | |
|/ / / / | ||||||
* | | | | Merge #2455 | bors[bot] | 2019-12-01 | 7 | -32/+139 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove some empty lines | Edwin Cheng | 2019-12-01 | 1 | -2/+0 | |
| * | | | Use index instead of peekable | Edwin Cheng | 2019-12-01 | 1 | -35/+19 | |
| * | | | Fix comment | Edwin Cheng | 2019-12-01 | 1 | -2/+1 | |
| * | | | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 7 | -31/+157 | |
* | | | | Merge #2451 | bors[bot] | 2019-11-30 | 8 | -75/+28 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Remove log dependency from ra_cli | Alexander Ekdahl | 2019-11-30 | 2 | -2/+0 | |
| * | | | Update README | Alexander Ekdahl | 2019-11-30 | 1 | -3/+2 | |
| * | | | Remove flexi_logger from ra_lsp_server | Alexander Ekdahl | 2019-11-30 | 6 | -73/+5 | |
| * | | | Use env_logger in ra_cli | Alexander Ekdahl | 2019-11-30 | 3 | -4/+28 | |
* | | | | Merge #2453 | bors[bot] | 2019-11-30 | 8 | -63/+102 | |
|\ \ \ \ | ||||||
| * | | | | Add cycle recovery for type aliases | Florian Diebold | 2019-11-30 | 3 | -2/+10 | |
| * | | | | Add cycle recovery for generic predicates | Florian Diebold | 2019-11-30 | 3 | -8/+10 | |
| * | | | | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 8 | -53/+82 | |
|/ / / / | ||||||
* | | | | Merge #2449 | bors[bot] | 2019-11-30 | 2 | -3/+51 | |
|\ \ \ \ | ||||||
| * | | | | Push identifier check to rename function | Wilco Kusee | 2019-11-29 | 2 | -9/+9 |