aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update xtask/src/flags.rsAleksey Kladov2021-03-011-1/+1
| | | | | | Co-authored-by: Laurențiu Nicola <[email protected]>
* | Use cli parser with auto-generated helpAleksey Kladov2021-03-016-132/+175
|/
* Axe pre-commitAleksey Kladov2021-03-012-53/+0
|
* Simplify xtaskAleksey Kladov2021-03-0116-176/+589
| | | | lib/bin/test separation isn't really needed.
* Merge #7797bors[bot]2021-02-272-80/+34
|\ | | | | | | | | | | | | | | | | | | 7797: Format generated lints and features manually r=matklad a=lnicola As `quote` and `rustfmt` leave them on a single line, which makes running `grep` in the repository quite annoying. Also removes a dead `gen_features.rs` file (`gen_lint_completions.rs` does the same thing). Co-authored-by: Laurențiu Nicola <[email protected]>
| * 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
| |
* | reliable memory usage during benchmarkingAleksey Kladov2021-02-231-1/+4
|/
* 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
* Build dist-x86_64-unknown-linux-musl releasesandylizi2021-02-131-1/+1
|
* Merge #7655bors[bot]2021-02-121-23/+32
|\ | | | | | | | | | | | | | | 7655: Include a commit log summary in the changelog r=matklad a=lnicola This version omits any direct pushes, and maybe even pull requests merged from the GitHub UI. But I think it makes writing the release notes easier. Co-authored-by: Laurențiu Nicola <[email protected]>
| * Include a commit log summary in the changelogLaurențiu Nicola2021-02-121-23/+32
| |
* | Bump rust to latest stable 1.50kjeremy2021-02-121-1/+1
|/
* Track remote branch on xtask promoteLaurențiu Nicola2021-02-091-1/+1
|
* Do not overwrite lock filekjeremy2021-02-051-2/+2
| | | | | | Use `npm ci` instead of `npm install`. `npm install` will overwrite the lock file if you have a newer npm version than the one that generated the package-lock.json
* Add cargo file tidy testEdwin Cheng2021-02-031-12/+21
|
* Make always-assert crate reusableAleksey Kladov2021-01-261-1/+1
|
* Fix mega bugAleksey Kladov2021-01-214-5/+9
| | | | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Manual.20content.20is.20duplicated
* Update pico-argskjeremy2021-01-191-13/+21
| | | | Should maintains existing behavior
* Add back jemalloc supportJonas Schievink2021-01-182-3/+11
|
* Add `MacroType` syntaxJonas Schievink2021-01-181-0/+1
|
* Add support for yiled keywordDaiki Ihara2021-01-151-1/+2
|
* Add build benchmark xtask commandAleksey Kladov2021-01-111-2/+10
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-2/+2
|
* Stop using beta toolchain in xtask distLaurențiu Nicola2021-01-021-9/+1
|
* Merge #7010bors[bot]2020-12-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | 7010: Update ungrammar for const block patterns r=matklad a=Veykril Fixes #6848 Adds const blocks and const block patterns to the AST and parses them. Blocked on https://github.com/rust-analyzer/ungrammar/pull/17/, will merge that PR there once this one gets the OK so I can remove the local ungrammar dependency path and fix the Cargo.lock. Co-authored-by: Lukas Wirth <[email protected]>
| * Update ungrammar for const block patternsLukas Wirth2020-12-231-0/+1
| |
* | Don't release uncompressed binaries under the new naming schemeLaurențiu Nicola2020-12-231-1/+0
|/
* Build aarch64-apple-darwin binaries on CILaurențiu Nicola2020-12-221-14/+58
|
* Node-ify lifetimesLukas Wirth2020-12-162-2/+3
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-1/+3
|
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
|
* metrics: go back to `cmd!`Jonas Schievink2020-12-111-6/+3
|
* Fix typo leading to metrics lossJonas Schievink2020-12-111-1/+1
|
* Capture memory usage metricsJonas Schievink2020-12-111-1/+6
|
* Revert "Fix memory usage metrics"Jonas Schievink2020-12-111-3/+1
|
* Fix memory usage metricsJonas Schievink2020-12-111-1/+3
|
* Include config into the manualAleksey Kladov2020-12-091-1/+2
|
* Update usage string to include code-exploration client.Jérémy2020-12-081-1/+1
|
* Add client install support for `code-exploration` build.Jérémy2020-12-081-6/+14
|
* Revert "Upgrade version of npms lockfile"Aleksey Kladov2020-11-131-1/+1
| | | | | | | This reverts commit 3d559afc11b230d52b13c5540706b85a7eeb3490. VS Code uses nodejs 12 still, so its better to stick to the format it understands.
* Upgrade version of npms lockfileAleksey Kladov2020-11-121-1/+1
|
* Kill RAW_ literalsAleksey Kladov2020-11-062-11/+2
| | | | | 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
|
* Merge #6259bors[bot]2020-10-202-17/+51
|\ | | | | | | | | | | | | | | 6259: allow xtask install --client[=CLIENT] to specify client r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
| * rename flag --client-code to --client on xtask installEmil Gardström2020-10-201-8/+8
| |
| * allow xtask install --client-code[=CLIENT] to specify clientEmil Gardström2020-10-172-15/+49
| |