summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rewired to use subtreesHaoyi Li2014-11-264-14/+14
* Merge commit '2c4b142503bd2d871e6818b5cab8c38627d9e4a0' as 'examples/scala-js'Haoyi Li2014-11-26657-0/+86304
|\
| * Squashed 'examples/scala-js/' content from commit 47311baHaoyi Li2014-11-26657-0/+86304
* Merge commit 'f2f03076c55939e454b8e3ce71408c1fd9cd1994' as 'examples/workbenc...Haoyi Li2014-11-268-0/+149
|\
| * Squashed 'examples/workbench-example-app/' content from commit ab2adb3Haoyi Li2014-11-268-0/+149
* tweaksHaoyi Li2014-11-264-30/+50
* Merge pull request #9 from jducoeur/Remove-wordLi Haoyi2014-11-251-1/+1
|\
| * Removed an extra wordJustin du Coeur, AKA Mark Waks2014-11-251-1/+1
* | workslihaoyi2014-11-252-5/+6
* | Merge branch 'master' of https://github.com/lihaoyi/scala-js-booklihaoyi2014-11-253-9/+6
|\ \
| * \ Merge pull request #3 from jducoeur/activator-pointerLi Haoyi2014-11-241-1/+1
| |\ \
| | * | Suggested pointer to ActivatorJustin du Coeur, AKA Mark Waks2014-11-241-1/+1
| | |/
| * | Merge pull request #1 from vmunier/typosLi Haoyi2014-11-242-7/+4
| |\ \
| | * | typosVincent Munier2014-11-242-8/+5
| | |/
| * | Merge pull request #2 from jducoeur/Typo-fixLi Haoyi2014-11-241-1/+1
| |\ \ | | |/ | |/|
| | * Fixed a minor typoJustin du Coeur, AKA Mark Waks2014-11-241-1/+1
| |/
* | All tests passlihaoyi2014-11-253-15/+27
* | All unit tests pass without G variable, most file tests passlihaoyi2014-11-253-271/+293
* | finish movelihaoyi2014-11-245-0/+956
* | moved scalaParser to its own subprojectlihaoyi2014-11-249-960/+13
|/
* analyticslihaoyi2014-11-232-2/+13
* gh links worklihaoyi2014-11-235-13/+29
* 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