openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
LiveScript
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
1 day
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 139 of 143
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ForBody is really the ForSource
Jeremy Ashkenas
More...
over 16 years ago
cleaned up the for grammar and eliminated a shift/reduce conflict
Jeremy Ashkenas
More...
over 16 years ago
make equals signs full equals of colons -- you can use them inside of object literals now too
Jeremy Ashkenas
More...
over 16 years ago
allowing = to assign
Jeremy Ashkenas
More...
over 16 years ago
going back to familiar operators +: is just too strange
Jeremy Ashkenas
More...
over 16 years ago
added a test to make sure that chained calls work
Jeremy Ashkenas
More...
over 16 years ago
allowing chained function calls, one right after another
Jeremy Ashkenas
More...
over 16 years ago
bumping to 0.1.3 ... here we go
Jeremy Ashkenas
More...
over 16 years ago
better error warnings on the command line
Jeremy Ashkenas
More...
over 16 years ago
removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run
Jeremy Ashkenas
More...
over 16 years ago
majorly cleaned up the CoffeeScript that defines the Narwhal integration
Jeremy Ashkenas
More...
over 16 years ago
the narwhal integration written in JavaScript has been replaced with CoffeeScript, and compiler-generated variable names now start with '__'
Jeremy Ashkenas
More...
over 16 years ago
sped up the execution test a good deal by running it all in one pass
Jeremy Ashkenas
More...
over 16 years ago
making all assignment-y operators use a colon -- now it's +: -: *: /:, and friends
Jeremy Ashkenas
More...
over 16 years ago
removed dependency on v8 in favor of bin/cs
Jeremy Ashkenas
More...
over 16 years ago
Print compiler errors to stderr
tlrobinson
More...
over 16 years ago
fixed the bin/cs repl to save assignment between commands by using the new --no-wrap
Jeremy Ashkenas
More...
over 16 years ago
the --no-wrap option now disables top-level var declarations
Jeremy Ashkenas
More...
over 16 years ago
updating docs for isnt
Jeremy Ashkenas
More...
over 16 years ago
trading aint for isnt -- let's be serious
Jeremy Ashkenas
More...
over 16 years ago
allowing quoted strings within object assignment, a in JS and JSON
Jeremy Ashkenas
More...
over 16 years ago
bumping to 0.1.2 to get the super()/extends fix out there
Jeremy Ashkenas
More...
over 16 years ago
got extends back in the language -- use it together with super
Jeremy Ashkenas
More...
over 16 years ago
fixing super() calls, thanks to tolmasky
Jeremy Ashkenas
More...
over 16 years ago
removing the special-case std-reading in favor of '--eval'
Jeremy Ashkenas
More...
over 16 years ago
document that -e can read from stdin
Jeremy Ashkenas
More...
over 16 years ago
with a working -n --no-wrap option to disable the top-level function safety wrapper
Jeremy Ashkenas
More...
over 16 years ago
Merge branch 'master' of git://github.com/tlrobinson/coffee-script
Jeremy Ashkenas
More...
over 16 years ago
...
Jeremy Ashkenas
More...
over 16 years ago
outdent lexing is correct now, I think
Jeremy Ashkenas
More...
over 16 years ago
←
1
2
…
135
136
137
138
139
140
141
142
143
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree