1. 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
  2. b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  3. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  4. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  5. 81b79bd Set the superclass of the value map inner class to be Object. Every class deserves to have a superclass. by bowdidge@google.com · 15 years ago
  6. a85192c Adds some additional api area to our test compilation units. by scottb@google.com · 15 years ago
  7. 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  8. 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
  9. 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  10. 2846ba5 Merges r7983 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  11. e13bab5 Fixes a bug in the compile report dashboard where entries with same sizes were by kprobst@google.com · 15 years ago
  12. 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
  13. d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
  14. ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
  15. d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
  16. abc6da7 Updates the list of aggressive optimizations to be those by spoon@google.com · 15 years ago
  17. 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  18. 371bdc6 Fix missing return value warning. by johnlenz@google.com · 15 years ago
  19. 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
  20. 8e16dbe Fix missing flush in sending a SwitchTransport message. by jat@google.com · 15 years ago
  21. 49867cd Update some old selection script templates for modern dev mode by scottb@google.com · 15 years ago
  22. ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  23. e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
  24. 658cc74 Sort & format. by scottb@google.com · 15 years ago
  25. 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
  26. 0c5c2ef Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE shows the startup URLs in the DevMode view _before_ the modules were fully loaded. The root issue is GPE does not receive the moduleLoadComplete message. When we went to push this message to GPE, we discovered the protobuf is too restricted: the RequestType cannot have new values and maintain backwards compatibility. This is because requestType is a "required" field, so older GPE versions will not understand the new moduleLoadComplete message and thus have an undefined requestType, at which point an error is thrown because requestType is required. by jasonparekh@google.com · 15 years ago
  27. 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
  28. 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
  29. 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
  30. 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
  31. 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago
  32. 27362d9 Rename JTypeOracle.computeHasClinitTarget() -> JTypeOracle.computeClinitTarget(). by scottb@google.com · 15 years ago
  33. df296d5 Removes unnecessary uses of a JProgram instance where it's really not needed. by scottb@google.com · 15 years ago
  34. 78f7086 Removes trivially-delegating clinits, plus some. by scottb@google.com · 15 years ago
  35. 8be653a Cleaned up some JProgram create* methods. Moved dotify from JProgram to BuildTypeMap. by scottb@google.com · 15 years ago
  36. 88c980c Performance counters for tracking repetetive operations. by aizatsky@google.com · 15 years ago
  37. d98affb When looking up JSNI references, ignore private fields and methods by spoon@google.com · 15 years ago
  38. 504bbb7 Remove JDK 1.6-isms; fix a checkstyle warning by rice@google.com · 15 years ago
  39. fa7cd8e SelectionScriptLinker was setting the wrong timestamp on by spoon@google.com · 15 years ago
  40. 42a8ee4 Make ServletValidator not use Jetty. by scottb@google.com · 15 years ago
  41. a5d96cd Removes the completely spurious generatedResource directory. by scottb@google.com · 15 years ago
  42. 7acf784 BinaryEmittedArtifact now forces subclasses to implement getLastModified. by scottb@google.com · 15 years ago
  43. 23e3436 Checkstyle fixes by rice@google.com · 15 years ago
  44. 713786b Support runAsync with the cross-site linker. by spoon@google.com · 15 years ago
  45. fcb44af Add soft permutations to the GWT compiler. by bobv@google.com · 15 years ago
  46. a15c79b Upgraded to a dethreaded HtmlUnit r5607. Removed @DoNotRunWith annotation by amitmanjhi@google.com · 15 years ago
  47. ef91c8d Allow static-dispatch style JS .call invocations to be inlined. by scottb@google.com · 15 years ago
  48. 09c13de Only setup prototypes on constructors which are the direct target of new operations. by scottb@google.com · 15 years ago
  49. 639123b Fix flaky MessageTransport test (again). by rdayal@google.com · 15 years ago
  50. afdbca8 One-line fix to SelectionScript's fallback logic for non-shardable subclasses. by spoon@google.com · 15 years ago
  51. ada9166 Remove an incorrect @Override of an interface method by rice@google.com · 15 years ago
  52. 413d128 Extract from the selection script templates the functions by spoon@google.com · 15 years ago
  53. 04747cc Give a better error message when RunAsyncCode.runAsyncCode is passed something by spoon@google.com · 15 years ago
  54. e349b0e Reduce warnings in Eclipse: by rice@google.com · 15 years ago
  55. 7ab9e9b Fix flaxy MessageTransport test. by rdayal@google.com · 15 years ago
  56. 3d7bee7 Don't ever set the "base" variable to null. It is supposed to be the empty string by spoon@google.com · 15 years ago
  57. eb452bd A few runAsync-related code size improvements. by scottb@google.com · 15 years ago
  58. 1f01593 Disentangles CompilationResult from Permutation. by scottb@google.com · 15 years ago
  59. 8894a20 Fixing handling of nested switch statements in gflow. by aizatsky@google.com · 15 years ago
  60. 40a9301 Adding missing package descriptions to various packages. by jlabanca@google.com · 15 years ago
  61. f99de34 JConstructor redesign. by scottb@google.com · 15 years ago
  62. a9e8746 Fixes GenerateJavaScriptAST to not produce duplicate native polymorphic methods. by scottb@google.com · 15 years ago
  63. 942d3d6 Fixes JsDuplicateFunctionRemover to be more robust. by scottb@google.com · 15 years ago
  64. e5120fa Sort, format, misc tweaks. by scottb@google.com · 15 years ago
  65. b773e55 Gflow framework with some local CFG-based optimizations. by aizatsky@google.com · 15 years ago
  66. 53e6a27 Updates the IFRame and XS selection script templates to support by spoon@google.com · 15 years ago
  67. 762ad66 Supports a new <when-linker-added> tag in GWT module files. by spoon@google.com · 15 years ago
  68. c721589 This patch modifies the compiler in two ways: by spoon@google.com · 15 years ago
  69. 75e2425 Removes unnecessary constructor param from JsniMethodBody. by scottb@google.com · 15 years ago
  70. 8465fb7 JsNew's constructor target expression should be immutable. by scottb@google.com · 15 years ago
  71. fe286c3 Better cast optimization where only one concrete type exists. by scottb@google.com · 15 years ago
  72. c2775e0 Removes unused JClassSeed type from JJS AST. by scottb@google.com · 15 years ago
  73. 3f5e6da Upgrade to HtmlUnit 2.7 build r5424. Removing annotations for fixed HtmlUnit bugs. by flin@google.com · 15 years ago
  74. 467479e Patch refactors SessionHandler and BrowserChannelClient to enable OOPHM clients by amitmanjhi@google.com · 15 years ago
  75. d7689c5 Fix public issue where Dictionary was seeing the special key added by jat@google.com · 15 years ago
  76. f4808d9 Reitveld: http://gwt-code-reviews.appspot.com/144805 by spoon@google.com · 15 years ago
  77. 33e16f0 Reitveld: http://gwt-code-reviews.appspot.com/89810 by spoon@google.com · 15 years ago
  78. 1692cb1 SameParameterValueOptimizer should ignore methods called from native code. by aizatsky@google.com · 15 years ago
  79. cd1546e Use JAnnotation API for ArtificialRescue Patch by: bobv Review by: scottb by bobv@google.com · 15 years ago
  80. 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
  81. f14e7ea Compiler infrastructure addition to selectively retain Java annotations in the AST. by bobv@google.com · 15 years ago
  82. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  83. 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
  84. 46469f4 This addresses a problem with the recent patch, in that it is giving by jat@google.com · 15 years ago
  85. 0911b5f Improve user experience of StackOverflowError (like OOM works currently). by scottb@google.com · 15 years ago
  86. 029d2f4 sort & format by scottb@google.com · 15 years ago
  87. bc9395d Minorly improves InternalCompilerException preloading. by scottb@google.com · 15 years ago
  88. 334c191 Bridge methods should use the same source info (and param names) as the bridged-to method. by scottb@google.com · 15 years ago
  89. a24e2d9 Move @SuppressWarnings("unused") up to the top level of JavaASTGenerationVisitor, since all the invocation is reflective. by scottb@google.com · 15 years ago
  90. 08e7d74 Fix NPE in DevMode if the war directory doesn't exist. by jat@google.com · 15 years ago
  91. 2ab6d89 Fixes a couple of checkstyle errors. by jlabanca@google.com · 15 years ago
  92. a0bd888 The main point of this patch is to address issue by jat@google.com · 15 years ago
  93. 17e77b7 Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
  94. 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
  95. 112a1d9 Rolling back r7407 to unbreak the build. by spoon@google.com · 15 years ago
  96. 9d0ab0d Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
  97. e71dbf0 When deciding whether a compilation is for IE6, check all of the current by spoon@google.com · 15 years ago
  98. f50b208 Misc formatting / checkstyle fixes. by scottb@google.com · 15 years ago
  99. 9d7a8c5 Changes missing from r7378. by jat@google.com · 15 years ago
  100. cad5834 Fix problems with getting parameter names in generated code. This manifests by jat@google.com · 15 years ago