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