Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use resize_with | kjeremy | 2020-03-31 | 1 | -2/+1 |
| | |||||
* | Do not call reserve since extend will handle it. | kjeremy | 2020-03-30 | 1 | -3/+0 |
| | | | | | `Take` implements `TrustedLen` so we are guaranteed that only one reserve call will be made. | ||||
* | Use more functional programming in ArenaMap::insert | kjeremy | 2020-03-30 | 1 | -5/+3 |
| | | | | I find this more readable and it flattens out the body a little. | ||||
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 2 | -54/+79 |
| | |||||
* | Switch to variant-granularity field type inference | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Simplify ADT fields | Aleksey Kladov | 2019-11-24 | 1 | -1/+7 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-08-06 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Add is_empty to Arena | kjeremy | 2019-04-26 | 1 | -0/+3 |
| | |||||
* | Elide lifetime | kjeremy | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -24/+6 |
| | |||||
* | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -0/+13 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -0/+4 |
| | |||||
* | use arena for sysroot | Aleksey Kladov | 2019-01-10 | 1 | -1/+10 |
| | |||||
* | switch interner to use arena | Aleksey Kladov | 2019-01-08 | 1 | -0/+3 |
| | |||||
* | Introduce ArenaMap | Florian Diebold | 2019-01-06 | 2 | -0/+72 |
| | |||||
* | remove id arena | Aleksey Kladov | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | extract area to a crate | Aleksey Kladov | 2019-01-04 | 2 | -0/+102 |