Commit graph

24 commits

Author SHA1 Message Date
Yuki Okushi 6f423466d1
Add a license field to all the crates 2020-07-14 10:57:26 +09:00
Jonas Schievink d4ddec2bdf Shrink arenas after building ItemTree 2020-06-24 16:54:21 +02:00
Aleksey Kladov bd9ede0ec9 Extract messy tree handling out of profiling code 2020-04-25 21:22:40 +02:00
kjeremy 7ca5ef67e8 Use resize_with 2020-03-31 09:02:12 -04:00
kjeremy f633f69e36 Do not call reserve since extend will handle it.
`Take` implements `TrustedLen` so we are guaranteed that only one
reserve call will be made.
2020-03-30 17:09:21 -04:00
kjeremy c39725212c Use more functional programming in ArenaMap::insert
I find this more readable and it flattens out the body a little.
2020-03-30 16:15:28 -04:00
Aleksey Kladov f840fcb2f5 Simplify Arena to use a generic index 2020-03-19 18:46:30 +01:00
Aleksey Kladov d06904e90c Switch to variant-granularity field type inference 2019-11-25 00:12:36 +03:00
Aleksey Kladov 586acef528 Simplify ADT fields 2019-11-24 22:44:24 +03:00
Aleksey Kladov 7e2f4b30db Disable doctests 2019-11-17 18:35:05 +03:00
Aleksey Kladov d751bd08bf cleanup 2019-08-06 10:57:16 +02:00
Aleksey Kladov 1834bae5b8 allow rustfmt to reorder imports
This wasn't a right decision in the first place, the feature flag was
broken in the last rustfmt release, and syntax highlighting of imports
is more important anyway
2019-07-04 23:09:09 +03:00
kjeremy 4251f083b5 Add is_empty to Arena 2019-04-26 11:42:10 -04:00
kjeremy 70dc33e00c Elide lifetime 2019-04-26 11:41:14 -04:00
Ville Penttinen 710975ecd8 Fix typo in Cargo.toml authors
Fixes typo introduced in #782
2019-02-11 10:20:04 +02:00
Ville Penttinen ab3d231b1d Update authors field in Cargo.tomls to "rust-analyzer developers"
This closes #777
2019-02-11 08:55:35 +02:00
Aleksey Kladov 12e3b4c70b reformat the world 2019-02-08 14:49:43 +03:00
Aleksey Kladov 87ac5f5b36 use positional ids for fields 2019-01-25 14:21:14 +03:00
Aleksey Kladov 74beb5bfcb simplify 2019-01-25 10:29:00 +03:00
Aleksey Kladov 8852408bfb use arena for sysroot 2019-01-11 00:51:34 +03:00
Aleksey Kladov d4c8310d05 switch interner to use arena 2019-01-08 15:53:32 +03:00
Florian Diebold 71f7d82e45 Introduce ArenaMap 2019-01-07 00:05:19 +01:00
Aleksey Kladov 3fe6f422f9 remove id arena 2019-01-04 16:58:10 +03:00
Aleksey Kladov 291d578938 extract area to a crate 2019-01-04 16:58:10 +03:00