Commit Graph

  • 0bad04d374 Issue #1182 -- subclasses with external constructor functions. Jeremy Ashkenas 2011-04-27 21:56:08 -04:00
  • 50c3a64553 fixes #1106; __proto__ compilation Michael Ficarra 2011-04-27 21:39:30 -04:00
  • cd8492dd7b test for #1106 Michael Ficarra 2011-04-27 21:36:29 -04:00
  • 79e160a46b Edited documentation/index.html.erb via GitHub Jeremy Ashkenas 2011-04-27 06:51:05 -07:00
  • 761b3b3646 Merged pull request #1298 from pjaspers/patch-1. Timothy Jones 2011-04-27 03:18:32 -07:00
  • 937f027f3c Typo error, s/synax/syntax Piet Jaspers 2011-04-27 00:57:37 -07:00
  • da14538299 Issue #1272 documentation Jeremy Ashkenas 2011-04-26 21:47:48 -04:00
  • 02fbf766ad removing erroneous tabs from nodes.coffee. Jeremy Ashkenas 2011-04-26 21:23:51 -04:00
  • b13bef7f45 #1256, documentation typo Jeremy Ashkenas 2011-04-26 20:46:07 -04:00
  • 5e1aadba80 expanding on the sentence that talks about standalone extends ... Issue #1258 Jeremy Ashkenas 2011-04-26 20:42:24 -04:00
  • 44e0bbf342 Issue #1262, print filename in error messages for require module scripts. Jeremy Ashkenas 2011-04-26 20:35:30 -04:00
  • a7ed3379df merging in kit's in-order execution patch. Jeremy Ashkenas 2011-04-23 13:40:40 -04:00
  • 19849e66d4 renaming wordy test titles. Jeremy Ashkenas 2011-04-23 13:35:15 -04:00
  • e9dac2fddc Fixes #1280, regex and compound division mixup. Jeremy Ashkenas 2011-04-23 13:33:35 -04:00
  • e61fe48b4d Issue #1294, throw the error for a bad symlink reference when compiling a file. Jeremy Ashkenas 2011-04-23 13:21:58 -04:00
  • 7e8b52ad70 be more consistent about === Jeremy Ashkenas 2011-04-20 23:43:41 -04:00
  • d5a5f9572e be consistent about triple-equals-equality. Jeremy Ashkenas 2011-04-20 23:24:59 -04:00
  • fe4f7f8b0f Merge branch 'gh-pages' of https://github.com/willmoffat/coffee-script Jeremy Ashkenas 2011-04-20 23:16:27 -04:00
  • 4e3f80749f merging issue #1127 Jeremy Ashkenas 2011-04-20 23:12:05 -04:00
  • ff8c340330 Merge branch 'keyboard' of https://github.com/willmoffat/coffee-script Jeremy Ashkenas 2011-04-20 23:10:48 -04:00
  • 039109ed56 Removing resources section from the homepage, in favor of linking to the Wiki. #1137 Jeremy Ashkenas 2011-04-20 23:08:21 -04:00
  • f3f34e9ef5 Fixes #1188, scope for self-referencing functions. Jeremy Ashkenas 2011-04-20 22:16:56 -04:00
  • 2f39102026 merging fix for #1124 Jeremy Ashkenas 2011-04-18 20:44:27 -04:00
  • 6793eb383c Fix a typo in browser.coffee. Kit Goncharov 2011-04-11 13:49:58 -06:00
  • 2caceda8c4 Enforce script execution order in browser.coffee. Kit Goncharov 2011-04-11 13:38:38 -06:00
  • 238dc3a5b6 merging in #1268 ... michaelficarra's colored REPL. Jeremy Ashkenas 2011-04-09 17:42:03 -07:00
  • 390ff30690 Merge branch 'stable' Jeremy Ashkenas 2011-04-09 17:39:55 -07:00
  • e1cf187cfe Merge branch 'bugfix-1157' of https://github.com/thejh/coffee-script into stable Jeremy Ashkenas 2011-04-09 16:11:21 -07:00
  • 8c01df7828 Merge branch 'stable' Jeremy Ashkenas 2011-04-09 16:02:10 -07:00
  • ff8faa4cd7 Merge branch 'stable' of github.com:jashkenas/coffee-script into stable Jeremy Ashkenas 2011-04-09 16:01:20 -07:00
  • b9aa64fd25 merging in Josh's patch for Node 0.4.x module lookup changes. Jeremy Ashkenas 2011-04-09 16:00:57 -07:00
  • 8dfd53620c Merge branch 'module-loading' of https://github.com/josh/coffee-script into stable Jeremy Ashkenas 2011-04-09 16:00:17 -07:00
  • 0090aee0e5 full revert of 4ce374be25 Michael Ficarra 2011-04-09 10:48:14 -04:00
  • 230dea1243 fixes #1274: {}=a() and []=a() compile to false instead of a() Michael Ficarra 2011-04-09 09:54:45 -04:00
  • 3453bfa513 regression tests for #1274 Michael Ficarra 2011-04-09 09:53:04 -04:00
  • d0f047dfe7 improved fix for #1266 Michael Ficarra 2011-04-07 19:40:45 -04:00
  • 8e7c454de0 disabling colours for win32 and in presence of NODE_DISABLE_COLORS environment variable Michael Ficarra 2011-04-05 20:51:28 -04:00
  • 68c75c7eb1 pretty node-like output in the REPL Michael Ficarra 2011-04-05 20:40:54 -04:00
  • 31ae260282 unnecessarily strict {in,}equality in existence checks Michael Ficarra 2011-03-29 17:25:09 -04:00
  • 8b443b94ea added a test Jann Horn 2011-03-28 23:16:49 +02:00
  • 6ec9c844e4 fixes #1124 (and uglifies generated JS) Jann Horn 2011-03-28 23:12:27 +02:00
  • 3d3b03e1e4 Merge branch 'stable' of github.com:jashkenas/coffee-script into stable Jeremy Ashkenas 2011-03-28 08:37:15 -04:00
  • 4d194cb50c rebuilt parser with Jison 0.2.4 Jeremy Ashkenas 2011-03-28 08:36:42 -04:00
  • b0d2bf4afe Merge branch 'improvedRangeCompilation' of github.com:michaelficarra/coffee-script into michaelficarra-improvedRangeCompilation Michael Ficarra 2011-03-28 00:51:42 -04:00
  • 8f73bc3b4c Merge branch 'bugfix-1108' of https://github.com/thejh/coffee-script into thejh-bugfix-1108 Michael Ficarra 2011-03-27 23:54:46 -04:00
  • 90495b614f Merge branch 'thejh-bugfix-1099' into stable Michael Ficarra 2011-03-27 23:47:01 -04:00
  • f03bcc24ad enhanced tests for #1099 fix Michael Ficarra 2011-03-27 23:42:49 -04:00
  • 6646155712 fixes #1157: when compiling multiple scripts, compile them if at least one of them isn't empty Jann Horn 2011-03-27 23:30:55 +02:00
  • 9d72208d9e added a test (issue #1099) Jann Horn 2011-03-27 21:35:29 +02:00
  • e84e703211 fixes bug mentioned by @satyr in #1108 Jann Horn 2011-03-27 21:22:09 +02:00
  • 0497c0742f fixes #1099: instead of nothing, compile to false Jann Horn 2011-03-27 19:46:44 +02:00
  • 573e2b0012 Assign module.paths for node_module loading Joshua Peek 2011-03-25 15:36:48 -05:00
  • c4b72fcc79 improved range compilation Michael Ficarra 2011-03-23 13:49:15 -04:00
  • a2d7716331 Adding CoffeeScript.mode Jeremy Ashkenas 2011-03-20 17:40:20 -04:00
  • 67b5ebdb76 Bind not required for evalJS. Will Moffat 2011-03-19 15:51:40 -07:00
  • 4c2ce2b45b Merge branch 'master' of https://github.com/jashkenas/coffee-script into keyboard Will Moffat 2011-03-19 15:28:50 -07:00
  • 3b2bade2f2 Use the newer Node.js binding for 'vm'. Jeremy Ashkenas 2011-03-16 05:47:58 -05:00
  • cdeb28a793 missing space. Jeremy Ashkenas 2011-03-16 05:45:17 -05:00
  • 61918a1efa merging stable Jeremy Ashkenas 2011-03-12 07:41:58 -06:00
  • 963adb5230 merging jcoglan's splat declaration patch. Jeremy Ashkenas 2011-03-12 07:41:14 -06:00
  • 8f8a1ecf18 Merge branch 'master' of github.com:jashkenas/coffee-script Jeremy Ashkenas 2011-03-12 07:38:34 -06:00
  • b9343b458f Fix scoping of splat parameters in argument lists. James Coglan 2011-03-12 11:46:07 +00:00
  • ac85fa2fc3 merged stable Jeremy Ashkenas 2011-03-11 22:44:18 -05:00
  • b7855857b5 stop trimming all trailing whitespace. Jeremy Ashkenas 2011-03-11 22:39:32 -05:00
  • d957c4373b test-ified function_invocation Jeremy Ashkenas 2011-03-11 22:18:22 -05:00
  • f485d8f548 test-ified control_flow Jeremy Ashkenas 2011-03-11 22:09:33 -05:00
  • b994e235f3 test-ified comprehensions.coffee Jeremy Ashkenas 2011-03-11 22:05:52 -05:00
  • 2b1aea80ed testified compilation.coffee, removed empty command.coffee Jeremy Ashkenas 2011-03-11 21:59:17 -05:00
  • 53d8083343 removing empty test file for cake.coffee Jeremy Ashkenas 2011-03-11 21:55:43 -05:00
  • d30c125ab7 continuing with the ol' refactorTests Jeremy Ashkenas 2011-03-11 21:55:26 -05:00
  • 9e2c75b548 removing over-hash-comment Jeremy Ashkenas 2011-03-11 21:41:12 -05:00
  • aa54b23713 fixes #1168: leading floating point suppresses newline (thanks, satyr) Michael Ficarra 2011-02-27 02:11:35 -05:00
  • dc8e955c4f test for #1168 Michael Ficarra 2011-02-27 02:11:12 -05:00
  • 96b22a16eb Closes #1001. Throw cannot be directly used as an expression with parens, but can appear as a statement in an expression. Timothy Jones 2011-02-23 15:50:28 +13:00
  • 5fbbfbcbe3 Closes #1082. Puts back use of function calls in parameter lists. Timothy Jones 2011-02-23 13:20:01 +13:00
  • faf98dacf6 stricter array splat tests. Jeremy Ashkenas 2011-02-18 07:15:40 -05:00
  • 86b47a528a adding an array splat test. Jeremy Ashkenas 2011-02-17 21:56:28 -05:00
  • cf6c21a0d2 merging in aeosynth's tweaks to package.json Jeremy Ashkenas 2011-02-17 21:21:31 -05:00
  • b1d900210a add repository to package.json James Campos 2011-02-10 18:17:53 -08:00
  • 963fc4cebc add homepage to package.json James Campos 2011-02-10 17:54:00 -08:00
  • 80adaa700c Console keyboard shortcuts Will Moffat 2011-02-10 08:28:02 -08:00
  • dfead460ca Disable spellcheck in the code editor. Will Moffat 2011-02-09 15:52:35 -08:00
  • 6f21f8a402 merging stable Jeremy Ashkenas 2011-02-01 22:02:57 -05:00
  • abfc99308d Setting process.argv[1] to equal the filename of the script being run (issue 1087) Trevor Burnham 2011-01-27 15:10:30 -05:00
  • 955c87ef30 Bumping version to 1.0.2-pre Jeremy Ashkenas 2011-02-01 21:32:58 -05:00
  • b4df62bec1 #1085, adding CoffeeScript.mode to the docs. Jeremy Ashkenas 2011-02-01 21:30:33 -05:00
  • 14d2fa3895 #1085, adding CoffeeScript.mode to the docs. Jeremy Ashkenas 2011-02-01 21:30:33 -05:00
  • 005c5309c4 Merging in stable at 1.0.1 Jeremy Ashkenas 2011-01-31 23:34:34 -05:00
  • c44d9ae923 CoffeeScript 1.0.1 1.0.1 Jeremy Ashkenas 2011-01-31 22:39:12 -05:00
  • a487259e8e Backporting the REPL fix for Node 0.3.7 and Coffee 1.0-stable Jeremy Ashkenas 2011-01-31 22:27:56 -05:00
  • 37308e6760 Issue #1071, parenthesizing undefined literals when accessed. Jeremy Ashkenas 2011-01-30 21:16:39 -05:00
  • 4ce374be25 Issue #870 ... placeholders in destructuring assignment. Jeremy Ashkenas 2011-01-30 20:49:02 -05:00
  • 8b8e8a94ff Issue #997 ... Maloptimized break suppression. Jeremy Ashkenas 2011-01-30 20:28:11 -05:00
  • 3c9fdde24b resolved merge Jeremy Ashkenas 2011-01-30 19:40:59 -05:00
  • 578a46fbda Issue #875 -- console.log in the REPL Jeremy Ashkenas 2011-01-30 19:32:07 -05:00
  • 6fb2088d5f changed 'when' example. Jeremy Ashkenas 2011-01-30 19:25:36 -05:00
  • 49d9eb687d documenting 'when', a bit. Jeremy Ashkenas 2011-01-30 17:10:50 -05:00
  • 654c933e30 fixing version number to 1.1.0-pre ... to make it installable with npm. Jeremy Ashkenas 2011-01-30 17:00:07 -05:00
  • 83a86aacb5 Closes #1068. Don't know why CALL_START was in that file. Timothy Jones 2011-01-24 19:57:31 +13:00
  • f231809e22 Swapping == with <, just in case. Timothy Jones 2011-01-23 00:54:43 +13:00