Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable thread-local coverage marks | Laurențiu Nicola | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Compilation speed | Aleksey Kladov | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | |||||
* | | Use an unversioned profile dependency in mbe | Laurențiu Nicola | 2021-03-01 | 1 | -5/+2 |
| | | |||||
* | | Paperover a bug in cargo-workspace for publish RA | Edwin Cheng | 2021-03-01 | 1 | -1/+3 |
|/ | |||||
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+3 |
| | |||||
* | Make sure normal dependencies always have version | Pavan Kumar Sunkara | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | Support Macro v2 in mbe | Edwin Cheng | 2021-01-25 | 1 | -2/+1 |
| | |||||
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -3/+3 |
| | |||||
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -0/+21 |