aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
...
* | :arrow_up: xflagsAleksey Kladov2021-03-071-4/+4
| |
* | cargo updatekjeremy2021-03-051-8/+8
| |
* | Cleanup install commandAleksey Kladov2021-03-051-4/+4
|/
* Update lexerkjeremy2021-03-021-2/+2
|
* bump once_cellkjeremy2021-03-021-2/+2
|
* Merge #7513bors[bot]2021-03-021-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 matcherEdwin Cheng2021-02-281-0/+1
| |
* | Merge #7848bors[bot]2021-03-021-8/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | 7848: Bump cargo_metadata r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
| * | Bump cargo_metadataLaurențiu Nicola2021-03-021-8/+18
| | |
* | | Switch from pico-args to xflagsAleksey Kladov2021-03-021-11/+5
| | |
* | | Merge #7835bors[bot]2021-03-011-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 helpAleksey Kladov2021-03-011-1/+19
| |/
* | Bump chalkLaurențiu Nicola2021-03-011-29/+20
| |
* | Bump depsLaurențiu Nicola2021-03-011-8/+8
|/
* Merge #7566bors[bot]2021-02-271-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 mbeEdwin Cheng2021-02-241-0/+1
| |
* | bump crateskjeremy2021-02-251-6/+6
| |
* | :arrow_up: cratesAleksey Kladov2021-02-251-40/+8
|/
* Update miokjeremy2021-02-231-2/+2
|
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-16/+16
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-18/+18
|
* update tracing-treekjeremy2021-02-221-21/+2
|
* Merge #7752bors[bot]2021-02-221-2/+2
|\ | | | | | | | | | | | | | | 7752: up once_cell r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * up once_cellkjeremy2021-02-221-2/+2
| |
* | Make more common assist easier to uesAleksey Kladov2021-02-221-0/+1
|/
* Pin ungrammarLaurențiu Nicola2021-02-211-2/+2
|
* Bump depsLaurențiu Nicola2021-02-211-25/+52
|
* Update some cratesJeremy Kolb2021-02-201-20/+20
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-20/+20
| | | | We don't have completion-related PRs in flight, so lets do it
* Bump lsp-typeskjeremy2021-02-161-2/+2
|
* cargo updatekjeremy2021-02-151-16/+10
|
* Start LSP 3.17 supportJeremy Kolb2021-02-141-9/+2
|
* libloading 0.7kjeremy2021-02-111-4/+4
| | | | See https://docs.rs/libloading/0.7.0/libloading/changelog/r0_7_0/index.html
* Infra for "unit" benchmarkingAleksey Kladov2021-02-091-0/+1
|
* Update crateskjeremy2021-02-081-16/+16
| | | | Pulls in https://github.com/rust-lang/chalk/pull/682
* AdtDef -> AdtAleksey Kladov2021-02-071-2/+2
|
* cargo updatekjeremy2021-02-051-10/+10
|
* Cleanup decl_checkLukas Wirth2021-02-051-2/+2
|
* Update thread_localkjeremy2021-02-041-2/+2
| | | | | Pulls in https://github.com/Amanieu/thread_local-rs/pull/30 which fixes a leak when dropping ThreadLocal.
* Update mimallockjeremy2021-02-021-4/+4
|
* Bump rustc_lexerLaurențiu Nicola2021-02-021-2/+2
|
* Bump chalkLaurențiu Nicola2021-02-021-8/+8
|
* Use non-deprecated memmap2 cratekjeremy2021-02-021-5/+4
| | | | | | | `cargo audit` complains that `memmap` is unmaintained so switch to RazrFalcon's maintained version. Removes yet another edge on winapi
* cargo updatekjeremy2021-02-021-4/+4
|
* Reap proc macro server instancesLaurențiu Nicola2021-02-011-0/+1
|
* cargo updatekjeremy2021-01-291-4/+4
|
* :arrow_up: rowanAleksey Kladov2021-01-291-2/+2
|
* :arrow_up: rowanAleksey Kladov2021-01-281-2/+2
|
* Merge #7477bors[bot]2021-01-281-2/+2
|\ | | | | | | | | | | | | | | | | 7477: :arrow_up: cm r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: cmAleksey Kladov2021-01-281-2/+2
| |