rust/crates
Aleksey Kladov 4f3fc6fa1a try to optimize things unsuccessfully
Baseline
```
Database loaded:     598.40ms, 304minstr, 118mb (metadata 390.57ms, 21minstr, 841kb; build 111.31ms, 8764kinstr, -214kb)
  crates: 39, mods: 824, decls: 18647, fns: 13910
Item Collection:     9.70s, 75ginstr, 377mb
  exprs: 382426, ??ty: 387 (0%), ?ty: 285 (0%), !ty: 145
Inference:           43.16s, 342ginstr, 641mb
Total:               52.86s, 417ginstr, 1018mb
```

Eager
```
Database loaded:     625.86ms, 304minstr, 118mb (metadata 414.52ms, 21minstr, 841kb; build 113.81ms, 8764kinstr, -230kb)
  crates: 39, mods: 824, decls: 18647, fns: 13910
Item Collection:     10.09s, 75ginstr, 389mb
  exprs: 382426, ??ty: 387 (0%), ?ty: 285 (0%), !ty: 145
Inference:           43.27s, 341ginstr, 644mb
Total:               53.37s, 417ginstr, 1034mb
```

Lazy
```
Database loaded:     626.34ms, 304minstr, 118mb (metadata 416.26ms, 21minstr, 841kb; build 113.67ms, 8750kinstr, -209kb)
  crates: 39, mods: 824, decls: 18647, fns: 13910
Item Collection:     10.16s, 75ginstr, 389mb
  exprs: 382426, ??ty: 387 (0%), ?ty: 285 (0%), !ty: 145
Inference:           44.51s, 342ginstr, 644mb
Total:               54.67s, 417ginstr, 1034mb
```
2021-12-05 15:32:39 +03:00
..
base_db Merge #10872 2021-11-30 14:07:39 +00:00
cfg Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
flycheck Don't discard flycheck error messages 2021-11-27 18:57:51 +01:00
hir Improve hover message for inert attributes 2021-12-03 20:28:15 +01:00
hir_def Merge #10921 2021-12-03 23:52:28 +00:00
hir_expand try to optimize things unsuccessfully 2021-12-05 15:32:39 +03:00
hir_ty Bump chalk 2021-12-04 15:08:43 +02:00
ide fix: Add highlighting hack back for unresolved attributes 2021-12-05 11:59:07 +01:00
ide_assists fix: defer condition construction 2021-12-04 04:50:06 +09:00
ide_completion Clean up some unused cross-crate dependencies 2021-12-05 13:54:49 +02:00
ide_db Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
ide_diagnostics minor: Shorten spans of mismatched_arg_count diag 2021-12-04 00:27:29 +01:00
ide_ssr Merge #10698 2021-11-07 11:02:39 +00:00
limit
mbe Clean up some unused cross-crate dependencies 2021-12-05 13:54:49 +02:00
parser fix: parse the range pat inside the tuple pat 2021-11-18 11:11:37 +08:00
paths
proc_macro_api Bump object avoid a duplicate dependency 2021-10-30 09:02:45 +03:00
proc_macro_srv Fix proc macro ABI version checks 2021-11-18 10:24:24 +02:00
proc_macro_test
profile Bump countme 2021-12-04 15:14:31 +02:00
project_model Merge #10841 2021-11-29 11:13:39 +00:00
rust-analyzer Clean up some unused cross-crate dependencies 2021-12-05 13:54:49 +02:00
sourcegen
stdx Bump miow 2021-12-04 15:17:30 +02:00
syntax Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
test_utils
text_edit Update crates/text_edit/src/lib.rs 2021-11-03 15:44:46 +01:00
toolchain
tt
vfs minor: Lift out FxIndex{Map/Set} types into ide_db 2021-11-16 12:15:47 +01:00
vfs-notify