Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin2-2/+90
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt164-495/+495
2016-04-21Bug 491834 - Revert the earlier attempt to guard against infinite recursion i...Nathan Ridge1-85/+63
2016-04-21Bug 491747 - Reference to scoped enumerator declared later in classNathan Ridge2-1/+23
2016-04-21Bug 491834 - Avoid certain kinds of infinte recursion in HeuristicResolverNathan Ridge2-17/+77
2016-04-20Bug 471103 - Add caching for performance improvements of indexingKarsten Thoms2-2/+79
2016-04-20Bug 491842 - Name resolution problem with initializer listSergey Prigogin2-2/+23
2016-04-20Cosmetics.Sergey Prigogin1-40/+40
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt27-62/+62
2016-04-19Bug 491972 - [winpty] Not enough storage is available to process this commandAnton Leherbauer7-10/+10
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt7-15/+15
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt14-224/+224
2016-04-18Bug 491945 - Remove new String()Alex Blewitt15-37/+37
2016-04-17Bug 491834 - StackOverflowError in HeuristicResolverSergey Prigogin1-62/+84
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt68-385/+384
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin11-45/+29
2016-04-15Stop using _ identifierJonah Graham1-17/+17
2016-04-15Bug 491748 - Name resolution problem with initializer listSergey Prigogin2-0/+22
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer28-10/+1522
2016-04-14Use CharArrayObjectMap instead of CharObjectMap to store symbols inSergey Prigogin3-25/+110
2016-04-14Bug 491636 - Problem with constructor declaration with the nameSergey Prigogin2-10/+18
2016-04-14Code streamlining.Sergey Prigogin2-12/+11
2016-04-13Cosmetics.Sergey Prigogin1-6/+6
2016-04-11Code cleanup.Sergey Prigogin3-17/+5
2016-04-08Fixed deprecation warnings.Sergey Prigogin3-48/+29
2016-04-08Cosmetics.Sergey Prigogin1-26/+5
2016-03-30Bug 489876 - Virt-specifier following trailing-return-typeNathan Ridge2-2/+22
2016-03-30Bug 489477 - Compare AST types to PDOM types correctly during final overrider...Nathan Ridge2-1/+23
2016-03-30Bug 488612 - Fix a NPE in DoxygenSingleAutoEditStrategyNathan Ridge1-1/+1
2016-03-30Bug 488611 - Overloaded pointer-to-member operatorNathan Ridge2-1/+14
2016-03-30Bug 435726 - Dont set SWT colors for foreground on active element.Solganik Alexander1-3/+1
2016-03-29Report long wait for exclusive index access to the user.Sergey Prigogin3-0/+9
2016-03-29Use prime numbers for hash table sizes to reduce collisions.Sergey Prigogin5-184/+265
2016-03-28Minor optimization.Sergey Prigogin1-2/+3
2016-03-28Moved to JDK 1.8.Sergey Prigogin3-6/+6
2016-03-28Consolidated similar tests.Sergey Prigogin2-138/+136
2016-03-28Cosmetics.Sergey Prigogin1-0/+3
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer37-4510/+3993
2016-03-22Cosmetics.Sergey Prigogin1-5/+4
2016-03-22Bug 489563 - API change for Language Settings Providers.Sergey Prigogin7-109/+129
2016-03-21Bug 489987 - Name resolution problem with static constexpr methodSergey Prigogin3-6/+57
2016-03-21Cosmetics.Sergey Prigogin4-10/+9
2016-03-21Minor performance optimization.Sergey Prigogin1-12/+18
2016-03-21Added two missing @noreference tags.Sergey Prigogin1-0/+2
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer35-3881/+4379
2016-03-18Bug 489896 - Bogus syntax error with designated initializer.Sergey Prigogin3-39/+56
2016-03-18Cosmetics.Sergey Prigogin7-33/+27
2016-03-17Code streamlining.Sergey Prigogin1-33/+16
2016-03-17Cosmetics.Sergey Prigogin1-2/+0
2016-03-17Made couple frequently used methods final.Sergey Prigogin1-2/+2

Back to the top