Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reuse Semantics instances | Laurențiu Nicola | 2020-07-01 | 1 | -8/+4 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -2/+2 |
| | |||||
* | recursively search submodules | Brennan Vincent | 2020-05-31 | 1 | -18/+22 |
| | |||||
* | Remove cross-crate marks | Aleksey Kladov | 2020-05-20 | 1 | -2/+0 |
| | | | | | They create quite a bit of friction. Really, we should just move the tests to the same crate, rather than paper over existing split. | ||||
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 |
| | |||||
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | Cleanups | Aleksey Kladov | 2020-04-25 | 1 | -1/+2 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -5/+4 |
| | |||||
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Use visibility_of in search | Edwin Cheng | 2020-03-24 | 1 | -35/+31 |
| | |||||
* | Refactor search | Edwin Cheng | 2020-03-22 | 1 | -16/+4 |
| | |||||
* | find_usages limited to actual usages again | Matt Niemeir | 2020-03-11 | 1 | -14/+14 |
| | |||||
* | Renaming a local renames struct field shorthand | Matt Niemeir | 2020-03-10 | 1 | -9/+15 |
| | |||||
* | Struct field rename renames field in constructor field shorthand | Matt Niemeir | 2020-03-10 | 1 | -5/+17 |
| | |||||
* | Fix docs | Aleksey Kladov | 2020-03-04 | 1 | -4/+10 |
| | |||||
* | Cleanup API | Aleksey Kladov | 2020-03-04 | 1 | -47/+47 |
| | |||||
* | Fix tests | Aleksey Kladov | 2020-03-04 | 1 | -1/+2 |
| | |||||
* | Use method instead of a free function | Aleksey Kladov | 2020-03-04 | 1 | -61/+64 |
| | |||||
* | Move find_refs_to_def | Aleksey Kladov | 2020-03-04 | 1 | -3/+146 |
| | |||||
* | Move ReferenceKind | Aleksey Kladov | 2020-03-04 | 1 | -1/+20 |
| | |||||
* | Move SearchScope | Aleksey Kladov | 2020-03-04 | 1 | -0/+147 |