https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
6ae775b Support intersection types as target in type inference 30 June 2015, 19:23:21 UTC
c517a63 Accepting new baselines 30 June 2015, 19:02:23 UTC
a13b642 Merge branch 'master' into intersectionTypes Conflicts: tests/baselines/reference/APISample_linter.js 30 June 2015, 18:57:49 UTC
5fc3099 Rule changes 30 June 2015, 00:47:24 UTC
fe46122 Merge pull request #3641 from Microsoft/exportSepcifierInDeclarations Fix assert with declaration emit for export specifier for a global 30 June 2015, 00:28:55 UTC
12383af Responding to Jason 30 June 2015, 00:20:10 UTC
b445f90 Merge branch 'contextSensitiveIsRelatedTo' into abstract-classes2 29 June 2015, 22:09:14 UTC
e47e5bc fixed a comment 29 June 2015, 22:08:22 UTC
d932618 merged with contextSensitiveRelatedTo 29 June 2015, 21:53:32 UTC
ded2441 fixed a conflict 29 June 2015, 21:39:09 UTC
d8fe237 merged in master 29 June 2015, 21:34:12 UTC
342ae96 Fix tabbing 29 June 2015, 21:30:11 UTC
2a9ea48 Merge branch 'master' into contextSensitiveIsRelatedTo 29 June 2015, 21:06:57 UTC
a183ba9 added flag as argument to checkTypeRelatedTo 29 June 2015, 21:02:01 UTC
7b80001 Delete some files 29 June 2015, 19:03:13 UTC
40d1719 Add module setting + test files 29 June 2015, 18:41:40 UTC
8da353e Add spaces between if and ( 29 June 2015, 18:39:10 UTC
430c2c8 Correct flag JSX elements as being used for the purposes of module imports 29 June 2015, 18:25:49 UTC
e1c9d28 Merge pull request #3564 from RyanCavanaugh/jsxAndAs JSX and `as` operator 29 June 2015, 17:54:28 UTC
3402f35 Missed a file in merge; use Tristate.True in arrow fn check 29 June 2015, 17:39:52 UTC
1d09c6e Don't use ES5 array APIs 29 June 2015, 16:37:40 UTC
591a0db Merge pull request #3367 from Microsoft/fixDeFaultOfFindAllRefsToMaster Fix findAllRefs, getHighlightSpans, renameLocs, renameInfo for default exports and functions expressions 29 June 2015, 16:27:02 UTC
634d35a Merge remote-tracking branch 'upstream/master' into jsxAndAs Conflicts: src/compiler/checker.ts src/compiler/diagnosticInformationMap.generated.ts src/compiler/diagnosticMessages.json src/services/services.ts 29 June 2015, 16:23:44 UTC
042f1fc Update for style :tophat: 29 June 2015, 16:07:12 UTC
cdc8c3b Use full display name in tests. This is a modified revert of 33693e8 29 June 2015, 15:09:40 UTC
4143d1d Addressed CR feedback. 29 June 2015, 14:29:23 UTC
8316369 Added tests. 29 June 2015, 13:46:41 UTC
d9ca99d Merge pull request #3637 from RyanCavanaugh/errorCheck Remove unused errors 26 June 2015, 21:23:45 UTC
ce6f39e Move token scan to inside `if` 26 June 2015, 21:21:29 UTC
306de4d CR feedback 26 June 2015, 21:18:51 UTC
c20ea3e Merge branch 'master' of https://github.com/Microsoft/TypeScript 26 June 2015, 17:38:05 UTC
01e1b14 Merge pull request #3644 from Microsoft/refactoring Change var -> let and use destructuring 26 June 2015, 17:30:09 UTC
86a121c Merge branch 'mihailik-patch-1' 26 June 2015, 17:26:25 UTC
7205007 use double quotes 26 June 2015, 17:25:58 UTC
90ffdf7 Adding test 26 June 2015, 16:48:36 UTC
1858810 Preserve order in intersection types 26 June 2015, 16:47:58 UTC
b1a05b8 Improve commandline help for --jsx 26 June 2015, 16:38:21 UTC
eeec05d Merge branch 'master' into fixDeFaultOfFindAllRefsToMaster 26 June 2015, 16:23:06 UTC
e7e020e PR feedback - comments and whitespace adjustments 26 June 2015, 13:38:25 UTC
133a86a Conflict with Object.prototype.watch in FireFox/Gecko In Gecko engine `commandLine.options.watch` evaluates to a truthy value (a function). Adding an extra check to work around. [Definition of CompilerOptions.watch in compiler/types](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/types.ts#L1860) ``` typescript export interface CompilerOptions { // . . . watch?: boolean; ``` [Object.prototype.watch on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch) > Warning: Generally you should avoid using watch() and unwatch() when possible. These two methods are > implemented only in Gecko, and they're intended primarily for debugging use. In addition, using watchpoints > has a serious negative impact on performance, which is especially true when used on global objects, such > as window. You can usually use setters and getters or proxies instead. See Browser compatibility for details. > Also, do not confuse Object.watch with Object.observe. 26 June 2015, 08:22:55 UTC
c623e6c Adding a few more tests 26 June 2015, 01:45:03 UTC
529fcfd Assignment compatibility fix / contextual intersection types 26 June 2015, 01:44:30 UTC
c3af662 Change var -> let and use destructuring 26 June 2015, 01:39:29 UTC
cd48d81 Fix build errors due to naive var->let replacement 26 June 2015, 01:23:28 UTC
f9de30c Fix assert with declaration emit for export specifier for a global 26 June 2015, 00:38:11 UTC
d4403df var -> let 26 June 2015, 00:36:19 UTC
ed1ff3d Fixing up whitespace and semicolons 25 June 2015, 23:24:41 UTC
82ecd5d Basic tslint rules, non-final list 25 June 2015, 23:24:02 UTC
31b8ff6 Merge branch 'contextSensitiveIsRelatedTo' into abstract-classes2 25 June 2015, 22:07:04 UTC
aa59753 CR feedback 25 June 2015, 21:02:30 UTC
b4b2a41 Error check script 25 June 2015, 20:34:42 UTC
408538f Remove unreferenced errors 25 June 2015, 20:31:14 UTC
a7ec1c4 merged master 25 June 2015, 20:25:44 UTC
d695afa Merge pull request #3635 from DickvdBrink/format-default Fixed formatting on default keyword 25 June 2015, 19:04:48 UTC
4640148 added context flag 25 June 2015, 18:50:14 UTC
de2d532 Added test for formatting on default keyword 25 June 2015, 18:49:25 UTC
627ebc8 Fixed formatting spaces on default keyword 25 June 2015, 18:47:40 UTC
b767438 Merge pull request #3632 from Microsoft/fixTestCommentAndName Fix test comment and name of test 25 June 2015, 18:15:56 UTC
8180b7d Don't error on JSX elements when JSX.Element isn't present 25 June 2015, 18:14:45 UTC
f8b95a5 Drafting constructor assignability restrictions 25 June 2015, 17:41:39 UTC
ec2d5f3 Renamed test. 25 June 2015, 17:38:42 UTC
eda3956 Accepted baselines. 25 June 2015, 17:34:31 UTC
c04bc69 Fixed coment. 25 June 2015, 17:21:58 UTC
52e8b6c Merge pull request #3631 from Microsoft/externamEtc Correct/improve names of certain fourslash tests 25 June 2015, 16:59:27 UTC
926c25e No more 'scriptLexicalStructure'. 25 June 2015, 16:14:59 UTC
6732aca Underscore typings. 25 June 2015, 16:10:09 UTC
f734055 externam -> external 25 June 2015, 16:06:13 UTC
816cfe3 Merge pull request #3615 from Microsoft/completionsInObjectPatterns Enable completions in object binding patterns 25 June 2015, 02:53:53 UTC
d571034 Adding tests 25 June 2015, 00:53:43 UTC
d2955e8 Accepting new baselines 25 June 2015, 00:53:33 UTC
643832d Implement intersection types 24 June 2015, 23:46:32 UTC
560dbd9 Merge pull request #3621 from DickvdBrink/unused-vars Remove unused variables 24 June 2015, 23:20:02 UTC
2a48318 Remove unused variables 24 June 2015, 22:23:13 UTC
e52a27b Renamed function. 24 June 2015, 22:07:49 UTC
b754cc1 Merge branch 'jbondc-minor-3' 24 June 2015, 22:02:41 UTC
14f7dd0 Revert changes to the parser and augment check to the emitter to handel '1..toString' case 24 June 2015, 22:02:20 UTC
84ff2f8 Merge pull request #3617 from DickvdBrink/format-protected Format after protected modifer 24 June 2015, 21:39:07 UTC
822199f Added test for formatting on protected modifier 24 June 2015, 21:26:22 UTC
4853fd0 Fixed formatting spaces on protected keyword 24 June 2015, 21:26:13 UTC
02e01d7 Added tests. 24 June 2015, 21:13:47 UTC
3d8650c Merge pull request #3601 from Microsoft/emptyBindingPatternParam Emit valid code when a parameter's binding pattern has no elements 24 June 2015, 20:50:27 UTC
65828c4 Spreaded anys should satisfy all required properties 24 June 2015, 20:49:59 UTC
559c9b0 Merge pull request #3614 from Microsoft/tsServerBuildDependencies Add services sources as dependencies to tsserver. 24 June 2015, 20:49:01 UTC
5930052 cleaner loop 24 June 2015, 20:10:08 UTC
464f655 Merge branch 'minor-3' of https://github.com/jbondc/TypeScript into jbondc-minor-3 24 June 2015, 19:59:06 UTC
cc4511d Update LKG 24 June 2015, 19:48:35 UTC
15c6842 consolidated looping through class members into one loop 24 June 2015, 19:46:43 UTC
3a98906 Merge branch 'release-1.5' Conflicts: bin/tsc.js bin/tsserver.js bin/typescript.js bin/typescriptServices.js 24 June 2015, 19:42:30 UTC
01f6366 Merge branch 'SaschaNaz-blockFormParameterIndentation' 24 June 2015, 18:55:48 UTC
36a30c4 Rename functions and variables, also a small refactoring. 24 June 2015, 18:53:53 UTC
20b4b7f Merge pull request #3611 from tinganho/goToDefinitionTypePredicate Go to definition for type predicate 24 June 2015, 17:12:44 UTC
4645a5b Merge pull request #3249 from Microsoft/resolveDecoratorAsCall Migrated decorator checks to call resolution 24 June 2015, 16:58:24 UTC
713a70d Renamed tests. 24 June 2015, 16:39:10 UTC
d892a55 Use 'propertyName' when available in a BindingPattern. 24 June 2015, 16:35:11 UTC
d3c59f4 Added more tests. 24 June 2015, 16:33:49 UTC
f9ed47a Add the services sources as dependencies to tsserver. 24 June 2015, 16:28:54 UTC
498d06f Got filtering working in object binding patterns. 24 June 2015, 15:41:59 UTC
c114de1 Basic completion in object destructuring working. 24 June 2015, 15:31:36 UTC
513d73a Don't print in the middle of tests. 24 June 2015, 15:30:10 UTC
c6498d7 Changed ordering of verifications. 24 June 2015, 15:29:05 UTC
back to top