1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

17768 Commits

Author SHA1 Message Date
Rob Rix
06be77e006 📝 liveDifference. 2017-12-20 16:29:55 -05:00
Rob Rix
31a561751c 📝 liveDelete. 2017-12-20 16:24:17 -05:00
Rob Rix
dae3e8caa3 📝 liveInsert. 2017-12-20 16:23:33 -05:00
Rob Rix
2e65116f11 📝 liveSingleton. 2017-12-20 16:23:05 -05:00
Rob Rix
38baddc489 📝 Live. 2017-12-20 16:22:41 -05:00
Rob Rix
1e546234f2 📝 Cache. 2017-12-20 16:19:32 -05:00
Rob Rix
cb833cfca1 📝 cacheInsert. 2017-12-20 16:18:25 -05:00
Rob Rix
de4a622728 📝 cacheSet. 2017-12-20 16:18:22 -05:00
Rob Rix
59f4107263 Eta-expand cacheInsert. 2017-12-20 16:16:50 -05:00
Rob Rix
2b6e3974c2 Eta-expand cacheSet. 2017-12-20 16:16:03 -05:00
Rob Rix
5488187caf 📝 cacheLookup. 2017-12-20 16:15:06 -05:00
Rob Rix
7f8755b748 📝 envRoots. 2017-12-20 16:13:00 -05:00
Timothy Clem
f26ef5a59a Merge branch 'master' of github.com:github/semantic-diff into integrate-abstract-interpretation 2017-12-20 09:04:55 -08:00
Timothy Clem
26783a5990 Formatting 2017-12-20 08:58:11 -08:00
Timothy Clem
3e2e17f129 More code docs 2017-12-20 08:58:04 -08:00
Timothy Clem
de2fe0816c Few minor function docs 2017-12-20 08:57:46 -08:00
Timothy Clem
c7f164dffe Leave out the symbolic interpreter for now 2017-12-20 08:57:18 -08:00
Rick Winfrey
795057d378 Merge pull request #1464 from github/update-go-assignment
Update go assignment
2017-12-19 14:13:57 -08:00
Rick Winfrey
e56ec0a416 Merge branch 'master' into update-go-assignment 2017-12-19 14:08:14 -08:00
Rick Winfrey
fddd6e106b Regenerate tests 2017-12-19 14:04:48 -08:00
Rick Winfrey
64149bff77 Assign MethodSpecLIst 2017-12-19 13:58:06 -08:00
Rick Winfrey
2ef9c72ed2 Match ArgumentList alias 2017-12-19 13:57:57 -08:00
Rick Winfrey
e596fc1b2c Regenerate tests 2017-12-19 10:58:36 -08:00
Rick Winfrey
28003f518e Assign importSpecList 2017-12-19 10:46:34 -08:00
Rick Winfrey
5cc5eb3b8e Assign fieldDeclarationList 2017-12-19 10:46:24 -08:00
Rick Winfrey
28763d1616 Assign argument lists 2017-12-19 10:40:36 -08:00
Rick Winfrey
0df164570e Rename Parameters -> ParameterList 2017-12-19 10:40:26 -08:00
Josh Vera
4aa46e546c Merge pull request #1327 from github/🔥-monolithic-syntax
🔥 monolithic Syntax
2017-12-19 13:19:23 -05:00
joshvera
4f7ea6cec6 Merge remote-tracking branch 'origin/master' into 🔥-monolithic-syntax 2017-12-19 13:16:23 -05:00
joshvera
99d9b7c97a Merge master into 🔥-monolithic-syntax 2017-12-19 13:09:30 -05:00
Rick Winfrey
efe90827e3 Bump haskell-tree-sitter: add new named nodes to Go ASTs 2017-12-19 09:59:20 -08:00
Rob Rix
7f94a7ee7c Merge pull request #1453 from github/dot-renderer
DOT renderer
2017-12-18 22:49:06 -07:00
Timothy Clem
df09487c42 Eval instance for Return 2017-12-18 15:23:21 -08:00
Timothy Clem
859aa731a5 Merge branch 'master' into integrate-abstract-interpretation 2017-12-18 13:52:10 -08:00
Rob Rix
a112fca6f3 Merge branch 'master' into 🔥-monolithic-syntax 2017-12-18 15:07:00 -05:00
Rob Rix
5f49f4589c Replacements advance past the maximal id in the before state. 2017-12-18 11:29:34 -05:00
Rob Rix
3ae354b750 Bind fewer intermediate variables. 2017-12-18 11:22:03 -05:00
Rob Rix
54621da8d6 Render each node and edge alone on a line. 2017-12-18 11:11:56 -05:00
Rob Rix
ff43062310 Correct how the graph title is constructed. 2017-12-18 11:07:40 -05:00
Rob Rix
3aa6333405 🔥 redundant parens. 2017-12-18 11:02:31 -05:00
Rob Rix
3df9140c0a renderDOTDiff takes its blobs in These. 2017-12-18 10:54:51 -05:00
Rob Rix
c435f8e55a Merge branch 'master' into dot-renderer 2017-12-18 08:41:33 -07:00
Timothy Clem
0e986cfab2 Merge pull request #1456 from github/bidistribute
Model blob pairs as These instead of Both
2017-12-13 10:18:21 -08:00
Rob Rix
96c94e7672 iterFreer’s algebra takes the continuation & instruction in the opposite order. 2017-12-13 09:18:42 -08:00
Timothy Clem
ca7a81a21e ++freer-cofreer with gitignore 2017-12-13 09:15:08 -08:00
Timothy Clem
8e8d2fb41e Merge remote-tracking branch 'origin/master' into bidistribute 2017-12-13 09:14:05 -08:00
Timothy Clem
f7e55481a4 Merge pull request #1457 from github/identifierAlgebra
Identifier algebra for JSON output
2017-12-12 12:56:39 -08:00
Josh Vera
8fa6a723e6 Merge branch 'master' into identifierAlgebra 2017-12-12 15:50:56 -05:00
Josh Vera
3c2edc1833 Merge branch 'master' into dot-renderer 2017-12-12 14:48:18 -05:00
Timothy Clem
dce9ffa61c Fix up expected JSON output in specs 2017-12-12 11:42:04 -08:00