Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 4 | -13/+55 | |
| * | Lower bounds on trait definition, and resolve assoc types from super traits | Florian Diebold | 2019-09-07 | 11 | -38/+102 | |
| * | Add some more tests | Florian Diebold | 2019-09-07 | 1 | -0/+205 | |
|/ | ||||||
* | Merge #1783 | bors[bot] | 2019-09-06 | 1 | -38/+40 | |
|\ | ||||||
| * | simplify | Aleksey Kladov | 2019-09-06 | 1 | -38/+40 | |
* | | Merge #1781 | bors[bot] | 2019-09-06 | 3 | -4/+4 | |
|\| | ||||||
| * | don't deadlock on shutdown | Aleksey Kladov | 2019-09-06 | 3 | -4/+4 | |
* | | Merge #1755 | bors[bot] | 2019-09-06 | 1 | -27/+4 | |
|\ \ | |/ |/| | ||||||
| * | feat(docs): add coc-rust-analyzer | Heyward Fann | 2019-09-03 | 1 | -27/+4 | |
* | | Merge #1780 | bors[bot] | 2019-09-06 | 13 | -71/+151 | |
|\ \ | ||||||
| * | | add option to disable notify | Aleksey Kladov | 2019-09-06 | 13 | -71/+151 | |
|/ / | ||||||
* | | Merge #1779 | bors[bot] | 2019-09-06 | 2 | -49/+51 | |
|\ \ | ||||||
| * | | minor | Aleksey Kladov | 2019-09-06 | 2 | -49/+51 | |
* | | | Merge #1778 | bors[bot] | 2019-09-06 | 7 | -17/+31 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | make source_root API more abstract | Aleksey Kladov | 2019-09-06 | 7 | -17/+31 | |
|/ / | ||||||
* | | Merge #1777 | bors[bot] | 2019-09-06 | 1 | -15/+15 | |
|\ \ | ||||||
| * | | :arrow_up: deps | Aleksey Kladov | 2019-09-06 | 1 | -15/+15 | |
|/ / | ||||||
* | | Merge #1772 | bors[bot] | 2019-09-05 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | switch to rustc_lexer crate | Aleksey Kladov | 2019-09-05 | 1 | -1/+1 | |
* | | | Merge #1771 | bors[bot] | 2019-09-05 | 3 | -18/+91 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Hoist macros from extern crate with macro_use | uHOOCCOOHu | 2019-09-05 | 2 | -14/+20 | |
| * | | Consider prelude to be `macro_use` | uHOOCCOOHu | 2019-09-05 | 3 | -4/+71 | |
* | | | Merge #1770 | bors[bot] | 2019-09-05 | 5 | -184/+191 | |
|\ \ \ | ||||||
| * | | | rename test file to match impl file | Aleksey Kladov | 2019-09-05 | 2 | -1/+1 | |
| * | | | move mod resolution to a separate file | Aleksey Kladov | 2019-09-05 | 3 | -183/+190 | |
* | | | | Merge #1769 | bors[bot] | 2019-09-05 | 3 | -80/+92 | |
|\ \ \ \ | ||||||
| * | | | | fix renaming of modules | Aleksey Kladov | 2019-09-05 | 3 | -80/+92 | |
|/ / / / | ||||||
* | | | | Merge #1767 | bors[bot] | 2019-09-05 | 5 | -3/+65 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 5 | -3/+65 | |
|/ / / | ||||||
* | | | Merge #1766 | bors[bot] | 2019-09-05 | 2 | -357/+358 | |
|\ \ \ | ||||||
| * | | | always use \n newlines | Aleksey Kladov | 2019-09-05 | 2 | -357/+358 | |
* | | | | Merge #1764 | bors[bot] | 2019-09-05 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | close #1763 | ivfranco | 2019-09-05 | 1 | -1/+1 | |
* | | | | | Merge #1765 | bors[bot] | 2019-09-05 | 1 | -63/+54 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cargo update | kjeremy | 2019-09-05 | 1 | -63/+54 | |
|/ / / / | ||||||
* | | | | Merge #1761 | bors[bot] | 2019-09-05 | 4 | -0/+177 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | add assist to move type bounds to where clause | Ekaterina Babshukova | 2019-09-05 | 4 | -0/+177 | |
| |/ / | ||||||
* | | | Merge #1743 | bors[bot] | 2019-09-05 | 7 | -12/+119 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix typo | uHOOCCOOHu | 2019-09-05 | 1 | -2/+2 | |
| * | | Let `macro_use` bypass module scope | uHOOCCOOHu | 2019-09-05 | 2 | -35/+52 | |
| * | | Fix import strategy of `macro_use` and its test | uHOOCCOOHu | 2019-09-02 | 4 | -9/+26 | |
| * | | Add test | uHOOCCOOHu | 2019-08-31 | 1 | -5/+50 | |
| * | | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 4 | -2/+30 | |
* | | | Merge #1760 | bors[bot] | 2019-09-04 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Upgrade Chalk | Florian Diebold | 2019-09-04 | 1 | -5/+5 | |
|/ / / | ||||||
* | | | Merge #1758 | bors[bot] | 2019-09-03 | 3 | -4/+5 | |
|\ \ \ | ||||||
| * | | | lsp-types 0.61.0 | kjeremy | 2019-09-03 | 3 | -4/+5 | |
|/ / / | ||||||
* | | | Merge #1757 | bors[bot] | 2019-09-03 | 12 | -158/+427 | |
|\ \ \ | ||||||
| * | | | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 10 | -135/+134 | |
| * | | | Properly format `impl Trait<Type = Foo>` types | Florian Diebold | 2019-09-03 | 2 | -23/+97 |