Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -1/+0 | |
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 1 | -2/+0 | |
* | Fix classify_name_ref on multi-path macro calls | Jonas Schievink | 2020-07-14 | 1 | -2/+8 | |
* | Remove relative_path dependency | Aleksey Kladov | 2020-07-08 | 1 | -4/+3 | |
* | Merge #5244 | bors[bot] | 2020-07-07 | 1 | -0/+9 | |
|\ | ||||||
| * | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 1 | -0/+9 | |
* | | Merge #5245 | bors[bot] | 2020-07-07 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Refactor AssistBuilder to manage a SourceChange | Christoph Herzog | 2020-07-07 | 1 | -1/+1 | |
* | | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 3 | -33/+30 | |
|/ | ||||||
* | Fix memory usage accounting for interned queries | Jonas Schievink | 2020-07-03 | 1 | -17/+30 | |
* | Merge #5175 | bors[bot] | 2020-07-01 | 1 | -2/+3 | |
|\ | ||||||
| * | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 1 | -2/+3 | |
* | | Reuse Semantics instances | Laurențiu Nicola | 2020-07-01 | 1 | -8/+4 | |
|/ | ||||||
* | Try to reduce Semantics monomorphisations | Laurențiu Nicola | 2020-07-01 | 1 | -1/+7 | |
* | Use the existing Semantics in auto_import | Laurențiu Nicola | 2020-07-01 | 1 | -46/+42 | |
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+1 | |
* | Measure ItemTree query memory usage | Jonas Schievink | 2020-06-24 | 1 | -0/+1 | |
* | Remove raw item query | Jonas Schievink | 2020-06-24 | 1 | -1/+0 | |
* | New VFS | Aleksey Kladov | 2020-06-23 | 3 | -69/+30 | |
* | Add new query to stats | Jonas Schievink | 2020-06-19 | 1 | -0/+1 | |
* | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -1/+0 | |
* | Remove special casing for library symbols | Aleksey Kladov | 2020-06-18 | 2 | -122/+47 | |
* | Anchor file-system operations to the file, and not to the source root. | Aleksey Kladov | 2020-06-16 | 1 | -3/+3 | |
* | Remove dead code | Aleksey Kladov | 2020-06-11 | 2 | -24/+3 | |
* | Merge #4843 | bors[bot] | 2020-06-11 | 1 | -2/+2 | |
|\ | ||||||
| * | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 1 | -2/+2 | |
* | | Merge #4819 | bors[bot] | 2020-06-11 | 2 | -33/+66 | |
|\ \ | |/ |/| | ||||||
| * | Add symbol index FIXME | Jonas Schievink | 2020-06-11 | 1 | -0/+3 | |
| * | Move limit check down | Jonas Schievink | 2020-06-10 | 1 | -1/+1 | |
| * | ImportsLocator: use ImportMap for non-local crates | Jonas Schievink | 2020-06-10 | 1 | -22/+24 | |
| * | 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 | |
* | | In field patterns, don't highlight local binding as a field | Aleksey Kladov | 2020-06-10 | 1 | -3/+6 | |
|/ | ||||||
* | Simplify | Aleksey Kladov | 2020-06-08 | 1 | -16/+7 | |
* | Swap `into_definition` and `definition` semantics for `FieldShorthand` variant | unexge | 2020-06-08 | 1 | -2/+2 | |
* | Add `FieldShorthand` variant to `NameClass` | unexge | 2020-06-08 | 1 | -26/+30 | |
* | Add goto def for enum variant field | unexge | 2020-06-06 | 1 | -0/+6 | |
* | Merge #4689 | bors[bot] | 2020-06-05 | 1 | -0/+1 | |
|\ | ||||||
| * | Review fixes | Florian Diebold | 2020-06-05 | 1 | -0/+1 | |
* | | Merge #4760 | bors[bot] | 2020-06-05 | 1 | -9/+2 | |
|\ \ | ||||||
| * | | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 1 | -9/+2 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #4729 #4748 | bors[bot] | 2020-06-05 | 2 | -1/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Measure memory usage of ImportMap | Jonas Schievink | 2020-06-05 | 1 | -0/+1 | |
| * | | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -1/+1 | |
| |/ | ||||||
* | | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -2/+2 | |
* | | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -6/+2 | |
|/ | ||||||
* | recursively search submodules | Brennan Vincent | 2020-05-31 | 1 | -18/+22 | |
* | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 1 | -0/+21 | |
* | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -59/+20 |