1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
Commit Graph

13635 Commits

Author SHA1 Message Date
Rick Winfrey
246f2b8c74 🔥 functionType field on Data.Syntax.Declaration.Function 2017-06-29 15:03:57 -07:00
Rick Winfrey
8df150fa17 Update Language.Python.Syntax typedParameter to use Data.Syntax.Type.Annotation 2017-06-29 13:33:16 -07:00
Rick Winfrey
150a0c2461 Add Eq1 and Show instances for Data.Syntax.Type.Annotation 2017-06-29 13:32:44 -07:00
Rick Winfrey
9d0cef141a 🔥 Data.Syntax.TypedIdentifier 2017-06-29 13:32:23 -07:00
Rick Winfrey
b362e8f7b4 Merge branch 'master' into python-conditional-expressions 2017-06-28 11:49:06 -07:00
Rick Winfrey
1c2c7dc271 Merge pull request #1186 from github/bump-typescript
Bump typescript
2017-06-28 11:10:33 -07:00
Rick Winfrey
babcd7df19 Bump typescript 2017-06-28 10:52:13 -07:00
Josh Vera
5ee5e7eae9 Merge pull request #1184 from github/really-fast-markdown-assignment
Slightly faster Markdown assignment
2017-06-27 16:16:53 -04:00
Josh Vera
bcf9cfa8f9 Merge branch 'master' into really-fast-markdown-assignment 2017-06-27 15:39:14 -04:00
Josh Vera
3e97ca00fb Merge pull request #1185 from github/bump-typescript
Bump typescript
2017-06-27 14:47:23 -04:00
Rick Winfrey
050650f431 Re-generate tests 2017-06-27 10:25:47 -07:00
Rick Winfrey
a2c8f97818 Re-bump tree-sitter-typescript 2017-06-27 09:54:14 -07:00
Rick Winfrey
32a22a2a5c Update integration tests for javascript and typescript 2017-06-26 16:58:39 -07:00
Rick Winfrey
cf381ab701 Bump typescript 2017-06-26 16:10:00 -07:00
Rob Rix
5c44267e27 Fix the specs. 2017-06-26 12:56:56 -04:00
Rob Rix
7b4edcadc5 Merge branch 'master' into really-fast-markdown-assignment 2017-06-26 12:51:56 -04:00
Rob Rix
fc4760335f Merge pull request #1183 from github/fast-markdown-assignment
Fast Markdown assignment
2017-06-26 12:23:46 -04:00
Rob Rix
61cf961fd0 Merge branch 'master' into really-fast-markdown-assignment 2017-06-26 12:13:57 -04:00
Rob Rix
006dac8f68 Inline run. 2017-06-26 12:12:46 -04:00
Rob Rix
af3038fc1f Evaluate the spine of the list strictly. 2017-06-26 11:44:20 -04:00
Rob Rix
89ec9e11c0 Avoid slicing down the source when advancing through the state. 2017-06-26 11:44:08 -04:00
Rob Rix
d9eaf45055 Merge branch 'master' into fast-markdown-assignment 2017-06-26 11:23:59 -04:00
Rob Rix
2cb2cf812c Merge pull request #1182 from github/tidy-and-organize-source-and-friends
Tidy and organize Source & related modules
2017-06-26 11:23:28 -04:00
Rob Rix
10e81996fa 🔥 Empty. 2017-06-26 10:03:08 -04:00
Rob Rix
ffe79d34c8 Merge branch 'tidy-and-organize-source-and-friends' into fast-markdown-assignment 2017-06-24 17:34:36 -04:00
Rob Rix
2fe08397ee 🔥 redundant imports. 2017-06-24 17:32:18 -04:00
Rob Rix
fe29a865c3 🔥 redundant hidden symbols. 2017-06-24 17:32:18 -04:00
Rob Rix
0f9ccec7de 🔥 redundant hidden symbols. 2017-06-24 17:30:57 -04:00
Rob Rix
8b79e0e056 🔥 redundant imports. 2017-06-24 17:30:41 -04:00
Rob Rix
2be307e967 many participates in committed choice. 2017-06-24 17:16:57 -04:00
Rob Rix
eaa4423dec Define a Many rule. 2017-06-24 17:10:04 -04:00
Rob Rix
7df59da281 Frame the <|> rule in terms of the choices along each side. 2017-06-24 16:51:00 -04:00
Rob Rix
1bbb252738 Return is the left-identity of alternation. 2017-06-24 16:44:00 -04:00
Rob Rix
4a00ee3e23 Make sure the end column makes sense. 2017-06-24 15:55:51 -04:00
Rob Rix
f2b6cdb223 Deal with nonsensical end lines. 2017-06-24 15:46:07 -04:00
Rob Rix
5d75659c6e Define spanToRange tacitly. 2017-06-24 15:22:58 -04:00
Rob Rix
d44684cd4e Simplify how sections and code blocks are projected. 2017-06-24 15:01:00 -04:00
Rob Rix
3278506866 Simplify how images and links are projected. 2017-06-24 14:59:00 -04:00
Rob Rix
7d7e41221e Reformat a little. 2017-06-24 14:37:34 -04:00
Rob Rix
81b8ab22b9 🔥 some redundant parens. 2017-06-24 14:36:41 -04:00
Rob Rix
04bde799fd Eta-reduce. 2017-06-24 14:33:10 -04:00
Rob Rix
854e4fbcc2 Change how some comments are listed. 2017-06-24 14:28:31 -04:00
Rob Rix
a182406b6b Fewer parens. 2017-06-24 14:25:43 -04:00
Rob Rix
78b607ddbc 🔥 redundant parens. 2017-06-24 14:22:31 -04:00
Rob Rix
1beabcdbdc The line by line parser is pure. 2017-06-24 12:44:11 -04:00
Rob Rix
af48c1d684 Simplify the line by line parser. 2017-06-24 12:44:00 -04:00
Rob Rix
6b3f35c046 Compute spanToRangeInLineRanges in constant time. 2017-06-24 12:32:43 -04:00
Rob Rix
8284540ba0 Quote the reference to ByteString. 2017-06-24 12:10:37 -04:00
Rob Rix
aed530b79b Correct some misalignment. 2017-06-24 12:03:27 -04:00
Rob Rix
8e57a0b88b 🔥 breakSource. 2017-06-24 12:02:38 -04:00