| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-08 | Cleanup the error message | Aleksey Kladov | -1/+1 | |
| 2021-03-08 | Remove now dead code | Aleksey Kladov | -90/+76 | |
| 2021-03-08 | Unused params | Aleksey Kladov | -10/+10 | |
| 2021-03-08 | Make `code generation` just work | Aleksey Kladov | -45/+35 | |
| Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | ||||
| 2021-03-08 | Make working with codegen less annoying | Aleksey Kladov | -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. | ||||
| 2021-03-07 | :arrow_up: xflags | Aleksey Kladov | -9/+10 | |
| 2021-03-05 | Underengineer `cargo xtask install --client` | Aleksey Kladov | -70/+37 | |
| 2021-03-05 | Cleanup install command | Aleksey Kladov | -47/+52 | |
| 2021-03-05 | Fix regression where the client was not installed | Aleksey Kladov | -1/+1 | |
| 2021-03-02 | Fix xflags fallout | Aleksey Kladov | -1/+1 | |
| https://github.com/rust-analyzer/rust-analyzer/pull/7847#issuecomment-788920830 | ||||
| 2021-03-02 | Merge #7836 | bors[bot] | -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 <lnicola@dend.ro> | ||||
| 2021-03-01 | Update xtask/src/flags.rs | Aleksey Kladov | -1/+1 | |
| Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com> | ||||
| 2021-03-01 | Check for path dev-dependencies with a version number | Laurențiu Nicola | -10/+33 | |
| 2021-03-01 | Use cli parser with auto-generated help | Aleksey Kladov | -133/+176 | |
| 2021-03-01 | Axe pre-commit | Aleksey Kladov | -53/+0 | |
| 2021-03-01 | Simplify xtask | Aleksey Kladov | -180/+167 | |
| lib/bin/test separation isn't really needed. | ||||
| 2021-02-27 | Merge #7797 | bors[bot] | -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 <lnicola@dend.ro> | ||||
| 2021-02-27 | Remove dead gen_features code | Laurențiu Nicola | -48/+0 | |
| 2021-02-27 | Format generated features manually instead of relying on rustfmt | Laurențiu Nicola | -32/+34 | |
| 2021-02-23 | reliable memory usage during benchmarking | Aleksey Kladov | -1/+4 | |
| 2021-02-23 | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | -2/+2 | |
| 2021-02-22 | update tidy | kjeremy | -1/+0 | |
| 2021-02-21 | Pin ungrammar | Laurențiu Nicola | -1/+1 | |
| 2021-02-17 | rename completion -> ide_completion | Aleksey Kladov | -6/+7 | |
| We don't have completion-related PRs in flight, so lets do it | ||||
| 2021-02-13 | Build dist-x86_64-unknown-linux-musl releases | andylizi | -1/+1 | |
| 2021-02-12 | Merge #7655 | bors[bot] | -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 <lnicola@dend.ro> | ||||
| 2021-02-12 | Include a commit log summary in the changelog | Laurențiu Nicola | -23/+32 | |
| 2021-02-12 | Bump rust to latest stable 1.50 | kjeremy | -1/+1 | |
| 2021-02-09 | Track remote branch on xtask promote | Laurențiu Nicola | -1/+1 | |
| 2021-02-05 | Do not overwrite lock file | kjeremy | -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 | ||||
| 2021-02-03 | Add cargo file tidy test | Edwin Cheng | -12/+48 | |
| 2021-01-26 | Make always-assert crate reusable | Aleksey Kladov | -1/+1 | |
| 2021-01-21 | Fix mega bug | Aleksey Kladov | -6/+10 | |
| https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Manual.20content.20is.20duplicated | ||||
| 2021-01-19 | Update pico-args | kjeremy | -14/+22 | |
| Should maintains existing behavior | ||||
| 2021-01-18 | Add back jemalloc support | Jonas Schievink | -3/+11 | |
| 2021-01-18 | Add `MacroType` syntax | Jonas Schievink | -0/+1 | |
| 2021-01-15 | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | -1/+1 | |
| 2021-01-15 | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | -1/+1 | |
| 2021-01-15 | Add support for yiled keyword | Daiki Ihara | -1/+2 | |
| 2021-01-15 | Upgrade ungrammar to v1.7 | Daiki Ihara | -1/+1 | |
| 2021-01-13 | Render Fn* trait objects and impl types as rust does | Lukas Wirth | -1/+1 | |
| 2021-01-11 | Add build benchmark xtask command | Aleksey Kladov | -2/+10 | |
| 2021-01-08 | Add check for dbg! macro | Edwin Cheng | -1/+28 | |
| 2021-01-08 | Remove unused dbg | Edwin Cheng | -4/+3 | |
| 2021-01-07 | Change <|> to $0 - Rebase | Kevaundray Wedderburn | -2/+2 | |
| 2021-01-07 | Extend git evacuation procedure | Aleksey Kladov | -1/+13 | |
| 2021-01-05 | Rename expr -> tail_expr | Aleksey Kladov | -1/+1 | |
| 2021-01-02 | Stop using beta toolchain in xtask dist | Laurențiu Nicola | -9/+1 | |
| 2021-01-01 | deny_clippy test works with cfg_attr | Aleksey Kladov | -1/+1 | |
| 2020-12-23 | Merge #7010 | bors[bot] | -1/+2 | |
| 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 <lukastw97@gmail.com> | ||||
