summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Update links to docs, codehaus and citeseerJanek Bogucki2015-09-044-5/+5
* Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-021-1/+1
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-234-4/+4
* Delegate null test to OptionJanek Bogucki2015-08-042-4/+2
* ScalaDoc fixes for reflectJanek Bogucki2015-07-288-13/+12
* Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-245-107/+107
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-244-9/+29
* [backport] Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-231-0/+1
* Merge pull request #4650 from lrytz/t8502-packageJason Zaugg2015-07-212-3/+4
|\
| * SI-8502 create PackageClass instead of Class symbol stubs for pkgsLukas Rytz2015-07-202-3/+4
* | Fix 23 typos (t-v)Janek Bogucki2015-07-153-3/+3
|/
* Fix 25 typos (s)Janek Bogucki2015-07-063-4/+4
* Fix 27 typos (p-r)Janek Bogucki2015-06-303-4/+4
* Fix 23 typos (m-o)Janek Bogucki2015-06-283-4/+4
* Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-233-3/+3
|\
| * Fix 25 typos (g-i)Janek Bogucki2015-06-223-3/+3
* | Merge pull request #4566 from lrytz/t9359Adriaan Moors2015-06-221-5/+8
|\ \
| * | SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-191-5/+8
* | | SI-9253 avoid IndexOutOfBoundsException in TypeMaps.correspondingTypeArgumentBruno Bieth2015-06-221-1/+1
| |/ |/|
* | Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
|/
* Fix some typos (a-c)Janek Bogucki2015-06-182-2/+2
* SI-9212 Fix toolbox with varargs constructorsJason Zaugg2015-06-091-0/+1
* [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-182-0/+4
* [indylambda] Support lambda {de}serializationJason Zaugg2015-05-174-2/+5
* [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-152-3/+3
* SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-051-0/+2
* Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-041-1/+1
|\
| * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-1/+1
* | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-041-0/+1
|\ \
| * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-031-0/+1
* | | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-042-1/+5
|\ \ \ | |/ / |/| |
| * | SI-8359 Emit invokedynamic for lambdasJason Zaugg2015-04-212-1/+5
* | | Fix many typosMichał Pociecha2015-04-216-7/+7
* | | Fix typo in Quasiquote doc that was confusingJean-Rémi Desjardins2015-04-101-1/+1
|/ /
* | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-101-0/+1
|\ \
| * | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-241-0/+1
* | | Merge pull request #4411 from xeno-by/ticket/9252Lukas Rytz2015-04-091-5/+1
|\ \ \
| * | | SI-9252 gets rid of custom logic for jArrayClass in runtime reflectionEugene Burmako2015-03-271-5/+1
* | | | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-2813-44/+42
|\ \ \ \ | |/ / / |/| | |
| * | | Removed warningsEECOLOR2015-03-266-7/+6
| * | | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-267-21/+22
| * | | Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-263-17/+15
* | | | Merge pull request #4361 from retronym/ticket/9182Lukas Rytz2015-03-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9182 Fix runtime reflection with package object, overloadsJason Zaugg2015-02-251-1/+2
* | | | Merge pull request #4378 from som-snytt/issue/9102Jason Zaugg2015-03-241-3/+6
|\ \ \ \
| * | | | SI-9102: Improve testSom Snytt2015-03-111-4/+4
| * | | | SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-111-3/+6
| |/ / /
* / / / Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+8
|/ / /
* | | Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-192-0/+4
|\ \ \
| * | | SI-9153 More complete and stable results for completionsJason Zaugg2015-02-171-0/+3