Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 1 | -3/+3 |
* | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 1 | -2/+2 |
* | Finalize impl Grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
* | Rename EnumVariant -> Variant | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 1 | -6/+9 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | 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 |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 1 | -5/+20 |
* | Fix goto definition for type alias type parameters | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 1 | -0/+9 |
* | 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 |
* | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 1 | -8/+8 |
* | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 1 | -2/+13 |
* | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 1 | -1/+2 |
* | Add doc comment for resolve_hir_path_qualifier | Hasan Ali | 2020-05-16 | 1 | -0/+13 |
* | Fix completion and hover for module and function of same name | Hasan Ali | 2020-05-16 | 1 | -1/+5 |
* | Remove lower_path from AssistCtx to Semantic | Edwin Cheng | 2020-05-01 | 1 | -1/+6 |
* | ? | Jonas Schievink | 2020-04-29 | 1 | -5/+1 |
* | Use or-patterns more | Jonas Schievink | 2020-04-29 | 1 | -10/+9 |
* | Remove `.clone()` | Jonas Schievink | 2020-04-29 | 1 | -8/+8 |
* | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 1 | -2/+2 |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 1 | -1/+46 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -18/+9 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -9/+9 |
* | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 1 | -0/+4 |
* | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -0/+8 |
* | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -9/+19 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -1/+1 |
* | Always expand macros during analysis | Aleksey Kladov | 2020-03-25 | 1 | -3/+3 |
* | Fix typo | Edwin Cheng | 2020-03-22 | 1 | -1/+1 |
* | Add find_node_at_offset_with_descend | Edwin Cheng | 2020-03-22 | 1 | -1/+28 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -11/+11 |
* | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 1 | -2/+2 |
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -1/+7 |
* | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -21/+3 |
* | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -2/+53 |