Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cargo update | Jeremy Kolb | 2021-04-03 | 1 | -14/+14 | |
| | ||||||
* | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 1 | -0/+1 | |
| | ||||||
* | Use arrayvec 0.6 | Laurențiu Nicola | 2021-03-25 | 1 | -2/+4 | |
| | ||||||
* | cargo update | kjeremy | 2021-03-23 | 1 | -40/+28 | |
| | | | | Removes dependency on socket2 | |||||
* | :arrow_up: rowan | Aleksey Kladov | 2021-03-22 | 1 | -2/+2 | |
| | ||||||
* | Parse extended_key_value_attributes | Lukas Wirth | 2021-03-19 | 1 | -2/+2 | |
| | ||||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -4/+2 | |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | |||||
* | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 1 | -2/+2 | |
| | ||||||
* | Return multiple modules in `parent_module` | Lukas Wirth | 2021-03-15 | 1 | -0/+1 | |
| | ||||||
* | Use expect-test for builtin macro/derive tests | Jonas Schievink | 2021-03-10 | 1 | -0/+1 | |
| | ||||||
* | Merge #7965 | bors[bot] | 2021-03-10 | 1 | -8/+8 | |
|\ | | | | | | | | | | | | | | | 7965: cargo update and lexer r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> | |||||
| * | cargo update and lexer | kjeremy | 2021-03-10 | 1 | -8/+8 | |
| | | ||||||
* | | Implement builtin `cfg!` macro | Jonas Schievink | 2021-03-10 | 1 | -0/+1 | |
|/ | ||||||
* | Merge #6822 | bors[bot] | 2021-03-09 | 1 | -0/+19 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6822: Read version of rustc that compiled proc macro r=edwin0cheng a=jsomedon Signed-off-by: Jay Somedon <[email protected]> This PR is to fix #6174. I basically * added two methods, `read_version` and `read_section`(used by `read_version`) * two new crates `snap` and `object` to be used by those two methods I just noticed that some part of code were auto-reformatted by rust-analyzer on file save. Does it matter? Co-authored-by: Jay Somedon <[email protected]> Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | Fix multiple issues from code review | Jay Somedon | 2021-03-04 | 1 | -19/+14 | |
| | | | | | | | | | | | | | | | | * check metadata version * use memmap * use Result instead of unwrap with Jay Somedon <[email protected]> | |||||
| * | Read version of rustc that compiled proc macro | Jay Somedon | 2021-03-04 | 1 | -2/+26 | |
| | | | | | | | | With Jay Somedon <[email protected]> | |||||
* | | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -0/+15 | |
| | | ||||||
* | | Don't punish every crate with serde-json | Aleksey Kladov | 2021-03-08 | 1 | -1/+0 | |
| | | ||||||
* | | Cargo update | kjeremy | 2021-03-08 | 1 | -30/+21 | |
| | | | | | | | | Chalk changes just a version # bump. There are no actual commits. | |||||
* | | :arrow_up: xflags | Aleksey Kladov | 2021-03-07 | 1 | -4/+4 | |
| | | ||||||
* | | cargo update | kjeremy | 2021-03-05 | 1 | -8/+8 | |
| | | ||||||
* | | Cleanup install command | Aleksey Kladov | 2021-03-05 | 1 | -4/+4 | |
|/ | ||||||
* | Update lexer | kjeremy | 2021-03-02 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| |