Jeremy Ashkenas
|
c50cf23b7b
|
CoffeeScript 0.9.4
|
2010-09-21 23:58:05 -04:00 |
|
Jeremy Ashkenas
|
7e5db250d3
|
Merge branch 'master' of git://github.com/StanAngeloff/coffee-script
|
2010-09-21 08:06:12 -04:00 |
|
satyr
|
e4b7d06f35
|
removed browser specific hacks from src/* by making "rake browser" provide fake require and exports
|
2010-09-21 18:37:44 +09:00 |
|
satyr
|
b19c004680
|
made wrapper function keep current this
|
2010-09-21 16:53:58 +09:00 |
|
Stan Angeloff
|
992f4192bf
|
Re-compiling core with new temporary variable names, all tests pass.
|
2010-09-21 07:55:08 +03:00 |
|
Jeremy Ashkenas
|
a16594ed7b
|
Merging in Stan's temporary_junk improvements.
|
2010-09-20 22:13:08 -04:00 |
|
Jeremy Ashkenas
|
f7fce3cd68
|
tweaking compiled tempvar names to satisfaction.
|
2010-09-20 21:56:18 -04:00 |
|
Stan Angeloff
|
99a06ce4ea
|
Updating name for cached length temporary variables to '_length', 'length2', and
so on.
|
2010-09-20 08:42:31 +03:00 |
|
Stan Angeloff
|
31441868e0
|
Allowing temporary variables to be reused.
|
2010-09-19 19:34:27 +03:00 |
|
Stan Angeloff
|
d568b56c5e
|
First attempt at allowing temporary variables to be reused.
|
2010-09-19 17:47:26 +03:00 |
|
Stan Angeloff
|
bb35b3e3b2
|
Re-compiling core with new changes. All tests pass.
|
2010-09-19 15:29:15 +03:00 |
|
Jeremy Ashkenas
|
4b2d40d3b5
|
Merging in Stephank's fix for #692.
|
2010-09-18 10:36:48 -04:00 |
|
Stéphan Kochen
|
72d7fe2f7a
|
Function soaks should preserve this. Fixes issue #692.
|
2010-09-18 12:27:14 +02:00 |
|
Jeremy Ashkenas
|
2b87cabbb4
|
removing now-unused logic from the IfNode, that used to handle switch statements.
|
2010-09-15 23:48:20 -04:00 |
|
Jeremy Ashkenas
|
d8465ce767
|
First draft of real switch statements for CoffeeScript switch statements.
|
2010-09-15 23:46:01 -04:00 |
|
Jeremy Ashkenas
|
b727245834
|
better error for external super() call.
|
2010-09-12 16:25:00 -04:00 |
|
Jeremy Ashkenas
|
6b19e61bd0
|
simplifying previous commit
|
2010-09-12 16:20:01 -04:00 |
|
Jeremy Ashkenas
|
38ce0cfd9a
|
running cacheindexes on soaks that need them.
|
2010-09-12 16:18:05 -04:00 |
|
Jeremy Ashkenas
|
ea3aa6803a
|
using @containsType.
|
2010-09-12 14:44:03 -04:00 |
|
Jeremy Ashkenas
|
3a20d7dacb
|
Partial fix for 653.
|
2010-09-12 11:08:05 -04:00 |
|
Timothy Jones
|
e5837b4ee9
|
Actually caching the splatted constructor this time.
|
2010-09-12 01:49:25 +12:00 |
|
Timothy Jones
|
d1f31c5143
|
Ensuring constructors invoked with splats behave correctly, along with caching.
|
2010-09-12 01:28:22 +12:00 |
|
Jeremy Ashkenas
|
4af41e9bfb
|
Fixing issue #678 -- missing parentheses in a mixed operation(call(soak))
|
2010-09-11 08:39:14 -04:00 |
|
Jeremy Ashkenas
|
62bf0a2bc9
|
Merge branch 'master' of git://github.com/StanAngeloff/coffee-script
|
2010-09-08 09:03:42 -04:00 |
|
Stan Angeloff
|
cd6261d477
|
Fixed #669: Wrapper arguments
|
2010-09-08 15:18:08 +03:00 |
|
Jeremy Ashkenas
|
3b60aad487
|
simplifying RangeNode grammar a bit.
|
2010-09-04 06:48:20 -04:00 |
|
Jeremy Ashkenas
|
9290e508c6
|
fix broken simplenum regex for rangenodes...
|
2010-09-01 21:20:23 -04:00 |
|
Jeremy Ashkenas
|
704fbf499b
|
Merging in Tesco and rofrankel's soaks for function calls. A soaked check that fails will return undefined.
|
2010-08-28 09:00:04 -04:00 |
|
Jeremy Ashkenas
|
04fd24e068
|
Treat 'debugger' as a pure-statement keyword, not and identifier.
|
2010-08-28 08:26:47 -04:00 |
|
Richard Frankel
|
dc6a83c030
|
built Tesco's fix for function soaks
|
2010-08-25 18:59:21 -04:00 |
|
Timothy Jones
|
6224edd6ce
|
Existence checks on functions now supported.
|
2010-08-26 07:39:30 +12:00 |
|
Jeremy Ashkenas
|
fa95f743f3
|
Fixing Issue #643. Be a little bit safer about declaring block variables as close to the block scope as possible.
|
2010-08-24 22:19:53 -04:00 |
|
Jeremy Ashkenas
|
bd3471b3d1
|
Issue #641. Rename __superClass__ to __super__
|
2010-08-23 21:19:43 -04:00 |
|
Jeremy Ashkenas
|
f90fac0e55
|
Issue #572. Flexible JavaScript block comments, compatible with JSDoc, YUI-compressor, and Google Closure compiler preservation syntax.
|
2010-08-23 20:27:34 -04:00 |
|
Jeremy Ashkenas
|
117204a784
|
Revert "Issue #619. 'new' operator misbehavior."
This reverts commit e7834de929.
|
2010-08-21 19:16:02 -04:00 |
|
Jeremy Ashkenas
|
e7834de929
|
Issue #619. 'new' operator misbehavior.
|
2010-08-21 18:54:24 -04:00 |
|
Jeremy Ashkenas
|
143c4d5efc
|
Issue #572. Block comments now compile to // for aesthetic reasons.
|
2010-08-21 09:30:25 -04:00 |
|
Jeremy Ashkenas
|
87693d84cb
|
Updating Underscore to 1.1.0, fixing a hasOwnProperty glitch in Scope, and a double-semicolon bug in ParentheticalNode.
|
2010-08-21 08:30:22 -04:00 |
|
Jeremy Ashkenas
|
4ddd65a4c4
|
Issue #621. Added the ability to leave the start and end index off of arrays. list[5..] is now valid CoffeeScript, slicing to the end of the array.
|
2010-08-18 21:51:44 -04:00 |
|
Jeremy Ashkenas
|
b608d4a5ea
|
Issue #626. Making the isInvertible check a little stricter.
|
2010-08-17 21:46:00 -04:00 |
|
Jeremy Ashkenas
|
1b05cd81f0
|
Enabling bound functions as static members of classes... Issue #627
|
2010-08-17 21:07:36 -04:00 |
|
Jeremy Ashkenas
|
5b9b45814f
|
Fixing Issue #622 with a light refactor to start using a 'tags' property on all nodes.
|
2010-08-16 20:18:42 -04:00 |
|
Jeremy Ashkenas
|
027b9e9dc3
|
simplifying generated output for unless/is to (a isnt b) instead of not (a is b). Ticket #617
|
2010-08-15 15:13:33 -04:00 |
|
Jeremy Ashkenas
|
975b82f09b
|
Issue #609. Slightly faster implementation of ||= and &&=
|
2010-08-14 18:02:07 -04:00 |
|
Jeremy Ashkenas
|
f496cc229b
|
Further reducing amount of redundant parentheses.
|
2010-08-14 17:52:37 -04:00 |
|
Jeremy Ashkenas
|
9894eeb8e9
|
Improving double-parentheses suppression. Issue #587
|
2010-08-14 17:43:58 -04:00 |
|
Jeremy Ashkenas
|
c90a75ebc5
|
Fixing first part of #614 -- improperly cached existential operator, when first operand is a function call.
|
2010-08-14 16:24:05 -04:00 |
|
Jeremy Ashkenas
|
6555d86328
|
Adding a jsl.conf configuration file for JavaScript lint, and switching to == null for soaks, accordingly.
|
2010-08-14 16:02:01 -04:00 |
|
Jeremy Ashkenas
|
c71f2794eb
|
Fixing compound assignment as a right-hand sub expression of a larger operation. Invalid in JS, valid in Coffee.
|
2010-08-14 14:43:25 -04:00 |
|
Jeremy Ashkenas
|
ca18f1fad6
|
Core Compiler is JSLint-free again, after removing a couple extra semicolons that snuck in when if statements compiled at the top level.
|
2010-08-14 11:42:19 -04:00 |
|