summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2864 from retronym/ticket/6240-namesJason Zaugg2013-09-022-43/+70
|\
| * Lock down methods in NamesJason Zaugg2013-08-311-11/+14
| * SI-6240 Synchronizes NamesJason Zaugg2013-08-222-33/+57
* | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-309-36/+63
|\ \
| * \ Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-299-36/+63
| |\ \
| | * \ Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-4/+3
| | |\ \
| | * \ \ Merge pull request #2842 from retronym/ticket/7603-2James Iry2013-08-161-22/+14
| | |\ \ \
| | | * | | SI-7603 Fix thread safety of FlagTranslationJason Zaugg2013-08-161-22/+14
| | * | | | Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-161-2/+5
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-2/+5
| | * | | | SI-7694 Add @uncheckedBounds to the libraryJason Zaugg2013-08-131-0/+13
| | * | | | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-132-0/+7
| | * | | | Merge pull request #2809 from xeno-by/ticket/7733James Iry2013-08-133-11/+10
| | |\ \ \ \
| | | * | | | [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-133-11/+10
| | | |/ / /
| | * | | | Merge pull request #2813 from xeno-by/topic/showrawGrzegorz Kossakowski2013-08-121-0/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | showRaw now prints symbols of def treesEugene Burmako2013-08-101-0/+2
| | * | | | SI-7331 tb.parse returns unpositioned treesDen Shabalin2013-08-081-1/+6
| | * | | | brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-231-2/+11
| | |/ / /
| | * | | Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-121-0/+31
| | |\ \ \
| | | * | | makes it more convenient to work with SuppressMacroExpansionAttachmentEugene Burmako2013-06-281-0/+31
* | | | | | Merge pull request #2879 from retronym/ticket/7785Jason Zaugg2013-08-291-1/+14
|\ \ \ \ \ \
| * | | | | | SI-7785 Preserve TypeVar suspension through TypeMapsJason Zaugg2013-08-271-1/+14
* | | | | | | Merge pull request #2883 from retronym/topic/junit-zip-archiveGrzegorz Kossakowski2013-08-271-1/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | A better diagnostic error for corrupt or missing JARs.Jason Zaugg2013-08-271-1/+5
| |/ / / / /
* | | | | | Logging cleanup.Paul Phillips2013-08-256-25/+36
* | | | | | Value class Depth.Paul Phillips2013-08-258-125/+146
|/ / / / /
* | | | | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-214-35/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | marks Expr.splice and Expr.value with @compileTimeOnlyEugene Burmako2013-08-151-2/+3
| * | | | moves compileTimeOnly to scala-libraryEugene Burmako2013-08-143-33/+7
* | | | | Merge branch 'master' into patmatPaul Phillips2013-08-206-25/+38
|\ \ \ \ \
| * | | | | No longer crash on NoSymbol.owner.Paul Phillips2013-08-196-25/+38
* | | | | | An unapplySeq-via-String test.Paul Phillips2013-08-181-1/+2
* | | | | | Refined name-based patmat methods.Paul Phillips2013-08-181-28/+51
* | | | | | An Unapplied extractor.Paul Phillips2013-08-171-0/+11
* | | | | | Cleanups in Unapplies.Paul Phillips2013-08-171-0/+8
* | | | | | Pushed some noisy logging down to debuglog.Paul Phillips2013-08-172-1/+8
* | | | | | Some general purpose methods.Paul Phillips2013-08-173-6/+75
* | | | | | Add some standard names used in pattern matcher.Paul Phillips2013-08-171-0/+3
* | | | | | Make memberType less crashy.Paul Phillips2013-08-171-1/+1
* | | | | | Repair NPE in -Ytyper-debug output.Paul Phillips2013-08-171-1/+1
* | | | | | Crasher in symbol tracer.Paul Phillips2013-08-171-1/+1
|/ / / / /
* | | | | Merge pull request #2843 from xeno-by/topic/kill-introduce-top-levelAdriaan Moors2013-08-162-109/+1
|\ \ \ \ \
| * | | | | kills introduceTopLevelEugene Burmako2013-08-162-109/+1
* | | | | | Merge pull request #2830 from densh/topic/stats-parsing-2Adriaan Moors2013-08-161-4/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7731 make CannotHaveAttrs more consistentDen Shabalin2013-08-141-4/+6
* | | | | | SI-7624 Replace new{Term,Type}Name with {Term,Type}NameSimon Ochsenreither2013-08-152-8/+8
* | | | | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-153-17/+18
* | | | | | SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-154-13/+15
|/ / / / /
* | | | | Merge pull request #2764 from folone/masterGrzegorz Kossakowski2013-08-122-13/+38
|\ \ \ \ \
| * | | | | Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-081-7/+31