| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove merge backup | Paul Daniel Faria | 2020-08-10 | 1 | -769/+0 |
* | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 2 | -32/+771 |
* | Revert function structs back to using bool to track self param, use first par... | Paul Daniel Faria | 2020-08-10 | 4 | -6/+11 |
* | 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 | 5 | -38/+136 |
* | Cleanup repr check, fix packed repr check and test | Paul Daniel Faria | 2020-08-10 | 2 | -11/+7 |
* | 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 | 2 | -1/+20 |
* | 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 | 2 | -0/+35 |
* | Better codes | JmPotato | 2020-08-10 | 1 | -8/+4 |
* | Show const body in short_label | JmPotato | 2020-08-10 | 2 | -5/+13 |
* | Merge #5692 | bors[bot] | 2020-08-10 | 6 | -12/+102 |
|\ |
|
| * | Remove Option<...> from result of Crate::root_module | Paul Daniel Faria | 2020-08-09 | 3 | -6/+7 |
| * | Add support for extern crate | Paul Daniel Faria | 2020-08-08 | 6 | -13/+102 |
* | | format in to_proto::markup_content | JmPotato | 2020-08-09 | 1 | -0/+31 |
* | | Merge #5684 | bors[bot] | 2020-08-08 | 2 | -10/+67 |
|\ \
| |/
|/| |
|
| * | Apply unsafe semantic highlighting to union field access | Paul Daniel Faria | 2020-08-08 | 1 | -10/+56 |
| * | Add test for unsafe union field access highlighting | Paul Daniel Faria | 2020-08-07 | 1 | -0/+11 |
* | | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 1 | -0/+1 |
* | | Add test for accessing static mut | Paul Daniel Faria | 2020-08-07 | 1 | -0/+7 |
|/ |
|
* | align names in make | Aleksey Kladov | 2020-08-05 | 1 | -4/+6 |
* | Add test showing unresolved module rename | Paul Daniel Faria | 2020-08-04 | 1 | -0/+3 |
* | Fold trait declarations | Laurențiu Nicola | 2020-08-03 | 1 | -1/+22 |
* | Update grammar | Aleksey Kladov | 2020-08-01 | 2 | -2/+2 |
* | Rename DotDotPat -> RestPat | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | Rename | Aleksey Kladov | 2020-07-31 | 3 | -4/+4 |
* | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 6 | -17/+21 |
* | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 3 | -5/+5 |
* | Rename TypeArgList -> GenericArgList | Aleksey Kladov | 2020-07-31 | 2 | -2/+2 |
* | Rename LambdaExpr -> ClosureExpr | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | Rename TypeRef -> Type | Aleksey Kladov | 2020-07-31 | 3 | -4/+4 |
* | Use ty to access most TypeRefs | Aleksey Kladov | 2020-07-30 | 2 | -2/+2 |
* | Remove TypeAscriptionOwner | Aleksey Kladov | 2020-07-30 | 4 | -31/+22 |
* | Finalize attribute grammar | Aleksey Kladov | 2020-07-30 | 1 | -6/+4 |
* | Finalize impl Grammar | Aleksey Kladov | 2020-07-30 | 6 | -15/+14 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 7 | -25/+25 |
* | fmt | Aleksey Kladov | 2020-07-30 | 1 | -4/+3 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 6 | -17/+17 |
* | Rename EnumVariant -> Variant | Aleksey Kladov | 2020-07-30 | 7 | -10/+10 |
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 5 | -9/+9 |
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 7 | -32/+32 |
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 4 | -4/+4 |
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 8 | -19/+19 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 5 | -10/+10 |
* | Rename TypeParamList -> GenericParamList | Aleksey Kladov | 2020-07-30 | 4 | -6/+6 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 6 | -10/+10 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 16 | -86/+86 |