aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/codegen
Commit message (Collapse)AuthorAgeFilesLines
* clippy::useless_conversionMaan20032021-06-131-2/+1
|
* clippy::redudant_borrowMaan20032021-06-132-4/+4
|
* Use HTTPS for clippy lint JSONLaurențiu Nicola2021-06-071-1/+1
|
* Unescape generated clippy lintsLukas Wirth2021-06-051-0/+5
|
* Replace `-` with `_` in generated lint namesLukas Wirth2021-06-041-7/+12
|
* Generate default lint groupsLukas Wirth2021-06-041-9/+24
|
* Generate default lint completionsLukas Wirth2021-06-041-11/+41
|
* Implement hover for lintsLukas Wirth2021-06-041-8/+12
|
* Apply a few clippy suggestionsClemens Wasser2021-06-031-11/+9
|
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
|
* use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-212-8/+6
|
* MinorAleksey Kladov2021-03-081-1/+1
|
* Remove now dead codeAleksey Kladov2021-03-086-28/+34
|
* Unused paramsAleksey Kladov2021-03-083-6/+6
|
* Simplify xtaskAleksey Kladov2021-03-016-7/+7
| | | | lib/bin/test separation isn't really needed.
* Remove dead gen_features codeLaurențiu Nicola2021-02-271-48/+0
|
* Format generated features manually instead of relying on rustfmtLaurențiu Nicola2021-02-271-32/+34
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-2/+2
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-1/+2
| | | | We don't have completion-related PRs in flight, so lets do it
* Fix mega bugAleksey Kladov2021-01-213-4/+4
| | | | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Manual.20content.20is.20duplicated
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-2/+2
|
* Node-ify lifetimesLukas Wirth2020-12-161-1/+1
|
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-1/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Generate token for ints and floatsAleksey Kladov2020-11-061-1/+5
|
* Deny unreachable-pubAleksey Kladov2020-11-021-5/+5
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Reorganize completions structureIgor Aleksanov2020-10-251-1/+1
|
* add completions for clippy lint in attributesBenjamin Coenen2020-10-201-0/+113
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Use xshell::read_file instead of fs::read_to_stringIgor Aleksanov2020-10-194-9/+10
|
* Create xtask module to generate diagnostics docsIgor Aleksanov2020-10-191-0/+73
|
* Switch from not_bash to xshellAleksey Kladov2020-10-171-6/+4
|
* Improve compile time a tiny bitAleksey Kladov2020-10-163-8/+11
|
* Fix feature nameAleksey Kladov2020-10-051-5/+7
|
* Up proc-macro2 to 1.20kjeremy2020-09-031-2/+2
| | | | This changes the way Display is implemented
* Support extern typesJonas Schievink2020-08-241-587/+0
|
* :arrow_up: ungrammarAleksey Kladov2020-08-211-0/+1
|
* Cleanup feature generationAleksey Kladov2020-08-185-71/+60
|
* fmtDmitry2020-08-181-1/+1
|
* fix reformatDmitry2020-08-181-2/+2
|
* Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-183-9/+9
|\
| * Mention that generated .adocs are generaterdAleksey Kladov2020-08-173-9/+9
| |
* | synchronizing changesDmitry2020-08-141-2/+1
| |
* | Merge remote-tracking branch 'origin/master'Dmitry2020-08-141-1/+1
|\|
| * Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
| |
* | refactor requirements put forward mkladovDmitry2020-08-141-20/+20
| |
* | 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-143-38457/+16
|/ / | | | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386.
* | replase sparse-checkout by github apiDmitry2020-08-143-16/+38457
| |
* | remove fmt skip attrDmitry2020-08-101-2/+0
| |