Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5664 | bors[bot] | 2020-08-05 | 1 | -3/+22 |
|\ | |||||
| * | When resolving a rename, fallback to the name higher in the use tree if the p... | Paul Daniel Faria | 2020-08-04 | 1 | -3/+22 |
* | | Use salsa's purge to account for all memory | Aleksey Kladov | 2020-08-05 | 1 | -1/+23 |
|/ | |||||
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 1 | -2/+2 |
* | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 1 | -2/+2 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 2 | -3/+3 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 2 | -4/+4 |
* | Rename EnumVariant -> Variant | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 2 | -3/+3 |
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 2 | -3/+3 |
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 2 | -2/+2 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 2 | -3/+3 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 2 | -2/+2 |
* | Rename Rename | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 2 | -15/+24 |
* | Merge #5503 | bors[bot] | 2020-07-23 | 2 | -5/+6 |
|\ | |||||
| * | Replace superslice with API on path to stabilization | Aleksey Kladov | 2020-07-23 | 2 | -5/+6 |
* | | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 1 | -2/+2 |
|/ | |||||
* | Correctly resolve assoc. types in path bindings | Jonas Schievink | 2020-07-17 | 1 | -0/+22 |
* | 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 |
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
* | 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 |