aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge #5651bors[bot]2020-10-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5651: Add track_env_var to the proc macro server r=kjeremy a=lnicola See https://github.com/rust-lang/rust/pull/74653. Fixes #6054. Fixes #5640, maybe. Should be merged when 1.47 is released. Proc macros still don't work for me, but it no longer crashes. Co-authored-by: Laurențiu Nicola <[email protected]>
| * Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-081-1/+1
| |
* | Fix feature nameAleksey Kladov2020-10-051-5/+7
|/
* Add GitHub Sponsors link to blog post templateJonas Schievink2020-09-141-1/+2
|
* Up proc-macro2 to 1.20kjeremy2020-09-031-2/+2
| | | | This changes the way Display is implemented
* Replace custom `not_bash::fs2` setup with fs_err crateVeetaha2020-08-292-45/+4
|
* CONST LOOPS ARE HEREAleksey Kladov2020-08-271-1/+1
|
* Support extern typesJonas Schievink2020-08-241-587/+0
|
* :arrow_up: ungrammarAleksey Kladov2020-08-211-0/+1
|
* Cleanup feature generationAleksey Kladov2020-08-187-98/+83
|
* fmtDmitry2020-08-181-1/+1
|
* fix reformatDmitry2020-08-181-2/+2
|
* Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-187-63/+114
|\
| * Revive cache cleaningAleksey Kladov2020-08-183-42/+88
| | | | | | | | | | | | | | The idea here is that, on CI, we only want to cache crates.io dependencies, and not local crates. This keeps the size of the cache low, and also improves performance, as network and moving files on disk (on Windows) can be slow.
| * Mention that generated .adocs are generaterdAleksey Kladov2020-08-175-21/+26
| |
* | synchronizing changesDmitry2020-08-142-6/+5
| |
* | Merge remote-tracking branch 'origin/master'Dmitry2020-08-143-8/+8
|\|
| * Rename ra_assists -> assistsAleksey Kladov2020-08-131-2/+2
| |
| * Somewhat fix pre-cacheAleksey Kladov2020-08-131-1/+1
| |
| * Rename ra_syntax -> syntaxAleksey Kladov2020-08-123-6/+6
| |
| * Rename ra_parser -> parserAleksey Kladov2020-08-121-2/+2
| |
* | refactor requirements put forward mkladovDmitry2020-08-142-20/+21
| |
* | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into masterDmitry2020-08-141-1/+1
|\ \
| * | Update xtask/src/codegen/gen_unstable_future_descriptor.rsDmitry Opokin2020-08-141-1/+1
| | | | | | | | | Co-authored-by: Aleksey Kladov <[email protected]>
* | | Revert "replase sparse-checkout by github api"Dmitry2020-08-144-38461/+18
|/ / | | | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386.
* | replase sparse-checkout by github apiDmitry2020-08-144-18/+38461
| |
* | remove fmt skip attrDmitry2020-08-101-2/+0
| |
* | Revert "fixes"Dmitry2020-08-091-1/+1
| | | | | | | | This reverts commit b602c73911864a86c94d8b306648738f5f995167.
* | add skip for generate fileDmitry2020-08-091-0/+1
| |
* | fixesDmitry2020-08-091-1/+1
| |
* | apply formatDmitry2020-08-092-21/+30
| |
* | fix unusedDmitry2020-08-091-3/+2
| |
* | Merge remote-tracking branch 'origin/master'Dmitry2020-08-095-2205/+971
|\|
| * Update grammarAleksey Kladov2020-08-012-9/+8
| |
| * Better JSON serialization in metricsAleksey Kladov2020-08-011-118/+14
| |
| * Unify naming of tuple fieldsAleksey Kladov2020-07-311-4/+4
| |
| * Section headersAleksey Kladov2020-07-311-0/+20
| |
| * Rename DotDotPat -> RestPatAleksey Kladov2020-07-312-3/+3
| |
| * Simplify trait gramamrAleksey Kladov2020-07-312-6/+7
| |
| * Rename BindPat -> IdentPatAleksey Kladov2020-07-312-3/+3
| |
| * Rename PalceholderPat -> WildcardPatAleksey Kladov2020-07-312-3/+3
| |
| * ReorderAleksey Kladov2020-07-311-17/+17
| |
| * Allign RecordPat with RecordExprAleksey Kladov2020-07-312-7/+6
| |
| * Minor gramamr reorderAleksey Kladov2020-07-311-61/+63
| |
| * Merge #5630bors[bot]2020-07-311-3/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5630: Remove dead code r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Remove dead codeAleksey Kladov2020-07-311-3/+0
| | |
| * | Fix leading colonAleksey Kladov2020-07-311-1/+2
| | |
| * | Fix const arguments grammarAleksey Kladov2020-07-311-1/+1
| | |
| * | Fix GenericArgs grammarAleksey Kladov2020-07-311-7/+7
| | |
| * | fixup! Finalize Path grammarAleksey Kladov2020-07-311-1/+1
| | |