Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bump once_cell | kjeremy | 2021-03-02 | 1 | -2/+2 | |
| | ||||||
* | Merge #7513 | bors[bot] | 2021-03-02 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7513: NFA parser for mbe matcher r=matklad a=edwin0cheng Almost straight porting from rustc one, but a little bit slow :( ``` rust-analyzer analysis-stats -q . ``` From: ```log Database loaded: 636.11ms, 277minstr crates: 36, mods: 594, decls: 11527, fns: 9017 Item Collection: 10.99s, 60ginstr exprs: 249618, ??ty: 2699 (1%), ?ty: 2101 (0%), !ty: 932 Inference: 28.94s, 123ginstr Total: 39.93s, 184ginstr ``` To: ```log Database loaded: 630.90ms, 277minstr crates: 36, mods: 594, decls: 11528, fns: 9018 Item Collection: 13.70s, 77ginstr exprs: 249482, ??ty: 2699 (1%), ?ty: 2101 (0%), !ty: 932 Inference: 30.27s, 133ginstr Total: 43.97s, 211ginstr ``` Fixes #4777 Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 1 | -0/+1 | |
| | | ||||||
* | | Merge #7848 | bors[bot] | 2021-03-02 | 1 | -8/+18 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 7848: Bump cargo_metadata r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Bump cargo_metadata | Laurențiu Nicola | 2021-03-02 | 1 | -8/+18 | |
| | | | ||||||
* | | | Switch from pico-args to xflags | Aleksey Kladov | 2021-03-02 | 1 | -11/+5 | |
| | | | ||||||
* | | | Merge #7835 | bors[bot] | 2021-03-01 | 1 | -1/+19 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 7835: Use cli parser with auto-generated help r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Use cli parser with auto-generated help | Aleksey Kladov | 2021-03-01 | 1 | -1/+19 | |
| |/ | ||||||
* | | Bump chalk | Laurențiu Nicola | 2021-03-01 | 1 | -29/+20 | |
| | | ||||||
* | | Bump deps | Laurențiu Nicola | 2021-03-01 | 1 | -8/+8 | |
|/ | ||||||
* | Merge #7566 | bors[bot] | 2021-02-27 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 7566: Add benchmark tests for mbe r=matklad a=edwin0cheng This PR add more real world tests dumped from `rust-analyzer analysis-stats .` to benchmark its performance. cc #7513 r? @matklad Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+1 | |
| | | ||||||
* | | bump crates | kjeremy | 2021-02-25 | 1 | -6/+6 | |
| | | ||||||
* | | :arrow_up: crates | Aleksey Kladov | 2021-02-25 | 1 | -40/+8 | |
|/ | ||||||
* | Update mio | kjeremy | 2021-02-23 | 1 | -2/+2 | |
| | ||||||
* | 7526: Renamed create ssr to ide_ssr. | Chetan Khilosiya | 2021-02-22 | 1 | -16/+16 | |
| | ||||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -18/+18 | |
| | ||||||
* | update tracing-tree | kjeremy | 2021-02-22 | 1 | -21/+2 | |
| | ||||||
* | Merge #7752 | bors[bot] | 2021-02-22 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | 7752: up once_cell r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> | |||||
| * | up once_cell | kjeremy | 2021-02-22 | 1 | -2/+2 | |
| | | ||||||
* | | Make more common assist easier to ues | Aleksey Kladov | 2021-02-22 | 1 | -0/+1 | |
|/ | ||||||
* | Pin ungrammar | Laurențiu Nicola | 2021-02-21 | 1 | -2/+2 | |
| | ||||||
* | Bump deps | Laurențiu Nicola | 2021-02-21 | 1 | -25/+52 | |
| | ||||||
* | Update some crates | Jeremy Kolb | 2021-02-20 | 1 | -20/+20 | |
| | ||||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -20/+20 | |
| | | | | We don't have completion-related PRs in flight, so lets do it | |||||
* | Bump lsp-types | kjeremy | 2021-02-16 | 1 | -2/+2 | |
| | ||||||
* | cargo update | kjeremy | 2021-02-15 | 1 | -16/+10 | |
| | ||||||
* | Start LSP 3.17 support | Jeremy Kolb | 2021-02-14 | 1 | -9/+2 | |
| | ||||||
* | libloading 0.7 | kjeremy | 2021-02-11 | 1 | -4/+4 | |
| | | | | See https://docs.rs/libloading/0.7.0/libloading/changelog/r0_7_0/index.html | |||||
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 1 | -0/+1 | |
| | ||||||
* | Update crates | kjeremy | 2021-02-08 | 1 | -16/+16 | |
| | | | | Pulls in https://github.com/rust-lang/chalk/pull/682 | |||||
* | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 1 | -2/+2 | |
| | ||||||
* | cargo update | kjeremy | 2021-02-05 | 1 | -10/+10 | |
| | ||||||
* | Cleanup decl_check | Lukas Wirth | 2021-02-05 | 1 | -2/+2 | |
| | ||||||
* | Update thread_local | kjeremy | 2021-02-04 | 1 | -2/+2 | |
| | | | | | Pulls in https://github.com/Amanieu/thread_local-rs/pull/30 which fixes a leak when dropping ThreadLocal. | |||||
* | Update mimalloc | kjeremy | 2021-02-02 | 1 | -4/+4 | |
| | ||||||
* | Bump rustc_lexer | Laurențiu Nicola | 2021-02-02 | 1 | -2/+2 | |
| | ||||||
* | Bump chalk | Laurențiu Nicola | 2021-02-02 | 1 | -8/+8 | |
| | ||||||
* | Use non-deprecated memmap2 crate | kjeremy | 2021-02-02 | 1 | -5/+4 | |
| | | | | | | | `cargo audit` complains that `memmap` is unmaintained so switch to RazrFalcon's maintained version. Removes yet another edge on winapi | |||||
* | cargo update | kjeremy | 2021-02-02 | 1 | -4/+4 | |
| | ||||||
* | Reap proc macro server instances | Laurențiu Nicola | 2021-02-01 | 1 | -0/+1 | |
| | ||||||
* | cargo update | kjeremy | 2021-01-29 | 1 | -4/+4 | |
| | ||||||
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-29 | 1 | -2/+2 | |
| | ||||||
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-28 | 1 | -2/+2 | |
| | ||||||
* | Merge #7477 | bors[bot] | 2021-01-28 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | 7477: :arrow_up: cm r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | :arrow_up: cm | Aleksey Kladov | 2021-01-28 | 1 | -2/+2 | |
| | | ||||||
* | | cargo update | kjeremy | 2021-01-28 | 1 | -188/+74 | |
|/ | ||||||
* | Bump deps | Laurențiu Nicola | 2021-01-27 | 1 | -25/+25 | |
| | ||||||
* | add more counts | Aleksey Kladov | 2021-01-27 | 1 | -2/+2 | |
| | ||||||
* | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 1 | -0/+11 | |
| |