https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
2688dbd Merge pull request #6698 from RyanCavanaugh/fix6552 Recognize the RHS of assignments as the JSDoc target expression 28 January 2016, 19:40:27 UTC
da6e82f Use union types in the return type of functions in the error case Fixes #6663 28 January 2016, 19:39:19 UTC
bf897c2 Add more tests and comments 28 January 2016, 19:26:32 UTC
364b088 Recognize the RHS of assignments as the JSDoc target expression Fixes #6552 28 January 2016, 19:02:49 UTC
fbf1477 Merge pull request #6697 from Microsoft/readonlyInDeclarationFiles Readonly in declaration files 28 January 2016, 18:57:38 UTC
371811a Adding test 28 January 2016, 18:40:08 UTC
3019017 Emit readonly in declaration files 28 January 2016, 18:39:54 UTC
0981719 Merge pull request #6683 from Microsoft/strip_quotes_in_modules_names strip quotes from module names during deduplication 28 January 2016, 04:05:32 UTC
c353252 Update authors for release 1.8 28 January 2016, 03:51:43 UTC
098d59c Cleaned up variable names and conditions in checkIdentifier 28 January 2016, 00:33:45 UTC
1bb9655 Creates a class body scoped alias to the class to avoid class name double binding. Fixes #5386. 28 January 2016, 00:13:51 UTC
5b68d65 strip quotes from module names during deduplication 27 January 2016, 23:34:53 UTC
5ced4c4 Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixFindAllRefForSalsa 27 January 2016, 23:20:16 UTC
6648403 Updated test baselines 27 January 2016, 22:31:21 UTC
1b282cd Parse JSDoc comments for ES6 class constructors and methods Fixes #6646 27 January 2016, 22:07:32 UTC
7259b9f Allow multiple 'this' property assignments in Salsa Fixes issue #6645 27 January 2016, 22:00:33 UTC
646e46e Fix build error 27 January 2016, 21:38:42 UTC
10f9a85 Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixFindAllRefForSalsa 27 January 2016, 21:31:19 UTC
9a6815f add tests 27 January 2016, 21:26:41 UTC
b389e9c Fix for thisProperty 27 January 2016, 20:43:31 UTC
a6af98e Merge pull request #6631 from Microsoft/reservePromiseInTopLevelModule Reserve promise in top level module 27 January 2016, 20:25:57 UTC
5e05c75 Merge branch 'master' into theyreNotTHATSpecial 27 January 2016, 19:53:42 UTC
f23c35f Merge pull request #5728 from Microsoft/pathMappingModuleResolution Path mapping module resolution 27 January 2016, 19:38:33 UTC
2b22a47 Merge pull request #6553 from Microsoft/handleNestedBlockScopedName handle block scoped binding in nested blocks 27 January 2016, 19:28:59 UTC
98603f9 Merge pull request #6532 from Microsoft/readonlyMembers Readonly properties and index signatures 27 January 2016, 18:50:26 UTC
e67ff39 merge with origin/master 27 January 2016, 18:40:52 UTC
e910e71 Merge branch 'master' into fix4211 27 January 2016, 18:36:08 UTC
cbb195b Renumbering NodeFlags to start at 1 << 0 27 January 2016, 18:25:51 UTC
fd879bb Merge pull request #6655 from Microsoft/pin_mocha_2.3.4 pin mocha version to 2.3.4 27 January 2016, 18:10:23 UTC
5282cad pin mocha version to 2.3.4 27 January 2016, 17:56:20 UTC
a116b4c pretty output for react jsx 27 January 2016, 06:59:34 UTC
adacad3 addressed PR feedback 27 January 2016, 05:38:12 UTC
e4c0c00 Fixed typo in diagnostic message name 27 January 2016, 01:34:30 UTC
e4ab2db Fix find all references for salsa 27 January 2016, 00:39:43 UTC
655d5c9 Comments and messages 27 January 2016, 00:04:40 UTC
265069e Merge pull request #6194 from Microsoft/fix4867_transpiling Fix incorrectly emitting underscore of imported property 27 January 2016, 00:04:09 UTC
bc25990 Merge branch 'master' into fix4867_transpiling 26 January 2016, 23:37:49 UTC
f4290e1 Update baselines 26 January 2016, 23:37:19 UTC
39c75fd Simplify giving error message and remove unnecessary error 26 January 2016, 23:34:53 UTC
322126d Merge pull request #6628 from Microsoft/thisTypeAsConstraint break on 'this' type in hasConstraintReferenceTo 26 January 2016, 22:58:35 UTC
c20a705 Updated baselines 26 January 2016, 22:51:07 UTC
2b1fd8c Merge pull request #5870 from Microsoft/alternateFixSuperInAsyncMethod Fix super in async method 26 January 2016, 21:04:06 UTC
05803f5 Added comments for new flags in types.ts 26 January 2016, 20:55:03 UTC
35044d1 Added error when return type is not the global Promise 26 January 2016, 20:47:53 UTC
95422fa merge branch 'alternateFixSuperInAsyncMethod' into reservePromiseInTopLevelModule 26 January 2016, 20:26:49 UTC
da6aadb Merge branch 'master' into alternateFixSuperInAsyncMethod 26 January 2016, 19:49:30 UTC
b00cae8 Moved isSuperPropertyOrElementAccess to utilities 26 January 2016, 19:36:20 UTC
910fbba break on 'this' type in hasConstraintReferenceTo 26 January 2016, 18:16:46 UTC
f70e255 Merge pull request #6618 from Microsoft/versionUpdate Update version 26 January 2016, 05:28:30 UTC
3e0c84e PR feedback 26 January 2016, 01:44:07 UTC
add9105 Update version 26 January 2016, 01:08:15 UTC
6febe3b Merge pull request #6562 from RyanCavanaugh/jsIsJsx Treat .js as JSX 26 January 2016, 00:15:52 UTC
85d09e4 Merge pull request #6512 from masaeedu/allowMissingReturnForVoidAnyUnion Allow missing return for void any union 25 January 2016, 23:12:40 UTC
6ff1bbe Merge pull request #6597 from plantain-00/use_const_rather_than_var_when_target_es6 Use const rather than var when target es6 25 January 2016, 22:14:05 UTC
c38021f Lint 25 January 2016, 21:38:00 UTC
bfd6ca0 baseline-accept 25 January 2016, 21:25:22 UTC
8a8ed0a update implementation based on the results of design meeting 25 January 2016, 19:49:26 UTC
da107fe Accepting new baselines 25 January 2016, 19:46:32 UTC
77d174a Adding tests 25 January 2016, 19:46:23 UTC
2b2b150 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 25 January 2016, 19:28:02 UTC
4d3f6e7 Error for Promise redeclaration in module with async 25 January 2016, 18:32:34 UTC
2e67984 Merge pull request #4 from Microsoft/master fetch latest code 25 January 2016, 11:22:48 UTC
f947f6a Merge pull request #6602 from paulvanbrenk/master Fix up todo comment 25 January 2016, 06:27:42 UTC
d06d66c use a local string rather than a function 25 January 2016, 05:35:12 UTC
cb3e93f Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 25 January 2016, 03:57:13 UTC
72c3bb6 extract a helper method 25 January 2016, 02:48:23 UTC
700af6a Fix up todo in jsdoccomment template code. 25 January 2016, 00:08:45 UTC
88676d6 a better way since languageVersion is a number 24 January 2016, 23:50:22 UTC
0b1f0d8 Accepting new baselines 24 January 2016, 23:44:29 UTC
7561642 Adding const/readonly to core.d.ts and es6.d.ts 24 January 2016, 23:44:13 UTC
c826a90 Merge branch 'master' into readonlyMembers Conflicts: src/compiler/types.ts 24 January 2016, 23:21:03 UTC
c78ee72 Accepting new baselines 24 January 2016, 21:44:54 UTC
ea4e3af Fix tests 24 January 2016, 21:44:22 UTC
49dd54e Include readonly in type equality checks + Treat more symbols as readonly 24 January 2016, 21:44:05 UTC
239695f Merge pull request #6583 from falsandtru/fixWeakSetWeakMapClear Remove `clear` method in `WeakSet` and `WeakMap` 24 January 2016, 19:14:15 UTC
ac196eb use `const` rather than `var` when emitting external import declaration and the target is es6 24 January 2016, 09:10:44 UTC
9a20df3 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 24 January 2016, 07:55:48 UTC
18094eb Merge pull request #3 from Microsoft/master fetch latest code 24 January 2016, 04:13:52 UTC
7405a4b Accepting new baselines 23 January 2016, 23:36:09 UTC
ee0060b No readonly checks in type relationships + No assignments through namespace imports 23 January 2016, 23:35:33 UTC
5cb13f3 Remove `clear` method in `WeakSet` and `WeakMap` 23 January 2016, 10:08:32 UTC
87fdfc8 Merge pull request #6581 from RyanCavanaugh/jsDocFinal JSDoc 23 January 2016, 04:03:39 UTC
00398d6 Remove unrelated changes 22 January 2016, 23:41:00 UTC
57fb5fa Consolidate branches 22 January 2016, 23:17:20 UTC
d54f3cb Remove obsoleted test 22 January 2016, 23:16:27 UTC
0d480a6 Remove value-side JSDoc type lookup fallback 22 January 2016, 23:15:58 UTC
a07a7c0 Remove unreachable code 22 January 2016, 23:14:58 UTC
af4fb09 Rename getTypeParametersFromJSDocTemplate 22 January 2016, 23:14:29 UTC
6303d8c Remove incorrect changes from server.ts 22 January 2016, 23:13:54 UTC
64c2d66 Merge branch 'master' into jsDocFinal 22 January 2016, 23:10:02 UTC
4e29069 Merge pull request #6575 from Microsoft/fixInt8ArrayIncludes Fix 'includes' method in 'Int8Array'. 22 January 2016, 22:07:47 UTC
d5a585f Fix 'includes' method in 'Int8Array'. 22 January 2016, 21:43:23 UTC
e506378 Accepting new baselines 22 January 2016, 18:32:42 UTC
fac1bf6 Disallow assigments to exported variables from external modules 22 January 2016, 18:32:17 UTC
f4d4453 Merge pull request #6568 from YuichiNukiyama/fix4992 Add Array.prototype.includes 22 January 2016, 12:25:32 UTC
1eda3ef Add Array.prototype.includes Add Array.prototype.includes method. method of comments I've quoted from [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes). And change Jakefiles.js to build lib.es7.d.ts. 22 January 2016, 12:08:28 UTC
6084dec Merge branch 'master' into alternateFixSuperInAsyncMethod 22 January 2016, 00:52:45 UTC
931d162 Merge pull request #6545 from zhengbli/supportJsconfig Add support for jsconfig.json in language service 22 January 2016, 00:35:17 UTC
a1acf8f Merge branch 'master' into fix4867_transpiling 22 January 2016, 00:19:25 UTC
125d1f4 Address PR 22 January 2016, 00:16:52 UTC
back to top