Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address comments: fix docs, add completion test for `Self`. | ice1000 | 2019-10-08 | 4 | -5/+32 |
* | Support inferring `Self` type in enum definitions | ice1000 | 2019-10-08 | 7 | -9/+54 |
* | Merge #1960 | bors[bot] | 2019-10-05 | 13 | -424/+346 |
|\ | |||||
| * | remove `visitor` module | Ekaterina Babshukova | 2019-10-05 | 4 | -139/+24 |
| * | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 10 | -297/+334 |
* | | Merge #1928 | bors[bot] | 2019-10-05 | 28 | -66/+656 |
|\ \ | |/ |/| | |||||
| * | Use raw cfgs in json project and fix typo | oxalica | 2019-10-05 | 3 | -9/+18 |
| * | Add docs | uHOOCCOOHu | 2019-10-02 | 2 | -0/+6 |
| * | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 7 | -14/+75 |
| * | Optimize | uHOOCCOOHu | 2019-10-02 | 5 | -13/+28 |
| * | Refactor CfgOptions inside | uHOOCCOOHu | 2019-10-02 | 3 | -13/+20 |
| * | Support cfg attribute on impl blocks | uHOOCCOOHu | 2019-10-02 | 5 | -13/+90 |
| * | Enable CfgOptions `test` for workspace crates | uHOOCCOOHu | 2019-10-02 | 9 | -26/+134 |
| * | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 10 | -27/+301 |
| * | Pass attributes as token tree to DefCollector | uHOOCCOOHu | 2019-10-02 | 4 | -21/+54 |
* | | [#1807] Refactor file structure | Lúcás Meier | 2019-10-04 | 1 | -33/+33 |
* | | Fix formatting | Lúcás Meier | 2019-10-04 | 1 | -22/+9 |
* | | Create an assist for applying De Morgan's law | Lúcás Meier | 2019-10-03 | 1 | -0/+115 |
* | | WIP: Add demorgan application with naive negation | Lúcás Meier | 2019-10-03 | 1 | -0/+2 |
* | | Fix parsing of block expressions in "forbid_structs" contexts. | Geoffry Song | 2019-10-03 | 11 | -54/+242 |
* | | Merge #1945 | bors[bot] | 2019-10-02 | 2 | -3/+72 |
|\ \ | |/ |/| | |||||
| * | Handle divergence in type inference for blocks | Laurențiu Nicola | 2019-10-02 | 2 | -3/+72 |
* | | Update pico-args | kjeremy | 2019-10-02 | 3 | -6/+6 |
|/ | |||||
* | Change user message. | Alexander Andreev | 2019-09-30 | 1 | -1/+1 |
* | Drop debug strings. | Alexander Andreev | 2019-09-30 | 1 | -5/+1 |
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 51 | -953/+1160 |
|\ | |||||
| * | Fixes | uHOOCCOOHu | 2019-09-30 | 2 | -19/+8 |
| * | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 9 | -54/+32 |
| * | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 33 | -601/+844 |
| * | cleanup editor | Aleksey Kladov | 2019-09-30 | 2 | -5/+11 |
| * | remove ast_editor.rs | Aleksey Kladov | 2019-09-30 | 4 | -59/+16 |
| * | move remove bounds to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 3 | -18/+16 |
| * | move field list to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 5 | -108/+106 |
| * | migrate add impl items to the new editing API | Aleksey Kladov | 2019-09-28 | 4 | -80/+109 |
| * | simplify strip attrs | Aleksey Kladov | 2019-09-28 | 5 | -29/+35 |
| * | correctly reset chalk state after a panic | Aleksey Kladov | 2019-09-28 | 1 | -6/+9 |
| * | replace horrible hack with a slightly less horrible one | Aleksey Kladov | 2019-09-27 | 2 | -3/+5 |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 171 | -29/+419 |
|/ | |||||
* | Merge #1815 | bors[bot] | 2019-09-27 | 20 | -126/+373 |
|\ | |||||
| * | Fix | uHOOCCOOHu | 2019-09-27 | 2 | -2/+2 |
| * | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 14 | -37/+268 |
| * | Store crate info in `MacroDefId` | uHOOCCOOHu | 2019-09-26 | 3 | -5/+11 |
| * | Refactor `Name` ready for hygienic macro | uHOOCCOOHu | 2019-09-26 | 4 | -84/+94 |
* | | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 11 | -126/+212 |
* | | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 12 | -82/+107 |
|/ | |||||
* | move diff to ra_syntax | Aleksey Kladov | 2019-09-26 | 2 | -24/+45 |
* | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 9 | -250/+213 |
* | Merge #1917 | bors[bot] | 2019-09-26 | 2 | -8/+2 |
|\ | |||||
| * | disable periodic GC | Aleksey Kladov | 2019-09-26 | 2 | -8/+2 |
* | | Support all coercion places | uHOOCCOOHu | 2019-09-25 | 3 | -96/+216 |