sort by:
Revision Author Date Message Commit Date
f32c2ea Some changes to incremental tests 17 October 2019, 18:46:54 UTC
bb4872b Do not write build info if there are no files to emit 15 October 2019, 15:37:23 UTC
c9d407b Merge pull request #34403 from microsoft/commandlinePath Make sure commandline options are absolute paths so they dont conflict with options from tsbuild info 15 October 2019, 15:28:33 UTC
758bd99 Add test for #30457 14 October 2019, 22:05:56 UTC
4b10145 Make sure commandline options are absolute paths so they dont conflict with tsbuildinfo paths Fixes #33667 14 October 2019, 21:44:47 UTC
827427f Add test for --tsbuildinfo not as absolute or relative path 14 October 2019, 21:29:14 UTC
b7c85c7 Update Math.round in es5.d.ts (#33920) Update documentation of Math.round to reflect that it turns a float in to an integer and returns an integer. 14 October 2019, 17:55:55 UTC
c2f2ac1 Update user baselines (#34345) 14 October 2019, 17:35:11 UTC
e146f0d Allow inferFromUsage to do auto-imports (#33915) * Add test * Auto-import instead of using ImportTypeNodes * Write more tests and fix namespace case * Remove unused enum memmber * Update API baselines * Lint * Style nits and util consolidation 14 October 2019, 17:33:00 UTC
1820df1 Update DOM from TSJS-lib-generator (#33753) This bumps generated bindings to include https://github.com/microsoft/TSJS-lib-generator/pull/767. Note that other related APIs were already updated in https://github.com/microsoft/TSJS-lib-generator/pull/755 and https://github.com/microsoft/TSJS-lib-generator/pull/756 and included in current TypeScript beta. Unfortunately, this one slipped under the radar, but it would be really great to include these changes in beta too for consistency between different WebAssembly methods. 14 October 2019, 16:00:33 UTC
0d75038 Update user baselines (#34112) 13 October 2019, 12:23:42 UTC
b0d967b LEGO: Merge pull request 34111 LEGO: Merge pull request 34111 13 October 2019, 04:10:40 UTC
7df1ab7 LEGO: check in for master to temporary branch. 13 October 2019, 04:10:12 UTC
97a4a0e Update user baselines (#34002) 12 October 2019, 18:06:05 UTC
35a6426 Merge pull request #33647 from microsoft/defaultProject Use correct default project for file if that project is opened at later time 10 October 2019, 23:01:39 UTC
57d7edb Merge pull request #33883 from microsoft/revert-32887-incrementalNoEmit Revert "Disallow incremental with noEmit" 10 October 2019, 20:08:35 UTC
144b81c Use correct default project for file if that project is opened at later time Fixes #31926 10 October 2019, 20:02:33 UTC
ae4abc5 Merge pull request #33906 from falsandtru/github Update issue templates 10 October 2019, 18:52:23 UTC
6162001 fix #33427 (#33486) fix #33427 10 October 2019, 17:13:36 UTC
114329a Handle when import alias has to parent (therefore is synthetic module symbol) (#33813) 10 October 2019, 11:29:33 UTC
3c123b6 Merge pull request #33914 from amcasey/ConflictMarker Handle string literals in merge conflict regions 09 October 2019, 23:04:58 UTC
834b3f7 Update issue templates 09 October 2019, 22:36:14 UTC
87c905f Handle string literals in merge conflict regions Check for undefined, like the other code paths in the same function. 09 October 2019, 21:46:19 UTC
6104f74 Merge pull request #33831 from microsoft/falseAssertions Code following truthiness assertion with false argument is unreachable 09 October 2019, 20:23:05 UTC
161b90a Update user baselines (#33909) 09 October 2019, 19:11:02 UTC
9823d82 Update user baselines (#33905) 09 October 2019, 18:07:16 UTC
e48cd3a Fix noImplicitAny check on ambient private getters (#33896) 09 October 2019, 17:05:26 UTC
3d130b7 LEGO: Merge pull request 33904 LEGO: Merge pull request 33904 09 October 2019, 16:10:46 UTC
ab181ff LEGO: check in for master to temporary branch. 09 October 2019, 16:10:17 UTC
d45c545 Update user baselines (#33887) 09 October 2019, 04:57:27 UTC
8032984 Revert "Disallow incremental with noEmit" 08 October 2019, 20:41:40 UTC
f1c0300 Include project reference in release config so LKG build works (#33864) 08 October 2019, 00:31:42 UTC
3d8252c avoid space before dot question (#33840) 08 October 2019, 00:11:54 UTC
01b3d41 Add external mapShim/debug modules (#33712) * Add external mapShim/debug modules * rename test file 07 October 2019, 20:31:07 UTC
154793a Update user baselines (#33838) Node node, new baseline 07 October 2019, 19:53:26 UTC
09a87b9 'amd' missing from error message for error TS1323 (#33803) 'amd' missing from error message for error TS1323 07 October 2019, 14:12:31 UTC
92212ae More succinct 06 October 2019, 17:06:40 UTC
720964f Fix bounds check 06 October 2019, 02:14:48 UTC
064b296 Accept new baselines 06 October 2019, 01:59:00 UTC
e0bd810 Update tests 06 October 2019, 01:58:51 UTC
eeaa752 Add tests 06 October 2019, 01:33:00 UTC
d415b57 Merge branch 'master' into falseAssertions 06 October 2019, 01:04:30 UTC
afe6f4c Merge pull request #33821 from microsoft/fix33806 Reflect control flow effects of optional chains in equality checks 06 October 2019, 00:48:53 UTC
d552675 Merge pull request #33825 from mrnugget/patch-1 Change link to tutorial in README 05 October 2019, 20:20:06 UTC
99cec3a Accept new baselines 05 October 2019, 20:08:39 UTC
f885181 Add tests 05 October 2019, 20:08:31 UTC
f7b22a0 Support typeof and instanceof 05 October 2019, 20:08:24 UTC
88b833e Change link to tutorial in README The tutorial that was previously linked to doesn't show up in the sidebar of typescriptlang.org/docs/ anymore. The "TypeScript in 5 minutes" tutorial is essentially the same tutorial, but does show up in the sidebar and the docs overview. By linking to this, the user that clicks through knows where they end up on the docs page, instead of being lost on the "Quick Tutorial" that they can't find again, except through this README. 05 October 2019, 04:53:09 UTC
464d1a7 Accept new baselines 04 October 2019, 23:12:53 UTC
42500d0 Add tests 04 October 2019, 23:12:44 UTC
27d9dbe Update user baselines (#33817) 04 October 2019, 23:06:17 UTC
7d32355 Accept new baselines 04 October 2019, 23:01:27 UTC
2447bd7 Update tests 04 October 2019, 23:01:09 UTC
719b779 Reflect CFA effects of optional chains in equality checks 04 October 2019, 22:27:32 UTC
7aea377 LEGO: Merge pull request 33820 LEGO: Merge pull request 33820 04 October 2019, 22:11:06 UTC
c7fc36f LEGO: check in for master to temporary branch. 04 October 2019, 22:10:38 UTC
a47ac63 Fix for incorrect 'this' type for optional call (#33799) 04 October 2019, 20:39:42 UTC
e9b464e Update user baselines (#33816) 04 October 2019, 19:39:12 UTC
feed4b9 Code following truthiness assertion with false argument is unreachable 04 October 2019, 19:30:02 UTC
cc28464 Update user baselines (#33801) 04 October 2019, 18:23:26 UTC
e2b4c12 Detect unbindable exports before setting CommonJS module indicator (#33784) * Detect unbindable exports before setting CommonJS module indicator * Fix comment * Fix unrelated lint? 04 October 2019, 16:52:38 UTC
8fb50ba Merge pull request #33804 from a-tarasyuk/feature/update-eslint update eslint, fix eslint @typescript-eslint/no-unnecessary-type-assertion errors 04 October 2019, 16:50:17 UTC
a3da2e7 update eslint. fix eslint @typescript-eslint/no-unnecessary-type-assertion errors 04 October 2019, 08:00:24 UTC
d9d3e31 'amd' missing from error message for error TS1323 04 October 2019, 07:21:14 UTC
3c794e9 Update user baselines (#33775) 03 October 2019, 22:11:50 UTC
c164d3d LEGO: Merge pull request 33793 LEGO: Merge pull request 33793 03 October 2019, 22:10:51 UTC
161e64f LEGO: check in for master to temporary branch. 03 October 2019, 22:10:21 UTC
acf7aee Add template .vscode/* settings, ignore real ones (#33758) * Add LKG as typescript.tsdk * Add template settings, ignore real ones * Add note to CONTRIBUTING.md 03 October 2019, 17:27:06 UTC
903a6c9 LEGO: Merge pull request 33789 LEGO: Merge pull request 33789 03 October 2019, 16:10:49 UTC
9d04313 LEGO: check in for master to temporary branch. 03 October 2019, 16:10:22 UTC
54aab85 LEGO: Merge pull request 33782 LEGO: Merge pull request 33782 03 October 2019, 10:10:49 UTC
8cfb38e LEGO: check in for master to temporary branch. 03 October 2019, 10:10:20 UTC
98458f2 LEGO: Merge pull request 33776 LEGO: Merge pull request 33776 03 October 2019, 04:10:51 UTC
32d08c9 LEGO: check in for master to temporary branch. 03 October 2019, 04:10:22 UTC
dd62000 Update user baselines (#33773) 03 October 2019, 00:15:30 UTC
f23add7 Update user baselines (#33772) 03 October 2019, 00:07:04 UTC
c774762 Fix crash in transformations (#33768) 02 October 2019, 23:13:32 UTC
58854a6 Revert old lkg and re lkg (#33769) * Revert "Update LKG (#33710)" This reverts commit 29becf05012bfa7ba20d50b0d16813971e46b8a6. * Re-accept LKG with API with breaking typeArguments change removed 02 October 2019, 23:01:59 UTC
a8bea77 Backfill TypeReference.typeArguments in the API (#33714) 02 October 2019, 21:50:12 UTC
08aaf6a Update user baselines (#33740) 02 October 2019, 20:39:22 UTC
eb037f5 LEGO: Merge pull request 33759 LEGO: Merge pull request 33759 02 October 2019, 16:10:48 UTC
8c96949 LEGO: check in for master to temporary branch. 02 October 2019, 16:10:21 UTC
6b881ee LEGO: Merge pull request 33745 LEGO: Merge pull request 33745 02 October 2019, 10:10:51 UTC
e196b66 LEGO: check in for master to temporary branch. 02 October 2019, 10:10:20 UTC
a3a55ca Improve error message when reserved word is used as identifier (#33702) Improve error message when reserved word is used as identifier 01 October 2019, 20:20:28 UTC
29becf0 Update LKG (#33710) 01 October 2019, 20:17:17 UTC
410ff90 Fix the third crash in the chrome user suite test by remembering to pass excludeThisKeyword (#33711) 01 October 2019, 20:14:23 UTC
20f42f4 Merge pull request #33709 from microsoft/moveMessageNumbers Move error codes to appropriate section 01 October 2019, 19:37:23 UTC
526ed52 Ensure prepend texts are set when skipping internals (#33694) 01 October 2019, 19:33:17 UTC
e4d77f8 Update baselines. 01 October 2019, 19:30:37 UTC
933065b Change error codes. 01 October 2019, 19:18:01 UTC
a04f1eb Better error message for mistaken import (#33706) Better error message for mistaken import 01 October 2019, 19:12:29 UTC
6b63c1b Rename this function so it stops shadowing a local we use elsewhere (#33692) 01 October 2019, 17:37:53 UTC
03a3589 Better error message for mistaken import (#40) Issue number of the reported bug or feature request: microsoft#13601 01 October 2019, 16:27:38 UTC
8292af1 LEGO: Merge pull request 33705 LEGO: Merge pull request 33705 01 October 2019, 16:10:57 UTC
453007d LEGO: check in for master to temporary branch. 01 October 2019, 16:10:23 UTC
2d96a16 Merge pull request #33681 from microsoft/autoTypeReference Fix issue when types installed after watch/editor is opened for auto type reference that is for global types not being detected 01 October 2019, 15:28:08 UTC
ab87993 Improve error message when reserved word is used as identifier Signed-off-by: Sergey Tychinin <stychinin@bloomberg.net> 01 October 2019, 14:48:17 UTC
7be7cba Fixes binding well known symbol assignment via element access (#33687) * Fix binding well-known symbols by element access * Add navigationBar test * Revert settings.json change * Accept baselines * Actually make it bind * Accept API baselines * Dont use internal name in API 30 September 2019, 23:14:07 UTC
7c50bcc nullish coalescing commit (#32883) * migrate nullish coalescing commit * add more test case * add branch type check test * add more tests * fix nullish precedence * update public api * add rescan question question token to fix regression * update public api baseline * Added tests that emit for nullish coalescing operator conforming with grammar restrictions when assertions are used. * Fixed emit to hoist temporary variables (they previously went undeclared). Added tests to ensure calls and property accesses are only called once. * use not equal to null * rename factory * add grammar check * fix more cases * Fix handling of nullish coalescing oprator in expando objects. * Fixed classifier to support ?? operator. * update baseline * accept baseline * fix review * update emitter and more testcase * update control flow * make linter happy * update libs * avoid unnecessary assert * fix typooo * Fixes for control-flow analysis 30 September 2019, 22:33:50 UTC
back to top