1. 7705289 Add numeric wrappers to JavaResourceBase. by tobyr@google.com · 15 years ago
  2. 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago
  3. 14e8c21 Normalize Array.getClass() by scottb@google.com · 15 years ago
  4. 4f3e817 Work around Safari 5 failures where right-shift of a non-integer is not by jat@google.com · 15 years ago
  5. 6d25399 Adds a simple JJS test to verify that enums compile. by scottb@google.com · 15 years ago
  6. 81891c8 Copy long<->base64 code to Base64Utils for server RPC code by rice@google.com · 15 years ago
  7. ad33b8c Add useful hooks into GWT to allow other tools to parse and analyze Java code. by bowdidge@google.com · 15 years ago
  8. 714917d Improve wire format for primitive long values. Keep support for the previous format in server-side code. by rice@google.com · 15 years ago
  9. e2d1e82 Tweak JavaAstConstructor's copy of Class to match emulation API. by scottb@google.com · 15 years ago
  10. e8ac334 A new model for external types by scottb@google.com · 15 years ago
  11. 9d0f326 Adds Class.getName() to JavaAstConstructor by scottb@google.com · 15 years ago
  12. ea8a21c Add new LongLib test case by rice@google.com · 15 years ago
  13. 60fe18a Fixes pathological slowness in remote UI logger (GPE). by scottb@google.com · 15 years ago
  14. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  15. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  16. a85192c Adds some additional api area to our test compilation units. by scottb@google.com · 15 years ago
  17. 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
  18. 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  19. 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
  20. d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
  21. ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
  22. d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
  23. 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
  24. 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
  25. 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago
  26. df296d5 Removes unnecessary uses of a JProgram instance where it's really not needed. by scottb@google.com · 15 years ago
  27. 8be653a Cleaned up some JProgram create* methods. Moved dotify from JProgram to BuildTypeMap. by scottb@google.com · 15 years ago
  28. d98affb When looking up JSNI references, ignore private fields and methods by spoon@google.com · 15 years ago
  29. 42a8ee4 Make ServletValidator not use Jetty. by scottb@google.com · 15 years ago
  30. a5d96cd Removes the completely spurious generatedResource directory. by scottb@google.com · 15 years ago
  31. 713786b Support runAsync with the cross-site linker. by spoon@google.com · 15 years ago
  32. fcb44af Add soft permutations to the GWT compiler. by bobv@google.com · 15 years ago
  33. 639123b Fix flaky MessageTransport test (again). by rdayal@google.com · 15 years ago
  34. ada9166 Remove an incorrect @Override of an interface method by rice@google.com · 15 years ago
  35. 413d128 Extract from the selection script templates the functions by spoon@google.com · 15 years ago
  36. 04747cc Give a better error message when RunAsyncCode.runAsyncCode is passed something by spoon@google.com · 15 years ago
  37. 7ab9e9b Fix flaxy MessageTransport test. by rdayal@google.com · 15 years ago
  38. 8894a20 Fixing handling of nested switch statements in gflow. by aizatsky@google.com · 15 years ago
  39. 942d3d6 Fixes JsDuplicateFunctionRemover to be more robust. by scottb@google.com · 15 years ago
  40. b773e55 Gflow framework with some local CFG-based optimizations. by aizatsky@google.com · 15 years ago
  41. 762ad66 Supports a new <when-linker-added> tag in GWT module files. by spoon@google.com · 15 years ago
  42. c721589 This patch modifies the compiler in two ways: by spoon@google.com · 15 years ago
  43. 467479e Patch refactors SessionHandler and BrowserChannelClient to enable OOPHM clients by amitmanjhi@google.com · 15 years ago
  44. 1692cb1 SameParameterValueOptimizer should ignore methods called from native code. by aizatsky@google.com · 15 years ago
  45. f14e7ea Compiler infrastructure addition to selectively retain Java annotations in the AST. by bobv@google.com · 15 years ago
  46. 0911b5f Improve user experience of StackOverflowError (like OOM works currently). by scottb@google.com · 15 years ago
  47. 029d2f4 sort & format by scottb@google.com · 15 years ago
  48. 17e77b7 Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
  49. 112a1d9 Rolling back r7407 to unbreak the build. by spoon@google.com · 15 years ago
  50. 9d0ab0d Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
  51. 9d7a8c5 Changes missing from r7378. by jat@google.com · 15 years ago
  52. cad5834 Fix problems with getting parameter names in generated code. This manifests by jat@google.com · 15 years ago
  53. 24882c0 Allows JSNI references to non-overloaded methods to use * in place by spoon@google.com · 15 years ago
  54. 94cc660 Fix external issue 4425 - '\0' chars in string literals were being escaped by rice@google.com · 15 years ago
  55. 27b92b8 Fixes issue 1822. Arrays now implement Serializable and Cloneable. by spoon@google.com · 15 years ago
  56. 98c5516 When SameParameterValueOptimizer substitutes a value by spoon@google.com · 15 years ago
  57. 260b0ac Sort and format. by spoon@google.com · 15 years ago
  58. ab2e8f0 ExpressionAnalyzer fix for clinit field refs. by scottb@google.com · 15 years ago
  59. 5250633 Fixes failure of TypeOracleMediator to resolve primitive arrays. by scottb@google.com · 15 years ago
  60. faedc78 JsniChecker should resolve methods defined by super interfaces. by scottb@google.com · 15 years ago
  61. 1747b31 Tracks nullness within the compiler by adding a JNonNull type. by spoon@google.com · 15 years ago
  62. f9e1ab1 Compile report artifacts are now printed to the extras directory rather than the public war directory. by kprobst@google.com · 15 years ago
  63. 9bd2c80 Fix up native lines + mime type svn props. by scottb@google.com · 15 years ago
  64. 838a666 In JsniChecker, suppressed warnings should cascade down to nested members. by scottb@google.com · 15 years ago
  65. f13deb0 JsniChecker should support the "::new" syntax. by scottb@google.com · 15 years ago
  66. 443a329 Fixes an NPE in JsniChecker; improves test coverage on JsniCollector and JsniChecker. by scottb@google.com · 15 years ago
  67. ae12d73 Rearrange how module logging is handled. by jat@google.com · 15 years ago
  68. b8464de Revert "Operations like i += d where i is an int and d is a double are not properly" due by rjrjr@google.com · 15 years ago
  69. a565724 Operations like i += d where i is an int and d is a double are not properly by spoon@google.com · 15 years ago
  70. 7d6e7b4 Fix Issue 4045: cannot start in Turkish locale by rice@google.com · 15 years ago
  71. 1737510 Adds a start() method to MessageTransport. The message transport threads are no longer started in the constructor; they are only started once the start() method is called. by rdayal@google.com · 15 years ago
  72. 40df3aa Fix a problem with local static classes, plus clean up naming, comments by jat@google.com · 15 years ago
  73. 3692b6f This patch for a problem discussed on GWTC, fixes a problem in getting the real by jat@google.com · 15 years ago
  74. 1eaa30a Merge r6869 from releases/2.0 into trunk. This fixes line endings and by jat@google.com · 15 years ago
  75. 5d8d33f Fixes a unit testing break introduced by r6859. by mmendez@google.com · 15 years ago
  76. c7d9e51 Close the socket used by the MessageTransport class if we experience any errors. Included Scott's assertion message improvements from http://gwt-code-reviews.appspot.com/100805. by mmendez@google.com · 15 years ago
  77. b37f847 Resubmit of 6681 with a fix to ignore all virtual methods. by spoon@google.com · 15 years ago
  78. b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
  79. 2b88523 Refactors JSNI parsing/error reporting from GenerateJavaAST to JsniCollector. by scottb@google.com · 15 years ago
  80. 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
  81. e6c2915 Remove spammy logging from SoycTest. by scottb@google.com · 15 years ago
  82. 9affbdb Model Enum.valueOf and Enum.values in TypeOracle since they are an implicit part of the language. by scottb@google.com · 15 years ago
  83. 65accff Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. by scottb@google.com · 15 years ago
  84. 5742b64 Simplify resolution of annotations in TypeOracle. by scottb@google.com · 15 years ago
  85. d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
  86. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  87. 63c7541 Changes to the Message wire format: by rdayal@google.com · 15 years ago
  88. 6dbf448 Improve JsStaticEval to be able to perform optimizations on trees of JsBinaryOperations. by bobv@google.com · 15 years ago
  89. a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
  90. 3b30b9d ModuleContext should not create a zillion TypeOracles. by scottb@google.com · 15 years ago
  91. 6d86bf7 TypeOracle.sort methods should be static. by scottb@google.com · 15 years ago
  92. f57cb5e @Deprecate Resource.getURL() which isn't generally safe, and removes all overrides. by scottb@google.com · 15 years ago
  93. 8463b0a Slick trick with CompiledClass source location allows a much looser coupling of compilation unit validation code. by scottb@google.com · 15 years ago
  94. 757abd4 Revert trunk@6681 "SameParameterValue optimization," due to build break. by rjrjr@google.com · 15 years ago
  95. c5b24fe SameParameterValue optimization. by spoon@google.com · 15 years ago
  96. 67a1998 Fix ordering problem with SwingTreeLogger. The problem is that SwingWorker by jat@google.com · 15 years ago
  97. 3504238 Renames CompiledClass.getBinaryName() -> CompiledClass.getInternalName(). by scottb@google.com · 15 years ago
  98. a25b71b Adds a Throwable unit to JavaResourceBase. by scottb@google.com · 15 years ago
  99. 9ca87f6 Extracts CompilationStateTestBase from CompilationStateTest to reuse. by scottb@google.com · 15 years ago
  100. 1f3ca78 Shuffle startup ArgHandlers around so that options irrelevant to DevMode don't show up in its help page. by bobv@google.com · 15 years ago