https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
a1ff917 Update LKG 20 November 2015, 22:33:31 UTC
d370ac8 Merge pull request #5664 from Microsoft/Port-5662 port 5662 into release-1.7 16 November 2015, 18:01:59 UTC
a7fb3e4 do not crash when variable and function declarations collide 14 November 2015, 22:20:13 UTC
b3ed46f port 5662 into release-1.7 13 November 2015, 23:08:30 UTC
6e918d1 Merge pull request #5656 from zhengbli/CherryPicking5593To17 Cherrypicking PR 5593 13 November 2015, 20:07:46 UTC
04a05b2 Cherrypicking PR 5593 13 November 2015, 19:44:02 UTC
e3b2fe9 Update LKG 11 November 2015, 20:44:41 UTC
e110e68 Merge pull request #5606 from Microsoft/revert-5604-updateversion Revert "Update version to 1.7.4" 11 November 2015, 05:33:48 UTC
97c80f3 Update the package.json version 11 November 2015, 02:33:05 UTC
bb9efe6 Use version 1.7.3 11 November 2015, 02:21:08 UTC
03b8eeb Revert "Update version to 1.7.4" 11 November 2015, 02:00:36 UTC
0497149 Merge pull request #5604 from Microsoft/updateversion Update version to 1.7.4 11 November 2015, 02:00:29 UTC
0ad4de1 Update version to 1.7.4 11 November 2015, 01:32:50 UTC
9b84247 Update LKG 02 November 2015, 21:26:10 UTC
c5e6118 Add a variable of type `this` in constructor body The test already had a reference to the `this` value, but that doesn't show that the *type* is allowed. 02 November 2015, 19:24:51 UTC
e83129b Switch to `isNodeDescendantOf` 02 November 2015, 19:24:46 UTC
515ddc2 Fix `isConstructorParameter` 02 November 2015, 19:24:43 UTC
86f6378 Accept baselines 02 November 2015, 19:24:33 UTC
455ccce Add tests based on #5449 02 November 2015, 19:24:29 UTC
53d3921 Forbid 'this' as constructor parameter type 02 November 2015, 19:24:20 UTC
e321859 Update LKG 28 October 2015, 21:16:44 UTC
0676f79 Linter errors 28 October 2015, 21:15:41 UTC
e64fa42 Use resolvedSymbol instead of mergedSymbol. Fixes #5333. 28 October 2015, 21:14:35 UTC
7d99460 Merge pull request #5436 from Microsoft/fix5430 Fix #5430: Use FileMap to store file list in tsserver 28 October 2015, 20:37:31 UTC
616b0d7 Fix #5430: Use FileMap instead of a simple Map for storing file list in tsserver 28 October 2015, 17:05:29 UTC
2bf0d4f Merge branch 'release-1.7' of https://github.com/Microsoft/TypeScript into release-1.7 27 October 2015, 17:01:38 UTC
6b080fe Update LKG 27 October 2015, 17:01:21 UTC
f42793a Merge pull request #5409 from Microsoft/port-5408 Port 5408 into release-1.7 27 October 2015, 16:59:07 UTC
bf7d657 Accept baseline 27 October 2015, 16:49:57 UTC
18cf2e4 Add compiler test 27 October 2015, 16:49:51 UTC
60572ba Add tests for nested destructuring 27 October 2015, 16:49:44 UTC
0caac5f Do not type non-identifier binding name 27 October 2015, 16:49:37 UTC
3313e5b addressed PR feedback 26 October 2015, 23:59:54 UTC
c8d8bec use process.stdout.write on server 26 October 2015, 23:59:44 UTC
ba0b0d6 Merge pull request #5406 from Microsoft/Port-5405 Ports 5405 into release-1.7 26 October 2015, 21:20:38 UTC
5162edb allow other files except .d.ts as external library packages 26 October 2015, 18:44:57 UTC
fb09401 Merge pull request #5394 from zhengbli/patchRelease17 Cherry-picking PR#5336 and PR#5354 into release-1.7 25 October 2015, 00:18:15 UTC
674108a Cherry-picking PR#5336 and PR#5354 into release-1.7 24 October 2015, 23:22:32 UTC
23504a0 Use emptyArray instead of [] for no base types. 23 October 2015, 21:59:46 UTC
f75e32e Improve mergedInheritedClassInterface test case Covers the case when the merged interface extends an interface, but the merged class does not extend a class, then trying to extend that class. 23 October 2015, 21:59:42 UTC
e8ddd41 Root class merged with interface can be extended I found that merging a class that has no base with an interface that has a base class causes a crash because `getDefaultConstructSignatures` assumes that any base must be a class base. Which was true in the previously buggy state. 23 October 2015, 21:59:38 UTC
6fe1725 Accept new baselines 23 October 2015, 21:59:33 UTC
e12afac Improve naming of test members 23 October 2015, 21:59:29 UTC
04e1d85 Accept baselines A couple of tests were previously updated to give an incorrect error message. 23 October 2015, 21:59:25 UTC
4610cfc Tests for interfaces merged w/classes Both interfaces and classes have base classes/interfaces; all members are available on an instance of the merged child. 23 October 2015, 21:59:20 UTC
f16a969 `getBaseTypes` handles interfaces merged w/classes Previously it assumed that if a class was present in the merge, only the class base types needed to be used. This became false when classes and interfaces could be merged. 23 October 2015, 21:59:13 UTC
41d4e82 Fix union types of variadic functions The check used `=== len - 1` instead of `>= len - 1` to check whether a parameter index might be pointing to a rest argument. 23 October 2015, 21:56:50 UTC
3654957 Add tests and accept baselines 23 October 2015, 21:56:32 UTC
42d055f Update LKG 20 October 2015, 20:01:13 UTC
34cc9bf Tests 20 October 2015, 19:58:30 UTC
d8ed038 Fixes issue in emitExpressionIdentifier when combining --target ES6 with --module. Fixes #5315. 20 October 2015, 19:57:18 UTC
ad59202 Update LKG 17 October 2015, 00:06:18 UTC
d8c25cc Merge branch 'master' into release-1.7 16 October 2015, 23:59:34 UTC
e98a76f Merge pull request #5257 from Microsoft/module-merge-with-constructors Module merge with constructors 16 October 2015, 23:55:57 UTC
bb369f1 Merge pull request #5290 from Microsoft/interfaceClassMergingFix Do not report errors for classes and interfaces merging 16 October 2015, 23:45:31 UTC
8b8d33d Fix comments 16 October 2015, 23:29:11 UTC
a8aa48e Merge pull request #5230 from Microsoft/ambient-class-merges-overloads-with-interface Ambient class merges overloads with interface 16 October 2015, 22:08:59 UTC
5b94698 Merge pull request #5294 from Microsoft/fixDecoratorSwitch Fixes an issue with decorators when compiling using tsc.exe 16 October 2015, 21:54:07 UTC
81e784c Fixed linter error 16 October 2015, 21:36:36 UTC
798ffa7 Switched switch statement to if branches. Fixes #5229. 16 October 2015, 19:36:51 UTC
35a303a Do not report errors for classes and interfaces merging 16 October 2015, 17:54:35 UTC
302db0a Merge pull request #5272 from Microsoft/es2015-target Add ES2015 as a synonym to ES6 15 October 2015, 19:46:47 UTC
9fda05d Merge pull request #5271 from Microsoft/updateVersion1.7.2 Update version to match VS version 15 October 2015, 18:43:20 UTC
53188d9 Add ES2015 as a synonym to ES6 In ModuleKind, ScriptTarget and associated command line arguments. 15 October 2015, 18:35:52 UTC
c56cc79 Update version to match VS version 15 October 2015, 18:27:31 UTC
d703e09 Merge pull request #5262 from zhengbli/Fix5127CR Address code review from 5127 15 October 2015, 01:20:06 UTC
b7c93c0 Address CR from 5127 15 October 2015, 00:50:29 UTC
e5365c1 Update LKG 15 October 2015, 00:48:53 UTC
890e660 Merge branch 'master' into release-1.7 15 October 2015, 00:43:50 UTC
8864b06 Merge pull request #5127 from zhengbli/newAddDirectoryWatcher Add directory watcher for tsserver and tsc 15 October 2015, 00:43:10 UTC
2bf39a6 Merge pull request #5261 from zhengbli/i5015 Re-read file content upon closing 15 October 2015, 00:41:54 UTC
fcfc25e Fix lint errors 14 October 2015, 23:57:08 UTC
f91bee0 Re-read file content upon closing 14 October 2015, 23:50:31 UTC
c754999 Fix rwcRunner 14 October 2015, 23:31:27 UTC
6013968 Address build errors 14 October 2015, 23:25:27 UTC
62664fd Add timer for batch processing directory changes 14 October 2015, 23:09:41 UTC
def268c Fix issues with removing roots 14 October 2015, 22:48:25 UTC
002f0c0 CR feedback 14 October 2015, 22:10:05 UTC
c66bbd8 Tests now correctly include a constructor 14 October 2015, 19:43:56 UTC
21e30e0 Merge pull request #5235 from Microsoft/fixDecoratorDiagostics Fix exception in compiler when type checking decorators with generics. 14 October 2015, 19:29:08 UTC
e964cb1 Make constructor use merged parent symbol Previously in getSignatureFromDeclaration, it just used the parent symbol without checking whether it was merged. 14 October 2015, 19:24:22 UTC
12b7a99 Add test case 14 October 2015, 19:23:37 UTC
5234bf6 Merge pull request #5033 from Microsoft/dirkb/fix_5032 Fixed #5032: tsserver: Format on type broken 14 October 2015, 16:49:50 UTC
d04b6c4 Update LKG 13 October 2015, 22:49:39 UTC
85f0240 Merge branch 'master' into release-1.7 13 October 2015, 22:31:01 UTC
1244477 Merge pull request #5233 from Microsoft/relaxedUseBeforeDef allow forward references to block scoped variables from functions 13 October 2015, 21:19:01 UTC
99d448a Merge pull request #5231 from Microsoft/removeExperimentalAsyncFunctions Remove experimental async functions 13 October 2015, 21:17:36 UTC
b2d666c Merge pull request #5184 from RyanCavanaugh/fix5096 Don't issue completion in JSX text 13 October 2015, 20:27:39 UTC
0465f1b revert enum related changes 13 October 2015, 20:18:58 UTC
6bbfe56 Use `memberListCount` 13 October 2015, 20:16:44 UTC
48b2434 use isBlockScopedNameDeclaredBeforeUse for block scoped variables and enums 13 October 2015, 07:07:36 UTC
0fa89ad Fixes #5104. 13 October 2015, 00:38:55 UTC
eb3b91c addressed PR feedback 13 October 2015, 00:24:39 UTC
b24c3a7 Update LKG 13 October 2015, 00:07:33 UTC
c4a15d9 Merge pull request #5067 from Microsoft/travis-node-4 CI Against Node 4 12 October 2015, 23:58:36 UTC
885f14d Merge branch 'master' into release-1.7 12 October 2015, 23:54:13 UTC
77eaf04 Merge pull request #4914 from Microsoft/exponentiation [ES7] Exponentiation 12 October 2015, 23:37:45 UTC
f952873 allow forward references to block scoped variables from functions 12 October 2015, 23:18:37 UTC
c8ba166 Merge pull request #4911 from Microsoft/liftDtsOnlyRestriction extend the list of extensions for module file names in node_modules f… 12 October 2015, 21:48:47 UTC
92c2d48 Lint: remove trailing whitespace 12 October 2015, 21:37:10 UTC
back to top