sort by:
Revision Author Date Message Commit Date
4b4a96b Merge branch 'master' into asyncFunctions 01 July 2015, 16:27:45 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
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
342ae96 Fix tabbing 29 June 2015, 21:30:11 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
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
c3af662 Change var -> let and use destructuring 26 June 2015, 01:39:29 UTC
f9de30c Fix assert with declaration emit for export specifier for a global 26 June 2015, 00:38:11 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
d695afa Merge pull request #3635 from DickvdBrink/format-default Fixed formatting on default keyword 25 June 2015, 19:04:48 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
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
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
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
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
8ae53a4 Accept baselines (missing files). 24 June 2015, 15:21:48 UTC
71dc7a5 Accept baselines 24 June 2015, 15:08:54 UTC
da1bc6b Don't report an error for 1.toString(), just emit a space for JS compat. 24 June 2015, 14:56:23 UTC
cb9f80f Remove space and s 24 June 2015, 03:32:30 UTC
1d04545 Changed symbolflag 24 June 2015, 03:00:48 UTC
485e319 Accept baselines 24 June 2015, 02:48:22 UTC
2aceeea Fixes goto definitions for type predicates 24 June 2015, 02:37:23 UTC
72aeb3c Merge pull request #3547 from Microsoft/updateMapDeclaration Add a non-generic construct signature to Map, Set, and WeakMap 24 June 2015, 00:38:49 UTC
c556749 Merge pull request #3568 from Microsoft/classExpressions Class expressions 24 June 2015, 00:21:35 UTC
55f195d Another change suggested in CR 24 June 2015, 00:06:47 UTC
6928bfa Adding extra test per CR 24 June 2015, 00:00:11 UTC
f5f4af2 Merge branch 'blockFormParameterIndentation' of https://github.com/SaschaNaz/TypeScript into SaschaNaz-blockFormParameterIndentation 23 June 2015, 23:48:31 UTC
6accbdf Generalize logic for upcoming work on object binding completion. 23 June 2015, 23:43:39 UTC
30ec5f9 Add test case for when in the middle/at the end of the word. 23 June 2015, 23:08:19 UTC
0b78d03 Clean up 'getContainingObjectLiteralApplicableForCompletion'. 23 June 2015, 22:32:47 UTC
071ef34 Merged branch 'master' into resolveDecoratorAsCall 23 June 2015, 22:26:34 UTC
d2fe1c0 Added tests. 23 June 2015, 22:13:11 UTC
740fd9c Updated baselines. 23 June 2015, 22:05:56 UTC
60ed259 Preserve initializer. 23 June 2015, 22:05:33 UTC
ef697f6 PR feedback 23 June 2015, 21:00:05 UTC
30657d4 Update LKG 23 June 2015, 19:39:15 UTC
5b3eba1 Merge pull request #3608 from Microsoft/dontClassifyMissingNodes do not try to classify missing nodes 23 June 2015, 18:39:09 UTC
8e2b204 do not try to classify missing nodes 23 June 2015, 18:25:33 UTC
b3ca009 Merge remote-tracking branch 'upstream/master' into jsxAndAs 23 June 2015, 05:41:41 UTC
b159944 Accepted baselines. 23 June 2015, 00:50:15 UTC
ebf486f Added tests where parameters have initializers. 23 June 2015, 00:40:13 UTC
1dd5a99 Accepted baselines. 23 June 2015, 00:33:29 UTC
back to top