summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Backport of SI-6846.Jason Zaugg2013-01-082-6/+6
* Merge pull request #1687 from scalamacros/topic/unchecked-pattern-matchPaul Phillips2012-12-201-1/+5
|\
| * SI-6338 fixes the unchecked warning in quick.compEugene Burmako2012-12-061-1/+5
* | SI-6549 Improve escaping in REPL codegen.Jason Zaugg2012-12-031-3/+2
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0245-45/+45
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-2/+2
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-1413-18/+18
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-1/+1
* Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-111-1/+1
|\
| * Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-011-1/+1
* | Large logging cleanup effort.Paul Phillips2012-09-011-2/+1
|/
* pull request feedbackEugene Burmako2012-08-191-3/+2
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-2/+2
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-152-2/+2
* Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-0745-45/+45
|\
| * update and normalize copyright noticeAdriaan Moors2012-08-0745-45/+45
* | Restored :warnings to working order.Paul Phillips2012-08-062-48/+37
|/
* prepares our macro defs for refactoring (Step I)Eugene Burmako2012-08-021-1/+2
* miscellaneous refinements of reflection APIEugene Burmako2012-08-021-2/+1
* SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-024-8/+8
* evicts calls to reify from our codebaseEugene Burmako2012-07-202-2/+2
* Knocking off a few catch _ => warnings.Paul Phillips2012-07-063-4/+6
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-085-5/+6
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-0/+1
* removes tags and their incantations from PredefEugene Burmako2012-06-086-0/+7
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-083-9/+9
* The new reflectionEugene Burmako2012-06-087-73/+71
* preparations: always explicitly provide type tagsEugene Burmako2012-06-082-3/+5
* improves traces and error messagesEugene Burmako2012-06-081-1/+1
* REPL bells and whistles: -Dscala.repl.maxprintstring=<Integer>Eugene Burmako2012-06-083-2/+5
* REPL bells and whistles: -Dscala.repl.vids=<Boolean>Eugene Burmako2012-06-082-1/+7
* REPL bells and whistles: -Dscala.repl.autoruncode=<JFile>Eugene Burmako2012-06-082-3/+11
* REPL no longer hangs after initialization crashesEugene Burmako2012-06-083-8/+27
* Putting back things sbt noticed were gone.Paul Phillips2012-05-151-0/+6
* Removing more unneeded code.Paul Phillips2012-05-1518-503/+11
* Test adjustments.Paul Phillips2012-05-151-0/+1
* Removing extraneous files.Paul Phillips2012-05-1510-617/+12
* Some long overdue conveniences.Paul Phillips2012-04-252-8/+5
* migrates stdlib and compiler to tagsEugene Burmako2012-04-238-68/+71
* rethinks tagsEugene Burmako2012-04-231-1/+3
*-. Merge commit 'refs/pull/419/head'; commit 'refs/pull/420/head'; commit 'refs/...Paul Phillips2012-04-221-5/+6
|\ \
| | * Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-5/+6
| |/
* / scala.reflect.api: Reporters => FrontEndsEugene Burmako2012-04-201-2/+1
|/
* Minor optimizations with nested list operations.Paul Phillips2012-04-181-1/+1
* New facility: TypeDestructurers.Paul Phillips2012-04-1612-171/+442
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-133-1/+12
|\
| * Workaround for SI-5657.Paul Phillips2012-04-122-0/+11
| * Fix for SI-5535.Paul Phillips2012-04-121-1/+1