Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix remaining references to `cargo xtask codegen` | Lukas Wirth | 2021-03-12 | 2 | -2/+2 | |
| | ||||||
* | Minor | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 | |
| | ||||||
* | Cleanup the error message | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 | |
| | ||||||
* | Remove now dead code | Aleksey Kladov | 2021-03-08 | 9 | -90/+76 | |
| | ||||||
* | Unused params | Aleksey Kladov | 2021-03-08 | 5 | -10/+10 | |
| | ||||||
* | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 5 | -45/+35 | |
| | | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | |||||
* | Make working with codegen less annoying | Aleksey Kladov | 2021-03-08 | 3 | -21/+25 | |
| | | | | | | | | | | We probably should look into removing `xtask codegen` altogether. The test workflow works perfectly for package.json config. There are two things preventing that: * Lint completions are generated on demand. * Docs are not committed to the repository. | |||||
* | :arrow_up: xflags | Aleksey Kladov | 2021-03-07 | 2 | -9/+10 | |
| | ||||||
* | Underengineer `cargo xtask install --client` | Aleksey Kladov | 2021-03-05 | 3 | -70/+37 | |
| | ||||||
* | Cleanup install command | Aleksey Kladov | 2021-03-05 | 3 | -47/+52 | |
| | ||||||
* | Fix regression where the client was not installed | Aleksey Kladov | 2021-03-05 | 1 | -1/+1 | |
| | ||||||
* | Fix xflags fallout | Aleksey Kladov | 2021-03-02 | 1 | -1/+1 | |
| | | | | https://github.com/rust-analyzer/rust-analyzer/pull/7847#issuecomment-788920830 | |||||
* | Merge #7836 | bors[bot] | 2021-03-02 | 1 | -10/+33 | |
|\ | | | | | | | | | | | | | | | | | | | 7836: Check for path dev-dependencies with a version number r=lnicola a=lnicola Closes https://github.com/rust-analyzer/rust-analyzer/pull/7828#issuecomment-788174522. This looks a bit ugly, but at least fixes an issues where we missed target-specific dependencies. Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | Check for path dev-dependencies with a version number | Laurențiu Nicola | 2021-03-01 | 1 | -10/+33 | |
| | | ||||||
* | | 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 | 7 | -133/+176 | |
|/ | ||||||
* | Axe pre-commit | Aleksey Kladov | 2021-03-01 | 2 | -53/+0 | |
| | ||||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 17 | -180/+167 | |
| | | | | 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 | |
| | ||||||
* | update tidy | kjeremy | 2021-02-22 | 1 | -1/+0 | |
| | ||||||
* | Pin ungrammar | Laurențiu Nicola | 2021-02-21 | 1 | -1/+1 | |
| | ||||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 2 | -6/+7 | |
| | | | | 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 | 2 | -12/+48 | |
| | ||||||
* | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 1 | -1/+1 | |
| | ||||||
* | Fix mega bug | Aleksey Kladov | 2021-01-21 | 5 | -6/+10 | |
| | | | | 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 | 2 | -14/+22 | |
| | | | | 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 | |
| | ||||||
* | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -1/+1 | |
| | ||||||
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 1 | -1/+1 | |
| | ||||||
* | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 1 | -1/+2 | |
| | ||||||
* | Upgrade ungrammar to v1.7 | Daiki Ihara | 2021-01-15 | 1 | -1/+1 | |
| | ||||||
* | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 1 | -1/+1 | |
| | ||||||
* | Add build benchmark xtask command | Aleksey Kladov | 2021-01-11 | 1 | -2/+10 | |
| | ||||||
* | Add check for dbg! macro | Edwin Cheng | 2021-01-08 | 1 | -1/+28 | |
| | ||||||
* | Remove unused dbg | Edwin Cheng | 2021-01-08 | 1 | -4/+3 | |
| | ||||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -2/+2 | |
| | ||||||
* | Extend git evacuation procedure | Aleksey Kladov | 2021-01-07 | 1 | -1/+13 | |
| | ||||||
* | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 | |
| | ||||||
* | Stop using beta toolchain in xtask dist | Laurențiu Nicola | 2021-01-02 | 1 | -9/+1 | |
| |