Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Option<...> from result of Crate::root_module | Paul Daniel Faria | 2020-08-09 | 1 | -2/+2 |
* | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 1 | -3/+22 |
* | Use salsa's purge to account for all memory | Aleksey Kladov | 2020-08-05 | 1 | -8/+1 |
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 4 | -6/+6 |
* | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 2 | -3/+3 |
* | simplify | Aleksey Kladov | 2020-07-30 | 1 | -6/+4 |
* | Finalize impl Grammar | Aleksey Kladov | 2020-07-30 | 3 | -6/+6 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 3 | -7/+7 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 3 | -12/+12 |
* | Rename EnumVariant -> Variant | Aleksey Kladov | 2020-07-30 | 3 | -5/+5 |
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 3 | -6/+6 |
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 3 | -6/+6 |
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 3 | -5/+5 |
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 3 | -12/+6 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 2 | -10/+13 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 3 | -9/+6 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 3 | -7/+7 |
* | Add a builder for DiagnosticSink | Jonas Schievink | 2020-07-24 | 1 | -1/+3 |
* | Cache macro expansion in semantics | Aleksey Kladov | 2020-07-24 | 1 | -2/+14 |
* | Add missing cancellation point | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 |
* | Add profiling call | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 |
* | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 1 | -1/+1 |
* | call_info works with closures | Aleksey Kladov | 2020-07-17 | 1 | -14/+19 |
* | Remove FunctionSignature | Aleksey Kladov | 2020-07-16 | 1 | -1/+1 |
* | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 1 | -0/+3 |
* | Redner self as param for call infor for assoc fn call | Aleksey Kladov | 2020-07-16 | 1 | -2/+12 |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 4 | -21/+99 |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 2 | -3/+3 |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -3/+3 |
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 1 | -3/+3 |
* | Cap macro expansion depth for IDE features | Aleksey Kladov | 2020-07-15 | 1 | -1/+1 |
* | Cleanup visibility | Aleksey Kladov | 2020-07-14 | 1 | -1/+1 |
* | Cleanup hir diagnostics API | Aleksey Kladov | 2020-07-14 | 1 | -8/+1 |
* | Consolidate hir diagnostics code in one place | Aleksey Kladov | 2020-07-14 | 2 | -6/+4 |
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 3 | -31/+16 |
* | Use dedicated semantic highlight tag for parameters | Aleksey Kladov | 2020-07-11 | 1 | -1/+14 |
* | Fix goto definition for type alias type parameters | Aleksey Kladov | 2020-07-11 | 2 | -0/+8 |
* | Reduce visibility | Aleksey Kladov | 2020-07-11 | 1 | -31/+31 |
* | Speed up completion | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
* | Dont expose ID | Aleksey Kladov | 2020-07-10 | 1 | -4/+3 |
* | Rename | Aleksey Kladov | 2020-07-10 | 2 | -3/+2 |
* | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 2 | -0/+21 |
* | Add argument count mismatch diagnostic | Jonas Schievink | 2020-07-09 | 1 | -1/+3 |
* | Merge #5149 | bors[bot] | 2020-07-01 | 1 | -5/+5 |
|\ | |||||
| * | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 1 | -5/+5 |
* | | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 2 | -11/+13 |
* | | Make less code generic | Laurențiu Nicola | 2020-07-01 | 1 | -69/+47 |
* | | Try to reduce Semantics monomorphisations | Laurențiu Nicola | 2020-07-01 | 1 | -23/+186 |
* | | Merge #5158 | bors[bot] | 2020-07-01 | 1 | -3/+3 |
|\ \ | |||||
| * | | Use Strings for display names | Aleksey Kladov | 2020-07-01 | 1 | -3/+3 |
| |/ |