Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | Add support for associated type bindings (`where Trait<Type = X>`) | Florian Diebold | 2019-09-03 | 6 | -52/+183 |
| * | | Add test for assoc type bindings | Florian Diebold | 2019-09-03 | 1 | -0/+65 |
|/ / | |||||
* | | Merge #1756 | bors[bot] | 2019-09-03 | 8 | -70/+127 |
|\ \ | |||||
| * | | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 8 | -70/+127 |
* | | | Merge #1754 | bors[bot] | 2019-09-03 | 3 | -129/+136 |
|\| | | |||||
| * | | slightly simplify expr lowering flow | Aleksey Kladov | 2019-09-03 | 3 | -129/+136 |
* | | | Merge #1753 | bors[bot] | 2019-09-03 | 4 | -659/+672 |
|\| | | |||||
| * | | clearer ignore | Aleksey Kladov | 2019-09-03 | 1 | -1/+1 |
| * | | remove needless refs | Aleksey Kladov | 2019-09-03 | 1 | -2/+2 |
| * | | use recrod terminology for hir::Pat | Aleksey Kladov | 2019-09-03 | 3 | -8/+7 |
| * | | move expr lowering to lower | Aleksey Kladov | 2019-09-03 | 3 | -653/+667 |
|/ / | |||||
* | | Merge #1752 | bors[bot] | 2019-09-02 | 174 | -9105/+9432 |
|\ \ | |||||
| * | | fix assists | Aleksey Kladov | 2019-09-02 | 5 | -61/+92 |