1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
Commit Graph

33678 Commits

Author SHA1 Message Date
Ayman Nadeem
0cc12e3812 Rb.DoBlock 2020-05-13 11:32:27 -04:00
Alexei Pastuchov
23eb627561 add semantic-rust into packages list 2020-05-12 21:14:54 +02:00
Alexei Pastuchov
3135848b2e add tree-sitter-rust build dependency 2020-05-12 21:13:41 +02:00
Alexei Pastuchov
cca534906e semantic-rust initial commit 2020-05-12 21:12:05 +02:00
Ayman Nadeem
1f09965e24 update ToTags instance for Rb.SingletonMethod 2020-05-11 16:48:39 -04:00
Ayman Nadeem
d8e48e55f6 update ToTags instance for Rb.Method 2020-05-11 16:47:54 -04:00
Ayman Nadeem
ab3ee6f414 update yieldMethodNameTag helper function with Success 2020-05-11 16:47:31 -04:00
Ayman Nadeem
3ad3d76e1d update docComment type 2020-05-11 16:39:02 -04:00
Ayman Nadeem
cb327d8dc7 Update Tags.hs 2020-05-11 16:38:41 -04:00
Ayman Nadeem
3041e6165a update ToTags instance for Rb.Module 2020-05-11 15:24:05 -04:00
Ayman Nadeem
07c3ea5434 update ToTags instance for Rb.Class 2020-05-11 15:23:15 -04:00
Ayman Nadeem
5b88f2e0fe update all CodeQL instances with Parse.Err 2020-05-11 10:39:04 -04:00
Ayman Nadeem
53c0f287ba finish updating Java tags 2020-05-11 10:35:26 -04:00
Ayman Nadeem
48f3431751 add err to PHP ToTags instances 2020-05-11 10:04:48 -04:00
Ayman Nadeem
8474f3061d Add error to all TSX instances 2020-05-11 09:57:36 -04:00
Ayman Nadeem
4fce334afd finish updating Go instances 2020-05-11 09:40:40 -04:00
Ayman Nadeem
2ce34203f2 add Err to FunctionDeclaration instance 2020-05-11 09:36:18 -04:00
Ayman Nadeem
7e4475471f need AST.Parse 2020-05-11 09:35:55 -04:00
Ayman Nadeem
8a453586e1 add error to instance for Rb.MethodCall 2020-05-08 17:02:03 -04:00
Ayman Nadeem
5235cc979c add error to Rb.Lhs instance 2020-05-08 16:06:14 -04:00
Ayman Nadeem
3e2baecefa add error to Rb.Class instance 2020-05-08 15:54:07 -04:00
Ayman Nadeem
9b0fc81a7c add error to Rb.SingletonClass 2020-05-08 15:53:50 -04:00
Ayman Nadeem
835d86b7ea add error to Rb.Module instance 2020-05-08 15:52:57 -04:00
Ayman Nadeem
fa6ffe9825 import AST.Parse into Language.Ruby.Tags 2020-05-08 15:35:40 -04:00
Ayman Nadeem
e921afcbc7 update docComment 2020-05-08 15:19:58 -04:00
Ayman Nadeem
bed68e15d7 update Py.call 2020-05-08 15:19:50 -04:00
Ayman Nadeem
ae91ce2d61 update Py.Interpolation 2020-05-08 14:55:00 -04:00
Ayman Nadeem
4da77acf54 update ToTag instance for Py.String 2020-05-08 14:53:39 -04:00
Ayman Nadeem
1ab09bd253 import AST.Parse 2020-05-08 14:53:00 -04:00
Ayman Nadeem
9255d5c46f Update Element.hs 2020-05-08 14:52:02 -04:00
Ayman Nadeem
9c812a7ffb remove ddump-splices from Python AST 2020-05-08 14:51:50 -04:00
Ayman Nadeem
40641dbb6e removed shapeParameterName for now 2020-05-08 14:44:58 -04:00
Ayman Nadeem
b55b6260b7 fix ToTags instance for AssignmentExpression 2020-05-07 16:36:24 -04:00
Ayman Nadeem
719395347a ToTags instance for VariableDeclarator now wraps appropriate types in Parse.Success 2020-05-07 16:22:11 -04:00
Ayman Nadeem
6d13aa1491 use EPrj in NewExpression 2020-05-07 16:16:21 -04:00
Ayman Nadeem
8e3b0ee31e fix CallExpression 2020-05-07 16:10:32 -04:00
Ayman Nadeem
329cbbbe66 use new EPrj pattern synonym on these sub expressions 2020-05-07 15:33:49 -04:00
Ayman Nadeem
e84377b548 add Parse.Success to ToTags instances 2020-05-07 15:28:53 -04:00
Ayman Nadeem
edba61ea77 update ToTags instance for Ts.Pair to wrap kvs in Parse.Success 2020-05-07 15:28:10 -04:00
Ayman Nadeem
acdb366ee0 update ToTags instance for MethodDefinition 2020-05-07 15:27:35 -04:00
Ayman Nadeem
acc0ceaa26 export EPrj pattern synonym 2020-05-07 15:27:08 -04:00
Ayman Nadeem
4fec608d3f need AST.Parse for Parse.Err 2020-05-07 15:26:57 -04:00
Ayman Nadeem
f75a056fbb introduce pattern synonym for matching on Success and Prj 2020-05-07 15:26:42 -04:00
Ayman Nadeem
9157a5257a remove -ddump-splices used for local testing 2020-05-07 15:25:00 -04:00
Ayman Nadeem
839527d0fc success-ful 2020-05-07 13:39:32 -04:00
Ayman Nadeem
09e20bba15 unmarshalField instance still needed because we want to use Err to build product types 2020-05-07 13:32:23 -04:00
Ayman Nadeem
505cf319ba wrap ToTags instances in Parse.Succeed, the Err constructor 2020-05-07 13:26:31 -04:00
Ayman Nadeem
65181064d1 Parse.Err doesn't parameterize our typeclass anymore 2020-05-07 13:26:02 -04:00
Ayman Nadeem
ba3059d7f6 we no longer need to support f :: (* -> *) 2020-05-07 13:25:48 -04:00
Ayman Nadeem
e48a0fe029 Remove unmarshal instance for Err, as we no longer need this 2020-05-07 13:24:21 -04:00