Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -5/+3 |
| | | | | This improves compile times quite a bit | ||||
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+1 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -5/+5 |
| | |||||
* | Remove special casing for library symbols | Aleksey Kladov | 2020-06-18 | 1 | -48/+42 |
| | | | | | | | | We might as well handle them internally, via queries. I am not sure, but it looks like the current LibraryData setup might even predate salsa? It's not really needed and creates a bunch of complexity. | ||||
* | Add symbol index FIXME | Jonas Schievink | 2020-06-11 | 1 | -0/+3 |
| | |||||
* | Move limit check down | Jonas Schievink | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | symbol_index: allow querying a single crate | Jonas Schievink | 2020-06-10 | 1 | -9/+34 |
| | |||||
* | Fix the symbol query limit | Jonas Schievink | 2020-06-10 | 1 | -3/+4 |
| | |||||
* | Profile `world_symbols` | Jonas Schievink | 2020-06-10 | 1 | -0/+2 |
| | |||||
* | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 1 | -0/+21 |
| | |||||
* | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 1 | -0/+2 |
| | |||||
* | Don't expose SyntaxNodePtr impl details | Aleksey Kladov | 2020-04-16 | 1 | -1/+3 |
| | |||||
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -8/+8 |
| | |||||
* | Add support for macro in symbo_index | Edwin Cheng | 2020-03-22 | 1 | -0/+7 |
| | |||||
* | :arrow_up: fst | Aleksey Kladov | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | Remove unicase dependency | Aleksey Kladov | 2020-02-18 | 1 | -7/+13 |
| | |||||
* | Docs | Aleksey Kladov | 2020-02-06 | 1 | -0/+1 |
| | |||||
* | Cleanup | Aleksey Kladov | 2020-02-06 | 1 | -75/+0 |
| | |||||
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -1/+2 |
| | |||||
* | Move to a crate | Aleksey Kladov | 2020-02-06 | 1 | -0/+445 |