Commits
User selector
Commit History
Commits on Jan 2, 2020
Commits on Dec 31, 2019
Allow for unary operators on any type, including enums (#6398)
Show description for 36dbbdaauthoredConvert x to string in delete o[x] (#6399)
Show description for d3b1915authored
Commits on Dec 19, 2019
Commits on Dec 7, 2019
rework handling on methods/properties in interfaces (#6299)
Show description for f34571fauthoredDon't clobber r1 register in clearStack() (#6302)
Show description for d6ea614authored
Commits on Oct 1, 2019
Commits on Sep 27, 2019
handle field redefinitions (#5950)
Show description for 0cf9692authoredTreat globals defined inside loops as locals (#5949)
Show description for 429819eauthoredconstant folding (#5917)
Show description for 23fe7cfauthored
Commits on Sep 19, 2019
support for delete, shorthand and computed properties, and functions at the end of function (#5916)
Show description for 6950b7fauthored
Commits on Sep 18, 2019
- authored andcommitted
Commits on Sep 5, 2019
Commits on Aug 22, 2019
Implement bit shifts in assembly (#5836)
Show description for c0a26e5authored
Commits on Aug 16, 2019
Commits on Aug 14, 2019
incremental compilation (#5791)
Show description for 155cafaauthored
Commits on Aug 2, 2019
simulator performance work (#5781)
Show description for 53be579authored
Commits on Jul 29, 2019
support for throw, try, catch, finally (#5774)
Show description for 4c29406authored
Commits on Jul 25, 2019
Support for array assignment (#5767)
Show description for 2c1b968authoredrecognize unions of numbers as 'number-like' (#5769)
Show description for 2cb8110authored
Commits on Apr 24, 2019
Commits on Apr 19, 2019
Enable py2ts in unit tests (specifically the runtime-trace tests) (#5474)
Show description for dccde18authored
Commits on Apr 11, 2019
Commits on Feb 27, 2019
Commits on Jan 14, 2019
Clear loop variables on each iteration (#5179)
Show description for 045775dauthored
Commits on Jan 3, 2019
Support unicode (#5144)
Show description for 24153beauthored
Commits on Nov 12, 2018
JS compat, GC and other goodies (#4782)
Show description for 28e192dauthored
Commits on Oct 4, 2018
Commits on Sep 18, 2018
code-gen re-work (#4671)
Show description for 1f7ffbaauthored
Commits on Aug 31, 2018
Handle to string for union types (#4638)
Show description for 35782d0authored
Commits on Mar 12, 2018
More array functions (some, every, join) (#3965)
Show description for 3559014authored
Commits on Mar 7, 2018
adding array.foreach (#3954)
Show description for 3e15cbfauthored
Commits on Jan 29, 2018
Fix vtable layout when parent method is never called (#3778)
Show description for 74e71a5authored andcommitted
Commits on Jan 2, 2018
support for emitting ~, ** op in JS (#3686)
Show description for 8132c7bauthored
Commits on Dec 11, 2017
Move to TypeScript 2.6.1 (#3559)
Show description for 749c2c4authored