1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

18245 Commits

Author SHA1 Message Date
joshvera
19b3b78cf6 Add PHP to Parser 2018-01-12 12:27:40 -05:00
joshvera
c4f4ea464d Add labeled statement and expression statement 2018-01-11 17:25:06 -05:00
joshvera
58524f75bc Add selection statements 2018-01-11 17:08:47 -05:00
joshvera
5b196c5bfc Add break, continue, goto 2018-01-11 16:54:42 -05:00
joshvera
9b2cdc8bfc Add return statements 2018-01-11 16:47:21 -05:00
joshvera
6ffbd5f4e0 Merge remote-tracking branch 'origin/master' into php-assignment 2018-01-11 15:36:57 -05:00
Rob Rix
891d489937 Merge pull request #1465 from github/bump-stack
Bump resolver to lts-10.0 for ghc 8.2.2
2018-01-11 09:52:38 -05:00
Rick Winfrey
e8e25c248c Merge branch 'master' into bump-stack 2018-01-10 17:59:23 -08:00
joshvera
960cb2f3ff Add try, declare and throw statements 2018-01-10 20:01:17 -05:00
joshvera
f66ff9b23c Add echo statement 2018-01-10 19:33:48 -05:00
joshvera
baa55c4004 Add const declarations 2018-01-10 19:30:18 -05:00
joshvera
7ae3d6660e Add function definitions 2018-01-10 19:27:37 -05:00
joshvera
27d5c6e8a9 Add class declarations 2018-01-10 19:15:51 -05:00
joshvera
f3e9c18026 Add interfaces 2018-01-10 19:12:21 -05:00
joshvera
feb934a678 Add property declarations 2018-01-10 19:07:47 -05:00
joshvera
043c09eaf0 Add methods to trait member declarations 2018-01-10 18:52:13 -05:00
joshvera
6dae8e9e10 Add methods 2018-01-10 18:51:55 -05:00
Timothy Clem
a11163ec42 Merge pull request #1476 from github/remove-toc-assignment-flag
Remove old --toc-assignment flag
2018-01-10 15:35:48 -08:00
Timothy Clem
816eb600f7 Remove old --toc-assignment flag 2018-01-10 15:26:13 -08:00
joshvera
fb1440f4d3 Add traits and constructors/destructors 2018-01-10 17:49:17 -05:00
joshvera
844ca0551d Add trait declarations 2018-01-10 13:54:28 -05:00
Rob Rix
3a83ce8c35 Merge branch 'bump-stack' of https://github.com/github/semantic-diff into bump-stack 2018-01-10 13:23:11 -05:00
Rob Rix
97d1d4b96c Merge branch 'master' into bump-stack 2018-01-10 13:15:27 -05:00
Rob Rix
e2b5087450 Merge pull request #1458 from github/diff-api-updates
Diff and Parse JSON output API changes
2018-01-10 09:49:24 -05:00
Timothy Clem
cb9e3e9134 Remove AskOptions for now 2018-01-09 15:31:51 -08:00
Rob Rix
1a682b77b6 Merge branch 'master' into diff-api-updates 2018-01-09 15:48:58 -05:00
Rob Rix
1a4271aafb Merge pull request #1467 from github/document-abstract-interpretation
Document abstract interpretation
2018-01-09 15:47:56 -05:00
joshvera
ce775692fd Add namespace 2018-01-08 18:35:54 -05:00
joshvera
db03791228 Add namespace use declarations 2018-01-08 18:32:11 -05:00
Timothy Clem
02c18b45fd Remove metadata from response 2018-01-08 09:36:17 -08:00
joshvera
38e709a3db indentation 2017-12-27 15:13:57 -05:00
joshvera
83457d571c Add compoundStatement to statement 2017-12-27 14:52:43 -05:00
joshvera
df973897fa Fix boolean operator tests 2017-12-27 14:50:33 -05:00
joshvera
3a3158cbc9 Add If statement 2017-12-27 14:36:22 -05:00
joshvera
d5f7996e7b Add XOr 2017-12-27 14:36:16 -05:00
joshvera
fa5dc6c79d Add binary expression 2017-12-27 14:36:09 -05:00
joshvera
2ebc852c4e Bump haskell-tree-sitter 2017-12-27 14:32:44 -05:00
joshvera
cbd70fc6ee Add augmented assignment expression 2017-12-27 13:51:13 -05:00
joshvera
db12cb2a7f Add class constant expression 2017-12-26 15:55:24 -05:00
joshvera
31acf3b065 Add other call expressions 2017-12-26 15:53:59 -05:00
joshvera
e180bfa621 Add member access call expression 2017-12-26 15:48:46 -05:00
joshvera
5955388f8a Add subscript expression 2017-12-26 15:28:19 -05:00
joshvera
0f1ee09d69 Add variable and member access expressions 2017-12-26 15:24:34 -05:00
joshvera
5004d661ee Add cloneExpression and primaryExpression to unaryExpression 2017-12-26 15:12:45 -05:00
joshvera
8862acc680 Add qualified name to primary expression 2017-12-26 14:05:50 -05:00
joshvera
d9bd022fed Add array literals 2017-12-26 14:05:15 -05:00
joshvera
b8e1bac739 Add intrinsics 2017-12-26 13:59:36 -05:00
joshvera
5352559835 Add anonymous functions 2017-12-26 13:51:33 -05:00
Rob Rix
09a1827fd7 Merge branch 'master' into diff-api-updates 2017-12-22 11:37:11 -05:00
Rob Rix
d3cf7a217e Fix the Product unification bug. 2017-12-21 17:10:25 -05:00