| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -2/+2 |
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -2/+1 |
* | Remove unused import left behind after rebasing | Paul Daniel Faria | 2020-08-10 | 1 | -1/+1 |
* | Fix type names broken by rebase, redo expected test because of rebase | Paul Daniel Faria | 2020-08-10 | 1 | -3/+3 |
* | Return bool from is_unsafe_method_call and cleanup usages | Paul Daniel Faria | 2020-08-10 | 1 | -5/+6 |
* | Move semantic logic into Semantics, fix missing tag for safe amp operator, us... | Paul Daniel Faria | 2020-08-10 | 1 | -61/+28 |
* | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 1 | -32/+2 |
* | Revert function structs back to using bool to track self param, use first par... | Paul Daniel Faria | 2020-08-10 | 1 | -3/+8 |
* | Deduplicate unsafe method call into a single function | Paul Daniel Faria | 2020-08-10 | 1 | -41/+31 |
* | Unsafe borrow of packed fields: account for borrow through ref binding, auto ... | Paul Daniel Faria | 2020-08-10 | 1 | -20/+117 |
* | Cleanup repr check, fix packed repr check and test | Paul Daniel Faria | 2020-08-10 | 1 | -2/+2 |
* | Update FIXME comment to be more useful | Paul Daniel Faria | 2020-08-10 | 1 | -1/+2 |
* | Limit scope of unsafe to & instead of all ref exprs, add test showing missing... | Paul Daniel Faria | 2020-08-10 | 1 | -1/+1 |
* | Remove token tree from ReprKind::Other variant, expose ReprKind higher, remov... | Paul Daniel Faria | 2020-08-10 | 1 | -7/+1 |
* | Add tracking of packed repr, use it to highlight unsafe refs | Paul Daniel Faria | 2020-08-10 | 1 | -0/+24 |
* | Merge #5692 | bors[bot] | 2020-08-10 | 1 | -0/+2 |
|\ |
|
| * | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 1 | -0/+2 |
* | | Merge #5684 | bors[bot] | 2020-08-08 | 1 | -10/+56 |
|\ \
| |/
|/| |
|
| * | Apply unsafe semantic highlighting to union field access | Paul Daniel Faria | 2020-08-08 | 1 | -10/+56 |
* | | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 1 | -0/+1 |
|/ |
|
* | Update grammar | Aleksey Kladov | 2020-08-01 | 1 | -1/+1 |
* | Rename DotDotPat -> RestPat | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
* | On second thought, we want to preserve the textMate here where all punctuatio... | GrayJack | 2020-07-21 | 1 | -1/+3 |
* | `#` as Attribute | GrayJack | 2020-07-21 | 1 | -0/+1 |
* | @ as operator | GrayJack | 2020-07-21 | 1 | -2/+3 |
* | Assingment semantic highlight | GrayJack | 2020-07-20 | 1 | -1/+7 |
* | Handle semantic highlight when STAR is part of the `*{const, mut}` | GrayJack | 2020-07-20 | 1 | -1/+4 |
* | Highlight more cases of SyntaxKind when it is a punctuation | GrayJack | 2020-07-20 | 1 | -14/+32 |
* | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 1 | -1/+1 |
* | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 1 | -0/+1 |
* | Semantic Highlighting: Emit mutable modifier for 'self' when applicable | Lukas Wirth | 2020-07-13 | 1 | -3/+24 |
* | Use dedicated semantic highlight tag for parameters | Aleksey Kladov | 2020-07-11 | 1 | -2/+3 |
* | Improve readability be replacing hard-to-read if-else branches with a match | Paul Daniel Faria | 2020-06-24 | 1 | -16/+20 |
* | Remove unrelated change | Paul Daniel Faria | 2020-06-23 | 1 | -4/+2 |
* | Update comment for pop_and_inject | Paul Daniel Faria | 2020-06-23 | 1 | -2/+2 |
* | Update injection mechanism and stop injecting through highlight element, swit... | Paul Daniel Faria | 2020-06-23 | 1 | -17/+38 |
* | Add punctuation highlighting for highlighting punctuation in doctests, fix hi... | Paul Daniel Faria | 2020-06-23 | 1 | -12/+13 |
* | Add support for marking doctest items as distinct from normal code, add defau... | Paul Daniel Faria | 2020-06-23 | 1 | -7/+11 |
* | Syntax highlighting for documentation comments on macro definitions | Leander Tentrup | 2020-06-19 | 1 | -2/+1 |