Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -2/+2 |
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -3/+2 |
* | Merge #5553 | bors[bot] | 2020-08-12 | 1 | -12/+6 |
|\ | |||||
| * | Better naming and docs | Kirill Bulatov | 2020-08-11 | 1 | -4/+4 |
| * | Improve the ide diagnostics trait API | Kirill Bulatov | 2020-08-11 | 1 | -4/+1 |
| * | Move the DiagnosticsWithFix trait on the ide level | Kirill Bulatov | 2020-08-11 | 1 | -9/+3 |
| * | Make the fix AST source Optional | Kirill Bulatov | 2020-08-11 | 1 | -4/+4 |
| * | Refactor the diagnostics | Kirill Bulatov | 2020-08-11 | 1 | -18/+10 |
| * | Better naming | Kirill Bulatov | 2020-08-11 | 1 | -0/+11 |
* | | Fix type names broken by rebase, redo expected test because of rebase | Paul Daniel Faria | 2020-08-10 | 1 | -9/+13 |
* | | Move unsafe semantics methods into `SemanticsImpl` and reference them in `Sem... | Paul Daniel Faria | 2020-08-10 | 1 | -71/+83 |
* | | Return bool from is_unsafe_method_call and cleanup usages | Paul Daniel Faria | 2020-08-10 | 1 | -19/+19 |
* | | Move semantic logic into Semantics, fix missing tag for safe amp operator, us... | Paul Daniel Faria | 2020-08-10 | 1 | -35/+75 |
* | | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 1 | -0/+41 |
|/ | |||||
* | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 1 | -3/+22 |
* | 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 |