aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-074-13/+55
* Lower bounds on trait definition, and resolve assoc types from super traitsFlorian Diebold2019-09-0711-38/+102
* Add some more testsFlorian Diebold2019-09-071-0/+205
* Merge #1783bors[bot]2019-09-061-38/+40
|\
| * simplifyAleksey Kladov2019-09-061-38/+40
* | Merge #1781bors[bot]2019-09-063-4/+4
|\|
| * don't deadlock on shutdownAleksey Kladov2019-09-063-4/+4
* | Merge #1755bors[bot]2019-09-061-27/+4
|\ \ | |/ |/|
| * feat(docs): add coc-rust-analyzerHeyward Fann2019-09-031-27/+4
* | Merge #1780bors[bot]2019-09-0613-71/+151
|\ \
| * | add option to disable notifyAleksey Kladov2019-09-0613-71/+151
|/ /
* | Merge #1779bors[bot]2019-09-062-49/+51
|\ \
| * | minorAleksey Kladov2019-09-062-49/+51
* | | Merge #1778bors[bot]2019-09-067-17/+31
|\ \ \ | |/ / |/| |
| * | make source_root API more abstractAleksey Kladov2019-09-067-17/+31
|/ /
* | Merge #1777bors[bot]2019-09-061-15/+15
|\ \
| * | :arrow_up: depsAleksey Kladov2019-09-061-15/+15
|/ /
* | Merge #1772bors[bot]2019-09-051-1/+1
|\ \
| * | switch to rustc_lexer crateAleksey Kladov2019-09-051-1/+1
* | | Merge #1771bors[bot]2019-09-053-18/+91
|\ \ \ | |/ / |/| |
| * | Hoist macros from extern crate with macro_useuHOOCCOOHu2019-09-052-14/+20
| * | Consider prelude to be `macro_use`uHOOCCOOHu2019-09-053-4/+71
* | | Merge #1770bors[bot]2019-09-055-184/+191
|\ \ \
| * | | rename test file to match impl fileAleksey Kladov2019-09-052-1/+1
| * | | move mod resolution to a separate fileAleksey Kladov2019-09-053-183/+190
* | | | Merge #1769bors[bot]2019-09-053-80/+92
|\ \ \ \
| * | | | fix renaming of modulesAleksey Kladov2019-09-053-80/+92
|/ / / /
* | | | Merge #1767bors[bot]2019-09-055-3/+65
|\ \ \ \ | |/ / / |/| | |
| * | | better error recovery for use treesAleksey Kladov2019-09-055-3/+65
|/ / /
* | | Merge #1766bors[bot]2019-09-052-357/+358
|\ \ \
| * | | always use \n newlinesAleksey Kladov2019-09-052-357/+358
* | | | Merge #1764bors[bot]2019-09-051-1/+1
|\ \ \ \
| * | | | close #1763ivfranco2019-09-051-1/+1
* | | | | Merge #1765bors[bot]2019-09-051-63/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cargo updatekjeremy2019-09-051-63/+54
|/ / / /
* | | | Merge #1761bors[bot]2019-09-054-0/+177
|\ \ \ \ | |_|/ / |/| | |
| * | | add assist to move type bounds to where clauseEkaterina Babshukova2019-09-054-0/+177
| |/ /
* | | Merge #1743bors[bot]2019-09-057-12/+119
|\ \ \ | |/ / |/| |
| * | Fix typouHOOCCOOHu2019-09-051-2/+2
| * | Let `macro_use` bypass module scopeuHOOCCOOHu2019-09-052-35/+52
| * | Fix import strategy of `macro_use` and its testuHOOCCOOHu2019-09-024-9/+26
| * | Add testuHOOCCOOHu2019-08-311-5/+50
| * | Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-314-2/+30
* | | Merge #1760bors[bot]2019-09-041-5/+5
|\ \ \
| * | | Upgrade ChalkFlorian Diebold2019-09-041-5/+5
|/ / /
* | | Merge #1758bors[bot]2019-09-033-4/+5
|\ \ \
| * | | lsp-types 0.61.0kjeremy2019-09-033-4/+5
|/ / /
* | | Merge #1757bors[bot]2019-09-0312-158/+427
|\ \ \
| * | | Make type walking infrastructure a bit nicerFlorian Diebold2019-09-0310-135/+134
| * | | Properly format `impl Trait<Type = Foo>` typesFlorian Diebold2019-09-032-23/+97