Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update xtask/src/flags.rs | Aleksey Kladov | 2021-03-01 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
* | | Use cli parser with auto-generated help | Aleksey Kladov | 2021-03-01 | 6 | -132/+175 | |
|/ | ||||||
* | Axe pre-commit | Aleksey Kladov | 2021-03-01 | 2 | -53/+0 | |
| | ||||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 16 | -176/+589 | |
| | | | | lib/bin/test separation isn't really needed. | |||||
* | Merge #7797 | bors[bot] | 2021-02-27 | 2 | -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 code | Laurențiu Nicola | 2021-02-27 | 1 | -48/+0 | |
| | | ||||||
| * | Format generated features manually instead of relying on rustfmt | Laurențiu Nicola | 2021-02-27 | 1 | -32/+34 | |
| | | ||||||
* | | reliable memory usage during benchmarking | Aleksey Kladov | 2021-02-23 | 1 | -1/+4 | |
|/ | ||||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -2/+2 | |
| | ||||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -1/+2 | |
| | | | | We don't have completion-related PRs in flight, so lets do it | |||||
* | Build dist-x86_64-unknown-linux-musl releases | andylizi | 2021-02-13 | 1 | -1/+1 | |
| | ||||||
* | Merge #7655 | bors[bot] | 2021-02-12 | 1 | -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 changelog | Laurențiu Nicola | 2021-02-12 | 1 | -23/+32 | |
| | | ||||||
* | | Bump rust to latest stable 1.50 | kjeremy | 2021-02-12 | 1 | -1/+1 | |
|/ | ||||||
* | Track remote branch on xtask promote | Laurențiu Nicola | 2021-02-09 | 1 | -1/+1 | |
| | ||||||
* | Do not overwrite lock file | kjeremy | 2021-02-05 | 1 | -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 test | Edwin Cheng | 2021-02-03 | 1 | -12/+21 | |
| | ||||||
* | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 1 | -1/+1 | |
| | ||||||
* | Fix mega bug | Aleksey Kladov | 2021-01-21 | 4 | -5/+9 | |
| | | | | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Manual.20content.20is.20duplicated | |||||
* | Update pico-args | kjeremy | 2021-01-19 | 1 | -13/+21 | |
| | | | | Should maintains existing behavior | |||||
* | Add back jemalloc support | Jonas Schievink | 2021-01-18 | 2 | -3/+11 | |
| | ||||||
* | Add `MacroType` syntax | Jonas Schievink | 2021-01-18 | 1 | -0/+1 | |
| | ||||||
* | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 1 | -1/+2 | |
| | ||||||
* | Add build benchmark xtask command | Aleksey Kladov | 2021-01-11 | 1 | -2/+10 | |
| | ||||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -2/+2 | |
| | ||||||
* | Stop using beta toolchain in xtask dist | Laurențiu Nicola | 2021-01-02 | 1 | -9/+1 | |
| | ||||||
* | Merge #7010 | bors[bot] | 2020-12-23 | 1 | -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 patterns | Lukas Wirth | 2020-12-23 | 1 | -0/+1 | |
| | | ||||||
* | | Don't release uncompressed binaries under the new naming scheme | Laurențiu Nicola | 2020-12-23 | 1 | -1/+0 | |
|/ | ||||||
* | Build aarch64-apple-darwin binaries on CI | Laurențiu Nicola | 2020-12-22 | 1 | -14/+58 | |
| | ||||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 2 | -2/+3 | |
| | ||||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -1/+3 | |
| | ||||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 | |
| | ||||||
* | metrics: go back to `cmd!` | Jonas Schievink | 2020-12-11 | 1 | -6/+3 | |
| | ||||||
* | Fix typo leading to metrics loss | Jonas Schievink | 2020-12-11 | 1 | -1/+1 | |
| | ||||||
* | Capture memory usage metrics | Jonas Schievink | 2020-12-11 | 1 | -1/+6 | |
| | ||||||
* | Revert "Fix memory usage metrics" | Jonas Schievink | 2020-12-11 | 1 | -3/+1 | |
| | ||||||
* | Fix memory usage metrics | Jonas Schievink | 2020-12-11 | 1 | -1/+3 | |
| | ||||||
* | Include config into the manual | Aleksey Kladov | 2020-12-09 | 1 | -1/+2 | |
| | ||||||
* | Update usage string to include code-exploration client. | Jérémy | 2020-12-08 | 1 | -1/+1 | |
| | ||||||
* | Add client install support for `code-exploration` build. | Jérémy | 2020-12-08 | 1 | -6/+14 | |
| | ||||||
* | Revert "Upgrade version of npms lockfile" | Aleksey Kladov | 2020-11-13 | 1 | -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 lockfile | Aleksey Kladov | 2020-11-12 | 1 | -1/+1 | |
| | ||||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 2 | -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 floats | Aleksey Kladov | 2020-11-06 | 1 | -1/+5 | |
| | ||||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -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 structure | Igor Aleksanov | 2020-10-25 | 1 | -1/+1 | |
| | ||||||
* | Merge #6259 | bors[bot] | 2020-10-20 | 2 | -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 install | Emil Gardström | 2020-10-20 | 1 | -8/+8 | |
| | | ||||||
| * | allow xtask install --client-code[=CLIENT] to specify client | Emil Gardström | 2020-10-17 | 2 | -15/+49 | |
| | |