1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

13593 Commits

Author SHA1 Message Date
Timothy Clem
06e0e07920 Subscripts 2017-07-06 09:54:54 -07:00
Timothy Clem
a4c0c93b2b Method calls 2017-07-06 09:45:03 -07:00
Timothy Clem
0ef935eb2b Hash literal 2017-07-06 09:44:43 -07:00
Timothy Clem
83642f15e6 Duplicate Symbol 2017-07-06 09:44:31 -07:00
Timothy Clem
0aa0c614b7 For 2017-07-06 09:44:10 -07:00
Timothy Clem
2d1596de3c Multiple bindings allowed in ForEach 2017-07-06 09:43:19 -07:00
Timothy Clem
7cdddebfce Class and Module 2017-07-05 15:41:54 -07:00
Timothy Clem
01be90fbf7 Guess we use these fixtures for other stuff, create a new methods 2017-07-05 14:53:44 -07:00
Timothy Clem
dd464f01d5 Assign lambdas and methods (with parameters) 2017-07-05 14:51:12 -07:00
Timothy Clem
3e9827a890 s/keywords/keyword 2017-07-05 14:48:57 -07:00
Timothy Clem
a6820d12a8 Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-07-05 12:21:21 -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