1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00
Commit Graph

1096 Commits

Author SHA1 Message Date
Matt Diephouse
8df205c10e Category should derive Show 2016-02-04 16:43:05 -05:00
Matt Diephouse
a13053c960 Add a Category type 2016-02-04 16:35:42 -05:00
Matt Diephouse
170b7c6e1e Rename Categorizable module to Category 2016-02-04 13:59:33 -05:00
Rob Rix
a42d4dbf01 Merge pull request #419 from github/patch-output
Document PatchOutput.hs
2016-02-03 18:01:55 -05:00
Matt Diephouse
4e9de9b94a Actually commit these changes 😳 2016-02-03 17:55:16 -05:00
Rob Rix
cc2c0b7883 Merge pull request #420 from github/the-final-documentation
The final documentation
2016-02-03 17:24:55 -05:00
Rob Rix
965ede0623 Merge pull request #414 from github/belly-of-the-beast
Document Split.hs and related files
2016-02-03 17:21:57 -05:00
Matt Diephouse
4ff301b170 Document TreeSitter.hs 2016-02-03 13:24:17 -05:00
Matt Diephouse
bc71256631 Lines and lists 2016-02-03 13:10:50 -05:00
Matt Diephouse
ee1fe5db00 Document remaining functions 2016-02-03 13:04:39 -05:00
Matt Diephouse
3e5c5a3def Document PatchOutput.hs 2016-02-03 12:58:54 -05:00
Josh Vera
fdcad41234 Merge pull request #417 from github/algorithm-and-operation
Document Algorithm and Operation
2016-02-03 11:55:25 -05:00
Matt Diephouse
82b07ccd8b Document Operation.hs 2016-02-03 10:28:50 -05:00
Matt Diephouse
0ee81bd20f Document Algorithm.hs 2016-02-03 10:28:44 -05:00
Matt Diephouse
8fbfb83f69 hunks is a Renderer 2016-02-02 16:53:48 -05:00
Matt Diephouse
e7fe0d6f97 Document OrderedMap.hs 2016-02-02 15:33:08 -05:00
Matt Diephouse
7d7ee80b20 notElem is a thing 2016-02-02 15:30:44 -05:00
Matt Diephouse
b5315ce571 Implement union in terms of difference 2016-02-02 15:30:36 -05:00
Matt Diephouse
9c7d3f97b6 Merge branch 'master' into belly-of-the-beast
# Conflicts:
#	app/Main.hs
2016-02-02 11:58:59 -05:00
Matt Diephouse
cda76aa6f5 Document Split.hs 2016-02-02 10:58:34 -05:00
Matt Diephouse
0e231b91b1 Rewrite split:numberRows 2016-02-02 10:05:45 -05:00
Matt Diephouse
9fe2bffc9a Document Row.hs 2016-02-01 19:48:19 -05:00
Matt Diephouse
dc526788d6 Document Line.hs 2016-02-01 16:12:18 -05:00
joshvera
724910bf7a Merge remote-tracking branch 'origin/master' into git-diff 2016-02-01 14:48:30 -05:00
Matt Diephouse
d76fbfa60e No IO needed 2016-01-28 16:14:24 -05:00
Matt Diephouse
f9dd0e0080 Document Unified.hs 2016-01-27 17:38:46 -05:00
Matt Diephouse
139314bc3e Merge branch 'master' into document-thy-functions-3 2016-01-27 14:47:26 -05:00
Matt Diephouse
86c8bd9f2b Don't sort these 2016-01-27 14:19:01 -05:00
Matt Diephouse
b4f6318e22 Cleanup 2016-01-21 14:58:42 -05:00
Matt Diephouse
316a7827c3 Add Rainbow to semantic-diff-exe 2016-01-21 13:32:00 -05:00
Matt Diephouse
b074325f67 Make unified into a Renderer of [Chunk String] 2016-01-21 13:27:16 -05:00
Matt Diephouse
a166c354e3 Reformat where clause 2016-01-21 13:05:51 -05:00
Matt Diephouse
80273c1fd4 Document unified 2016-01-21 13:05:25 -05:00
Matt Diephouse
160c2e309a Pass the chunk renderer into unified 2016-01-21 13:05:15 -05:00
Matt Diephouse
bd74e7d971 Remove spurious blank line 2016-01-21 13:04:50 -05:00
Matt Diephouse
192dd7c5f9 Reformat where clause 2016-01-21 13:04:42 -05:00
Matt Diephouse
b8c7aaeccd Document SES.hs 2016-01-21 10:29:52 -05:00
joshvera
b188febbe7 share diff and breakDownLeavesByWord between SemanticDiff and Main 2016-01-20 11:36:06 -05:00
Matt Diephouse
3637bfee24 Document Interpreter.hs 2016-01-19 13:51:17 -05:00
Matt Diephouse
3a9803ee15 Make Renderer take a pair of Source Chars 2016-01-14 15:09:47 -05:00
Josh Vera
6966a797a6 Merge pull request #406 from github/formats-and-renderers
Formats and Renderers
2016-01-14 13:58:14 -05:00
Matt Diephouse
0ed87b80d4 Clarify the documentation for Annotated 2016-01-14 13:50:19 -05:00
Matt Diephouse
b05c9e2ca5 s/nodes/terms/ 2016-01-14 13:47:56 -05:00
Matt Diephouse
9c4ea153bc Add a Renderer type for rendering diffs 2016-01-14 13:18:40 -05:00
Matt Diephouse
2a8da4acc3 Document declarations in Parser.hs 2016-01-14 12:35:42 -05:00
Matt Diephouse
bf86574fa6 Document declarations in Diff.hs 2016-01-14 12:30:21 -05:00
Matt Diephouse
9c272a40d7 Document declarations in Patch.hs 2016-01-14 11:18:57 -05:00
Matt Diephouse
640449e2f3 Document declarations in Categorizable.hs 2016-01-14 09:17:12 -05:00
Matt Diephouse
a5126d9855 After, not by. 2016-01-13 16:20:29 -05:00
Matt Diephouse
fde0749cf0 Correct the directionality 2016-01-13 16:19:48 -05:00