Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 | |
|\ | ||||||
| * | 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 | |
* | 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 | |
* | Update pico-args | kjeremy | 2021-01-19 | 2 | -14/+22 | |
* | 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 | |
* | deny_clippy test works with cfg_attr | Aleksey Kladov | 2020-12-31 | 1 | -1/+1 | |
* | Merge #7010 | bors[bot] | 2020-12-23 | 2 | -1/+2 | |
|\ | ||||||
| * | Update ungrammar for const block patterns | Lukas Wirth | 2020-12-23 | 2 | -1/+2 | |
* | | 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 | 3 | -4/+5 | |
* | 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 | |
* | Update expect-test and remove outdated license | kjeremy | 2020-12-07 | 1 | -1/+0 | |
* | cargo update and add new license | kjeremy | 2020-11-17 | 1 | -0/+1 | |
* | Revert "Upgrade version of npms lockfile" | Aleksey Kladov | 2020-11-13 | 1 | -1/+1 | |
* | Upgrade version of npms lockfile | Aleksey Kladov | 2020-11-12 | 1 | -1/+1 | |
* | More consistent naming | Aleksey Kladov | 2020-11-09 | 1 | -3/+5 | |
* | Merge #6476 | bors[bot] | 2020-11-07 | 1 | -0/+1 | |
|\ |