Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2013-05-14Code streamlining.Sergey Prigogin1-6/+3
2013-05-14Cosmetics.Sergey Prigogin2-7/+0
2013-05-14Fixed a typo.Sergey Prigogin1-1/+1
2013-05-14Cosmetics.Sergey Prigogin1-22/+23
2013-05-14Bug 407506 - avoid NPEaxel1-2/+6
2013-05-13Fixed a wrong test case.Nathan Ridge1-1/+1
2013-05-13Bug 407808 - Error involving 0 as null pointer constant in header fileNathan Ridge4-25/+72
2013-05-13Bug 407483 - [performance] Performance improvements to decoratorsMarc-Andre Laperle2-7/+14
2013-05-12Cosmetics.Sergey Prigogin1-251/+142
2013-05-12Minor Javadoc adjustment.Sergey Prigogin1-4/+4
2013-05-12Bug 407807 - [Content Assist] No completion for members of object thatNathan Ridge2-1/+25
2013-05-11Bug 405511 - ResourceLookup.selectFile(...) causes deadlocks duringBaltasar Belyavsky1-0/+28
2013-05-10Bug 407719 - [Call Hierarchy] java.lang.Exception: Unsafe method callSergey Prigogin1-19/+22
2013-05-09Bug 407579 - Refine array type using definitions in the currentSergey Prigogin3-2/+51
2013-05-09Fixed an accidentally broken test.Sergey Prigogin1-1/+0
2013-05-09Bug 396134 - NPE when extracting function inside a methodMarc-Andre Laperle1-5/+5
2013-05-09Bug 407579 - False ambiguity in template function resolution.Sergey Prigogin1-1/+2
2013-05-09Bug 407579 - False ambiguity in template function resolution.Sergey Prigogin2-4/+40
2013-05-09Cosmetics.Sergey Prigogin2-485/+467
2013-05-08bug 407503: MESSAGE NLS missing message: LanguageSettingsProviders_EnableForP...Andrew Gvozdev1-1/+0
2013-05-08Bug 407480 - Name resolution problem is inappropriately reported inSergey Prigogin2-6/+22
2013-05-08Cosmetics.Sergey Prigogin2-37/+43
2013-05-06Bug 403405: Disabling language settings providers at workspace levelAndrew Gvozdev1-7/+12
2013-05-06Remove unsupported tags on classes with default visibility (for 4.3)Marc-Andre Laperle1-5/+1
2013-05-06bug 403405: Removed temporary checkbox "Enable language settings providers fo...Andrew Gvozdev3-63/+8
2013-05-06Cosmetics.Sergey Prigogin1-7/+5
2013-05-04bug 403405: Corrected last fix for BackwardCompatibilityTests.testPathEntries...Andrew Gvozdev1-51/+2
2013-05-03Bug #404716axel1-2/+2
2013-05-02bug 401961: Proper list of default language settings providers in one improba...Andrew Gvozdev1-1/+1
2013-05-01bug 401961: Fixed failing test caseAndrew Gvozdev1-3/+4
2013-05-01bug 403405: Fix for failing test case BackwardCompatibilityTests.testPathEntr...Andrew Gvozdev2-14/+69
2013-05-01Bug 406783 - [spell-check] Support variables for CDT user dictionary.Martin Oberhuber1-2/+17
2013-04-30Avoid updating non-existing project. Problem reported by JUnit.Andrew Gvozdev1-1/+4
2013-04-30Bug 244865 – Support for Step Into Selectionaleon3-2/+437
2013-04-30Bug 406873 - [spell-check] Update the CDT word lists for KeplerMartin Oberhuber2-0/+113
2013-04-29Reverted accidentally committed changes from last commitAndrew Gvozdev3-35/+0
2013-04-29bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled...Andrew Gvozdev6-14/+60
2013-04-24Cosmetics.Sergey Prigogin2-40/+35
2013-04-24Cosmetics.Sergey Prigogin7-39/+24
2013-04-24Cosmetics.Sergey Prigogin6-23/+18
2013-04-24Removed default ctor.Sergey Prigogin1-12/+2
2013-04-24Bug 406456 -Chris Recoskie1-2/+6
2013-04-23Bug 360030 - Support refactroing on files with custom content typesEugene Ostroukhov1-2/+3
2013-04-23bug 401961: Use more general CConfigurationDataProvider facilities to initial...Andrew Gvozdev14-89/+177
2013-04-23bug 401961: Regression: pathEntryContainers entries are no longer honored whe...Andrew Gvozdev4-10/+216
2013-04-23Tidy up a bit.Andrew Gvozdev3-44/+30
2013-04-23Cosmetics/JavaDoc.Andrew Gvozdev3-219/+214
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat24-512/+45
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat24-45/+512
2013-04-04Bug 295674 - Friend functions are *not* methods.Jesse Weinstein1-2/+10

Back to the top