Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Aug 25, 2010
@jashkenas Fixing Issue #643. Be a little bit safer about declaring block variab…
…les as close to the block scope as possible.
fa95f74
Timothy Jones Existence functions now parsing. 9598b11
Timothy Jones Existence checks on functions now supported. 6224edd
Timothy Jones Wrapping existence tests on functions. 6607224
@track-com track-com added some tests for function soak bcecbd0
@track-com track-com built Tesco's fix for function soaks dc6a83c
Commits on Aug 28, 2010
@jashkenas Treat 'debugger' as a pure-statement keyword, not and identifier. 04fd24e
@jashkenas Merging in Tesco and rofrankel's soaks for function calls. A soaked c…
…heck that fails will return undefined.
704fbf4
Commits on Aug 31, 2010
@jashkenas re-enabling the mis-dented call case. Issue #657 0caa731
@jashkenas Adding unmatched 'then' to the list of things that closes a single-li…
…ne implicit call early. Issue #611.
eb9a524
Commits on Sep 01, 2010
@jashkenas fixing broken doc link (satyr) a1ebb14
Commits on Sep 02, 2010
@jashkenas fix broken simplenum regex for rangenodes... 9290e50
Commits on Sep 04, 2010
@jashkenas separate out browser.coffee from the core coffee-script module. 493780e
@jashkenas simplifying RangeNode grammar a bit. 3b60aad
Commits on Sep 08, 2010
@StanAngeloff StanAngeloff Fixed #669: Wrapper arguments cd6261d
@chrislloyd chrislloyd Bad variable name clobbers correct path in `compile` event. cd67ec6
@jashkenas Merge branch 'master' of git://github.com/chrislloyd/coffee-script c928915
@jashkenas Merge branch 'master' of git://github.com/StanAngeloff/coffee-script 62bf0a2
Commits on Sep 09, 2010
@jashkenas Issue #670. 'THIS' tokens should trigger an implicit call. 70cfd54
@jashkenas Adding a test for Issue #669 44618d5
@jashkenas throwing errs from fs.readFile in watch mode. 904207b
@jashkenas Issue #665. Recompile on --watch when file changes size, or mtime cha…
…nges.
df414da
@jashkenas Fix for Issue #655. Leading empty commas in ArgLists are now disallowed. 18cbddf
@jashkenas Introducing the notion of 'indebt' to mirror 'outdebt', but for suppr…
…essed indentation with trailing operators etc. Issue #639.
9bd3cca
@jashkenas Complexifying the indebt test, one more level. d41a414
Commits on Sep 10, 2010
@jashkenas Adding Roast to the Resources. 121110a
Commits on Sep 11, 2010
@jashkenas Fixing issue #678 -- missing parentheses in a mixed operation(call(so…
…ak))
4af41e9
Timothy Jones Ensuring constructors invoked with splats behave correctly, along wit…
…h caching.
d1f31c5
Timothy Jones Actually caching the splatted constructor this time. e5837b4
Commits on Sep 12, 2010
@jashkenas Partial fix for 653. 3a20d7d
@jashkenas using @containsType. ea3aa68
@jashkenas Issue #680. @::prop versus this::prop, fixed lexing regex. 61a39e0
@jashkenas running cacheindexes on soaks that need them. 38ce0cf
@jashkenas simplifying previous commit 6b19e61
@jashkenas better error for external super() call. b727245
@jashkenas Fixing issue #676, chained accesses against the super() keyword. a3c224e
Commits on Sep 15, 2010
@jashkenas moving addImplicitBraces and addImplicitParentheses next to each othe…
…r ... perhaps they should interleave.
f0d778c
Commits on Sep 16, 2010
@jashkenas Fix for issue #685. Over-aggressize heredoc cleanup when there is no …
…leading indentation.
c782c2e
@jashkenas Fixing the double-implicit-call-into-implicit-object problem. 60f80e2
@jashkenas First draft of real switch statements for CoffeeScript switch stateme…
…nts.
d8465ce
@jashkenas removing now-unused logic from the IfNode, that used to handle switch…
… statements.
2b87cab
@jashkenas CoffeeScript 0.9.3 a263175