| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -1/+0 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -1/+1 | |
| 2021-08-28 | internal: improve compilation critical path a bit | Aleksey Kladov | -21/+0 | |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 | |
| 2021-07-18 | Fix AbsPath::ends_with | Laurențiu Nicola | -1/+1 | |
| 2021-07-17 | internal: a bit more of cwd safety for flycheck | Aleksey Kladov | -0/+3 | |
| 2021-07-17 | internal: make sure that proc macro machinery doesn't depend on cwd | Aleksey Kladov | -0/+21 | |
| 2021-07-17 | internal: make it easier to isolate IO | Aleksey Kladov | -14/+35 | |
| 2021-06-13 | tree-wide: make rustdoc links spiky so they are clickable | Jade | -1/+1 | |
| 2021-04-06 | Clearer naming | Aleksey Kladov | -0/+7 | |
| 2021-01-22 | Document `paths` items | Arnaud | -1/+50 | |
| 2020-06-24 | Be more explicit about absolute paths at various places | Aleksey Kladov | -3/+23 | |
| 2020-06-23 | New VFS | Aleksey Kladov | -4/+1 | |
| 2020-06-22 | Add paths::RelPath[Buf] | Aleksey Kladov | -0/+74 | |
| 2020-06-19 | Speedup VFS::partition | Aleksey Kladov | -1/+4 | |
| The task of `partition` function is to bin the flat list of paths into disjoint filesets. Ideally, it should be incremental -- each new file should be added to a specific fileset. However, preliminary measurnments show that it is actually fast enough if we just optimize this to use a binary search instead of a linear scan. | ||||
| 2020-06-14 | Introduce paths crate | Aleksey Kladov | -0/+123 | |
| It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service | ||||
