summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | It works! With animationsLi Haoyi2014-11-262-10/+25
| |
* | Merge remote-tracking branch 'origin/master'Li Haoyi2014-11-261-2/+2
|\ \
| * \ Merge pull request #11 from jrudolph/patch-1Li Haoyi2014-11-261-2/+2
| |\ \ | | | | | | | | Fix link
| | * | Fix linkJohannes Rudolph2014-11-261-2/+2
| |/ /
* / / Refactored scrollMenu to be waaay simplerLi Haoyi2014-11-263-50/+48
|/ /
* | fix command line exampleLi Haoyi2014-11-261-2/+2
| |
* | fix java APIs listingLi Haoyi2014-11-262-3/+2
| |
* | fix scrolling for realsLi Haoyi2014-11-261-8/+9
| |
* | fix all the problemsLi Haoyi2014-11-268-66/+106
| |
* | Single click builds for realsLi Haoyi2014-11-263-27/+24
| |
* | one-button buildHaoyi Li2014-11-2612-21/+76
| |
* | killedHaoyi Li2014-11-26665-86453/+0
| |
* | 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
| / | | | | | | | | git-subtree-dir: examples/scala-js git-subtree-split: 47311ba693f949f204f27ea9475bb63425fbd4f3
* | Merge commit 'f2f03076c55939e454b8e3ce71408c1fd9cd1994' as ↵Haoyi Li2014-11-268-0/+149
|\ \ | | | | | | | | | 'examples/workbench-example-app'
| * | Squashed 'examples/workbench-example-app/' content from commit ab2adb3Haoyi Li2014-11-268-0/+149
| / | | | | | | | | git-subtree-dir: examples/workbench-example-app git-subtree-split: ab2adb3d7eef35deee9685236f5aac4f06c2241c
* | tweaksHaoyi Li2014-11-264-30/+50
| |
* | Merge pull request #9 from jducoeur/Remove-wordLi Haoyi2014-11-251-1/+1
|\ \ | | | | | | Removed an extra word
| * | Removed an extra wordJustin du Coeur, AKA Mark Waks2014-11-251-1/+1
| |/ | | | | Looks like "ran" got changed to "started", and then not removed.
* | 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 Activator
| | * | Suggested pointer to ActivatorJustin du Coeur, AKA Mark Waks2014-11-241-1/+1
| | |/ | | | | | | Novice Scala users are likely to be using Typesafe Activator; they may not be sensitive to the fact that that's basically a thin shell around sbt and works fine for purposes of this book. I'd suggest mentioning that.
| * | Merge pull request #1 from vmunier/typosLi Haoyi2014-11-242-7/+4
| |\ \ | | | | | | | | typos
| | * | typosVincent Munier2014-11-242-8/+5
| | |/
| * | Merge pull request #2 from jducoeur/Typo-fixLi Haoyi2014-11-241-1/+1
| |\ \ | | |/ | |/| Fixed a minor typo
| | * 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 ↵Li Haoyi2014-11-187-27/+76
| | | | sidebar
* 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 ↵Li Haoyi2014-11-175-8/+29
| | | | aren't part of a larger identifier
* Type colon for reals this timeLi Haoyi2014-11-171-1/+1
|
* operators which start with `:` will no longer be mistaken for type ↵Li Haoyi2014-11-172-17/+42
| | | | ascriptions, since now we're using `TypeColon` which checks for trailing operators before succeeding