1. 7a11ae5 Remove the templating layer for pattern engines. by rjamet · 6 years ago
  2. 9a8407f Be more explicit about types in the conformancePatternRule. by rjamet · 6 years ago
  3. ac33f53 Fix a bug where the failure matcher didn't look at error messages. by rjamet · 6 years ago
  4. 7f053ed Add a BANNED_NAME engine to Tsetse's ConformancePatternRule. by rjamet · 6 years ago
  5. b6c227b Test the suggested fix generation. by rjamet · 6 years ago
  6. d71da23 Add an in-config ConformanceRule whitelist. by rjamet · 6 years ago
  7. 1a0169c Fix a small type confusion bug in the test matcher for Failures by rjamet · 6 years ago
  8. cda7a05 More tests for the ConformancePatterns, and fix substr-based confusion by rjamet · 6 years ago
  9. a72e6a0 Replace ranges with text matched in Tsetse matchers, and fix a type confusion by rjamet · 6 years ago
  10. 19a26d4 Add a property_write_non_constant engine to Tsetse's ConformancePattern. by rjamet · 6 years ago
  11. bca17fe Swap the verbosity mechanism for ConformancePatternRule from an argument to a global switch. by rjamet · 6 years ago
  12. 2cff228 Add a ConformancePattern rule to Tsetse, a configurable pattern-based rule. by rjamet · 6 years ago
  13. 50b0337 Add utilities to Tsetse in prevision of the future rule to ban conformance patterns. by rjamet · 6 years ago
  14. acb63cc Add a fix to the error reporting mechanism in Tsetse. by TypeScript Team · 6 years ago
  15. 1bfc107 Add an optional Fix to the Failure type in Tsetse. Nothing consumes this for now. by TypeScript Team · 6 years ago
  16. 456ccef Restore missing copybara transform. by alexeagle · 6 years ago
  17. 9cfa567 Tear out OSS-only parts of rules_typescript by Alex Eagle · 6 years ago
  18. 403397e Move the tsickle auto-quoting logic into a tsetse check. by radokirov · 6 years ago
  19. 3cb18df fix(tsetse): avoid double type discover in failure condition for ban-expect-truthy-promise rule by clydin · 6 years ago
  20. 399a007 Enforce buildifier on CircleCI by alexeagle · 6 years ago
  21. bef0cb4 fix: enforce buildifier lint on CI by Wassim Chegham · 6 years ago
  22. beb30c5 Support for building ts_library with typescript 3.1 by mgechev · 6 years ago
  23. 23aad24 Do TseTse checks with typechecker later by Filipe Silva · 6 years ago
  24. 55cf767 refactor(tsetse): optimize equals-nan rule by clydin · 6 years ago
  25. 8c1630b Call gatherDiagnostics to perform syntax/semantic/type checks by alexeagle · 6 years ago
  26. 1825955 Ban using Promises as a condition, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to check the result of the Promise. by TypeScript Team · 6 years ago
  27. e161af8 Fix broken builds under strict-function-types. by TypeScript Team · 7 years ago
  28. 5ee241b Update TypeScript version used to compile tsc_wrapped to 2.7. by alexeagle · 7 years ago
  29. f284bcb Fix tsetse compilation errors with strictFunctionTypes on. by radokirov · 7 years ago
  30. 1c0c7d2 Add non-null assertions to handle the TypeScript compiler API changing to include undefined in TS 2.7 by TypeScript Team · 7 years ago
  31. 460fa4c Ensure jasmine expect has @checkReturnValue by TypeScript Team · 7 years ago
  32. 249a43a Workaround for https://github.com/Microsoft/TypeScript/issues/22208 by alexeagle · 7 years ago
  33. 4e86e42 Pick up fix for source-map typings which was introduced in 0.6. by alexeagle · 7 years ago
  34. 0cf0fd0 Require all promises in an async function to be consumed in some way (awaited, returned, assigned to a variable, etc). Not using a promise in an async function is likely to be a bug. by TypeScript Team · 7 years ago
  35. 64a6173 Ban using "toBeTruthy()" to match Promises, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to match the result of the Promise. by TypeScript Team · 7 years ago
  36. 25f301f Exclude a closure base file in concatjs by alexeagle · 7 years ago
  37. e0c09a3 Move our deps to devDependencies by Alex Eagle · 7 years ago
  38. 2dc57a6 First pass at language service plugin by Caleb Eggensperger · 7 years ago
  39. 4e3c670 allow tsetse to build on TS2.6 by clydin · 7 years ago
  40. 378bf17 In the equals_nan rule, also check for x != NaN by TypeScript Team · 7 years ago
  41. ee38d30 Add a tsetse rule to ban equality comparison with NaN by Caleb Eggensperger · 7 years ago
  42. 28638e7 Introduce Tsetse, a plugin in the TypeScript compiler, letting us add our own type checks which are treated as compilation errors. by TypeScript Team · 7 years ago