summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Packaged resourcesparboiledlihaoyi2014-11-238-24/+39
* Hash tracinglihaoyi2014-11-232-19/+8
* added clientserver2 shared/ folderlihaoyi2014-11-231-0/+7
* First read-throughlihaoyi2014-11-2317-145/+146
* More changeslihaoyi2014-11-232-77/+98
* Lots of changeslihaoyi2014-11-2325-160/+400
* Added autowire section in client-serverlihaoyi2014-11-2315-214/+388
* futuresTing Mao2014-11-232-8/+169
* Scala-async chapter worksLi Haoyi2014-11-207-31/+506
* Fixed sidebar scrolling problems and added a button to collapse/expand the si...Li Haoyi2014-11-187-27/+76
* Handle cases like `val __K__0__1___+++ = 10`Li Haoyi2014-11-175-30/+67
* tweakLi Haoyi2014-11-171-67/+76
* Robustified parsing of keywordsLi Haoyi2014-11-172-71/+78
* Made sure `true` `false` and the various keywords check to make sure they are...Li Haoyi2014-11-175-8/+29
* Type colon for reals this timeLi Haoyi2014-11-171-1/+1
* operators which start with `:` will no longer be mistaken for type ascription...Li Haoyi2014-11-172-17/+42
* Operators like `=:=` workLi Haoyi2014-11-172-48/+121
* Made line comments (//) not eat the newline so other things can use itLi Haoyi2014-11-172-13/+5
* Fixed type patterns to use CompoundType to not collide with with `=>` in patt...Li Haoyi2014-11-172-13/+92
* ScalaTexPlugin now parses correctlyLi Haoyi2014-11-163-8/+12
* The parser has reached meta-circularity~!Li Haoyi2014-11-163-9/+15
* Minimized another perf problem from ParserTests.scala also related to too-muc...Li Haoyi2014-11-162-7/+11
* Seems to have sped it up, so the minimal slow-parse is now fast, but ParserTe...Li Haoyi2014-11-161-1/+1
* Minimized for reals; removing even the ()s makes it not-hangLi Haoyi2014-11-161-7/+1
* Narrower...Li Haoyi2014-11-161-10/+7
* Minimized more...Li Haoyi2014-11-161-22/+8
* Kinda-minimized the ParserTests.scala hangLi Haoyi2014-11-161-4/+34
* opened up two more file-testsLi Haoyi2014-11-162-40/+21
* Turned on Trim.scala testLi Haoyi2014-11-161-2/+38
* Added more file-tests, renamed to scalaparserLi Haoyi2014-11-167-43/+43
* Removed all circular dependencies in scalatexApiLi Haoyi2014-11-164-7/+7
* Bunch of moving things into namespaces, `Basic`, `Identifiers` and `Literals`...Li Haoyi2014-11-165-154/+155
* Moved some book-data stuff into the scalatex file to take advantage of the ne...Li Haoyi2014-11-164-812/+811
* All of syntax/ parses greatLi Haoyi2014-11-162-109/+117
* Failing test case for `|` in pattern matchesLi Haoyi2014-11-163-5/+37
* All unit tests pass, file integration tests still seem to have crappy perform...Li Haoyi2014-11-163-99/+205
* Fixed more things, added "macro" keywordLi Haoyi2014-11-162-54/+144
* Some part of SyntaxTest parses successfully, the match expression doesn'tLi Haoyi2014-11-162-17/+38
* All tests pass???Li Haoyi2014-11-164-17/+26
* Something works...Li Haoyi2014-11-163-83/+85
* WIPLi Haoyi2014-11-166-913/+944
* worksLi Haoyi2014-11-155-85/+110
* Moved some stuff aroundLi Haoyi2014-11-143-18/+20
* lots of cleanipLi Haoyi2014-11-145-59/+72
* It works booyahLi Haoyi2014-11-143-42/+36
* WIP after getting rid of react.js, still doesn't workLi Haoyi2014-11-144-97/+72
* fixed the perf problems by deferring the sidebar-update while a scroll is hap...Li Haoyi2014-11-131-61/+66
* Commit after converting to React.jsLi Haoyi2014-11-136-169/+121
* Commit before trying out scala-js-reactLi Haoyi2014-11-123-34/+108
* Hierarchical sidebar highlighting kinda works, but buggyLi Haoyi2014-11-122-23/+52