aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #1922bors[bot]2019-10-082-18/+93
|\
| * feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
| * feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| * feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| * feat(assists): Keep only one version of make_raw_stringGeobert Quach2019-09-292-83/+13
| * feat(assists): Make raw string unescapedGeobert Quach2019-09-263-1/+79
* | Merge #1951bors[bot]2019-10-085-1/+160
|\ \
| * | Move tests aroundGeoffry Song2019-10-069-147/+198
| * | Lower the precedence of the `as` operator.Geoffry Song2019-10-035-45/+153
* | | Merge #1960bors[bot]2019-10-0513-424/+346
|\ \ \
| * | | remove `visitor` moduleEkaterina Babshukova2019-10-054-139/+24
| * | | replace AST visitors with macroEkaterina Babshukova2019-10-0510-297/+334
* | | | Merge #1928bors[bot]2019-10-0528-66/+656
|\ \ \ \ | |/ / / |/| | |
| * | | Use raw cfgs in json project and fix typooxalica2019-10-053-9/+18
| * | | Add docsuHOOCCOOHu2019-10-022-0/+6
| * | | Read default cfgs from rustcuHOOCCOOHu2019-10-027-14/+75
| * | | OptimizeuHOOCCOOHu2019-10-025-13/+28
| * | | Refactor CfgOptions insideuHOOCCOOHu2019-10-023-13/+20
| * | | Support cfg attribute on impl blocksuHOOCCOOHu2019-10-025-13/+90
| * | | Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-029-26/+134
| * | | Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-0210-27/+301
| * | | Pass attributes as token tree to DefCollectoruHOOCCOOHu2019-10-024-21/+54
* | | | [#1807] Refactor file structureLúcás Meier2019-10-041-33/+33
* | | | Fix formattingLúcás Meier2019-10-041-22/+9
* | | | Create an assist for applying De Morgan's lawLúcás Meier2019-10-031-0/+115
* | | | WIP: Add demorgan application with naive negationLúcás Meier2019-10-031-0/+2
* | | | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-0311-54/+242
| |/ / |/| |
* | | Merge #1945bors[bot]2019-10-022-3/+72
|\ \ \ | |/ / |/| |
| * | Handle divergence in type inference for blocksLaurențiu Nicola2019-10-022-3/+72
* | | Update pico-argskjeremy2019-10-023-6/+6
|/ /
* | Change user message.Alexander Andreev2019-09-301-1/+1
* | Drop debug strings.Alexander Andreev2019-09-301-5/+1
* | Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-3051-953/+1160
|\ \
| * | FixesuHOOCCOOHu2019-09-302-19/+8
| * | Fix API of AttruHOOCCOOHu2019-09-309-54/+32
| * | Parse correct AttrInputuHOOCCOOHu2019-09-3033-601/+844
| * | cleanup editorAleksey Kladov2019-09-302-5/+11
| * | remove ast_editor.rsAleksey Kladov2019-09-304-59/+16
| * | move remove bounds to ast/edit.rsAleksey Kladov2019-09-303-18/+16
| * | move field list to ast/edit.rsAleksey Kladov2019-09-305-108/+106
| * | migrate add impl items to the new editing APIAleksey Kladov2019-09-284-80/+109
| * | simplify strip attrsAleksey Kladov2019-09-285-29/+35
| * | correctly reset chalk state after a panicAleksey Kladov2019-09-281-6/+9
| * | replace horrible hack with a slightly less horrible oneAleksey Kladov2019-09-272-3/+5
* | | Added test for check doc strings in crates.Alexander Andreev2019-09-30171-29/+419
|/ /
* | Merge #1815bors[bot]2019-09-2720-126/+373
|\ \
| * | FixuHOOCCOOHu2019-09-272-2/+2
| * | Support `$crate` in item and expr place.uHOOCCOOHu2019-09-2614-37/+268
| * | Store crate info in `MacroDefId`uHOOCCOOHu2019-09-263-5/+11
| * | Refactor `Name` ready for hygienic macrouHOOCCOOHu2019-09-264-84/+94
| |/