https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
a80a4ba Add jake task for linting the compiler sources 09 July 2015, 23:39:58 UTC
27f5bf1 CR feedback 09 July 2015, 21:44:47 UTC
5dfa610 Turn off a few rules and more cleanup post merge 09 July 2015, 00:42:26 UTC
be1371d Merge master 08 July 2015, 22:35:49 UTC
8cdd59f Merge pull request #3727 from Microsoft/elipsisMeansQuiet Don't give back completions after stray dots 07 July 2015, 21:45:59 UTC
f2731e4 Merge pull request #3757 from Microsoft/noImportClauseBuilders Don't show builders in import clauses 07 July 2015, 21:45:39 UTC
719498e Merge pull request #3770 from RyanCavanaugh/fix3764 Fix #3764 07 July 2015, 21:38:26 UTC
42168e3 Merge pull request #3769 from Microsoft/bindingAnonymouseWithName Binding anonymous with name for functionExpression and classExpression 07 July 2015, 20:28:38 UTC
363dc03 Delete some files that shouldn't have existed 07 July 2015, 19:54:20 UTC
006356d Whitespace 07 July 2015, 19:53:53 UTC
d353d62 Addressed CR feedback. 07 July 2015, 19:48:17 UTC
1fa74c5 Fix up other React tests 07 July 2015, 18:37:55 UTC
1568bfd Mark 'React' symbol as used and error if it doesn't exist 07 July 2015, 18:32:57 UTC
1a8200f Add testcase for #3764 07 July 2015, 18:01:34 UTC
92d2d19 Update tests 07 July 2015, 16:58:13 UTC
93a721c Bind classExpression and functionExpression to its name if the expression is declared with name 07 July 2015, 16:57:58 UTC
f682980 Merge pull request #3751 from RyanCavanaugh/fix3678 Properly parse keyword-like identifiers in JSX 07 July 2015, 00:43:24 UTC
f20cc83 Merge branch 'master' into noImportClauseBuilders Conflicts: src/services/services.ts 06 July 2015, 23:43:54 UTC
15962e0 Merge branch 'master' into elipsisMeansQuiet 06 July 2015, 23:39:59 UTC
204d960 Merge pull request #3698 from Microsoft/noObjectBindingBuilder Don't show a builder for property names in object binding patterns 06 July 2015, 23:37:43 UTC
9b2d44a Merge pull request #3561 from Microsoft/cancellableDiagnostics Make it possible to cancel requests to get diagnostics. 06 July 2015, 22:58:35 UTC
be18381 Removed unnecessary check. 06 July 2015, 22:34:44 UTC
97dd855 Fix test. 06 July 2015, 22:33:49 UTC
3a26cd2 Adding comments. 06 July 2015, 22:31:22 UTC
1dfcc3e Merge branch 'master' into cancellableDiagnostics Conflicts: src/services/services.ts src/services/shims.ts 06 July 2015, 22:19:57 UTC
40a6300 Added original test case. 06 July 2015, 22:15:04 UTC
4906f41 Remove builder from import clauses. 06 July 2015, 22:12:16 UTC
5258167 Refactor completion code for object literals/bindings and import clauses. 06 July 2015, 22:05:47 UTC
03444a4 Verify builders. 06 July 2015, 22:02:18 UTC
276e798 Use a more accurate test name. 06 July 2015, 21:47:39 UTC
e009d68 Merge pull request #3556 from Microsoft/cancellableClassification Make classification cancellable. 06 July 2015, 21:33:45 UTC
370372e Remove shim cancellation test. 06 July 2015, 21:25:18 UTC
af94f1c Throttle how often we call into the host side to check for cancellation. 06 July 2015, 21:04:42 UTC
cacc366 Avoid unnecessary contextToken checking, addressed CR feedback. 06 July 2015, 20:27:00 UTC
bcd8cce Merge branch 'master' into cancellableClassification 06 July 2015, 20:22:40 UTC
be73f73 previousToken -> contextToken 06 July 2015, 20:00:10 UTC
71c6433 Merge pull request #3622 from Microsoft/intersectionTypes Intersection types 06 July 2015, 19:58:28 UTC
a7983a4 Added test for JSX spread properties. 06 July 2015, 19:40:09 UTC
48c4841 Properly parse keyword-like identifiers in JSX 06 July 2015, 18:42:06 UTC
3fe0d3d Updated test. 06 July 2015, 18:30:43 UTC
f126767 Merge pull request #3724 from Microsoft/apparentTypeOfContextualType Always get the apparent type when retrieving a contextual type 06 July 2015, 17:18:21 UTC
19c332d Merge pull request #3723 from Microsoft/fixErrorCheckIndentation Changed tabs to spaces and reformatted errorCheck.ts 06 July 2015, 16:35:50 UTC
fc1888e Merge branch 'master' into intersectionTypes Conflicts: tests/baselines/reference/APISample_linter.js 03 July 2015, 18:26:38 UTC
144a635 Changing comment per CR feedback 03 July 2015, 18:20:44 UTC
b294443 Merge pull request #3719 from Microsoft/createNodePos Change default node pos/end to -1 03 July 2015, 01:47:15 UTC
d89c1d6 Fixed/added test. 03 July 2015, 00:08:03 UTC
ba87e14 Merge pull request #3726 from Microsoft/restParamModifier Disallow modifiers on rest parameters 02 July 2015, 23:28:38 UTC
935071f Don't show completion with dots not part of property accesses and qualified names. 02 July 2015, 23:21:09 UTC
4a53096 Added test. 02 July 2015, 23:14:06 UTC
35db9f6 Add tests 02 July 2015, 23:13:47 UTC
0fcc63e Disallow modifiers on rest parameters 02 July 2015, 23:13:38 UTC
a61ec94 Remove unnecessary check. 02 July 2015, 23:04:34 UTC
6529951 Add tests for inferential typing 02 July 2015, 22:21:43 UTC
98de611 Accept baselines 02 July 2015, 22:21:09 UTC
1085e39 Always take the apparent type when you retrieve a contextual type 02 July 2015, 22:20:57 UTC
738415d Changed tabs to spaces and reformatted file 02 July 2015, 22:17:26 UTC
e4ebf1f Change default node pos/end to -1 02 July 2015, 19:57:34 UTC
cd64f2b Merge pull request #3717 from Microsoft/builderInIndexSignature Show builder at beginning of index signatures & computed properties 02 July 2015, 19:30:41 UTC
7abe8a1 Add builder in computed properties and index signatures. 02 July 2015, 19:22:07 UTC
e8a1f16 Added tests for index signature completion builders. 02 July 2015, 19:20:20 UTC
f37a7f5 Merge pull request #3712 from Microsoft/abstractExtraError Abstract extra error 02 July 2015, 17:59:06 UTC
6775d88 Merge pull request #3333 from aozgaa/mergedDeclarationClassInterface Merged Declarations for Classes and Interfaces 02 July 2015, 17:41:43 UTC
3af3177 update baselines 02 July 2015, 17:26:36 UTC
c06e5eb Update test 02 July 2015, 17:26:23 UTC
4878cce merged with master 02 July 2015, 17:10:17 UTC
2331531 updated baselines 02 July 2015, 16:37:39 UTC
61a9a64 Added conformance test 02 July 2015, 16:37:27 UTC
0647203 Prevent extra checks once abstract new-call detected 02 July 2015, 16:37:14 UTC
77d9362 Merge pull request #3699 from RyanCavanaugh/fixJsxAttribCompletion Fix attribute completion following JSX exprs 02 July 2015, 06:52:40 UTC
ef67f02 Merge pull request #3701 from zhengbli/issue3216 Combine certain function overload types in lib.d.ts into union types 02 July 2015, 05:19:13 UTC
9bfdc28 Fix issue #3216 01 July 2015, 23:22:34 UTC
0e73a78 Merge pull request #3579 from Microsoft/abstract-classes2 Abstract Classes and methods 01 July 2015, 23:16:18 UTC
6d0c7c9 removed a comment 01 July 2015, 23:14:46 UTC
ef765e5 Filter out would-be-duplicate names from JSX attribute completion 01 July 2015, 23:04:29 UTC
60db55b Merge pull request #3677 from RyanCavanaugh/updateSublimeTask Add Jake task to update the Sublime plugin 01 July 2015, 22:42:04 UTC
f3b1321 Appeasing Jason lite 01 July 2015, 22:39:06 UTC
07142a4 Revert "Appeasing Jason" This reverts commit a0bd465a7d2df6cc68f1d689a0bb6431563b4def. 01 July 2015, 22:37:42 UTC
a0bd465 Appeasing Jason 01 July 2015, 22:31:14 UTC
f465d99 Fix attribute completion following JSX exprs 01 July 2015, 22:00:06 UTC
27ebd5c removed a prototype 01 July 2015, 21:47:56 UTC
139d0f4 updated baselines 01 July 2015, 21:46:30 UTC
c93bde6 added tests 01 July 2015, 21:46:18 UTC
1efff28 fixed union-type determination, moved abstract implementation test, and reformatted a line 01 July 2015, 21:45:53 UTC
1608845 merged with master 01 July 2015, 20:51:27 UTC
4dd369f moved initialization and changed a comment 01 July 2015, 20:37:41 UTC
422a405 Documentative and conservative checking. 01 July 2015, 20:35:51 UTC
4a2e672 Don't show a builder in object binding pattern completions. 01 July 2015, 20:27:50 UTC
4082a54 Added checks for new identifier location in tests. 01 July 2015, 20:25:51 UTC
379ca11 Merge pull request #3697 from Microsoft/testObjectBindingCompletionWithUnionTypes Add test case for completion when destructuring from a union type. 01 July 2015, 20:10:50 UTC
f7ba718 Add test case for completion when destructuring from a union type. 01 July 2015, 20:02:59 UTC
a1877ef fexed comment and initialization 01 July 2015, 17:46:10 UTC
b2a871d Merge pull request #3078 from Microsoft/asyncFunctions Async Functions for ES6 01 July 2015, 16:50:12 UTC
4b4a96b Merge branch 'master' into asyncFunctions 01 July 2015, 16:27:45 UTC
30d15a8 Addressing CR feedback 01 July 2015, 02:46:59 UTC
feb7e1d Fixed generic abstract class inheritance and some comments 30 June 2015, 23:13:09 UTC
994b73f fixed an erroneous assertion 30 June 2015, 22:19:51 UTC
5864a66 updated baselines on classAbstract tests 30 June 2015, 21:44:13 UTC
5208bde Merge pull request #3675 from RyanCavanaugh/fix3674 Correctly flag JSX elements as being used for the purposes of module imports 30 June 2015, 21:38:06 UTC
18d6e73 Revert isRelatedFlags changes 30 June 2015, 21:33:13 UTC
fb1bf42 Adding test for inference with intersection type as target 30 June 2015, 19:41:03 UTC
back to top