summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-17139-6166/+6778
|\
| * SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-164-28/+98
| * make treeInfo more globally visibleAdriaan Moors2013-05-163-0/+9
| * Merge pull request #2514 from scalamacros/topic/5923-masterJason Zaugg2013-05-152-7/+22
| |\
| | * SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-122-7/+22
| * | Merge pull request #2399 from rjolly/scripting8Jason Zaugg2013-05-151-1/+1
| |\ \ | | |/ | |/|
| | * AbstractFile.getDirectory does not return null when outDir is "."Raphael Jolly2013-04-221-1/+1
| * | Flesh out copyMemberDef methods with copyModuleDef.Paul Phillips2013-05-101-0/+15
| * | Merge pull request #2462 from magarciaEPFL/backendish9Paul Phillips2013-05-101-0/+2
| |\ \
| | * | SI-6863 root cause fixed using factory of scala.runtime.*RefMiguel Garcia2013-04-271-0/+2
| * | | Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-071-1/+2
| |\ \ \
| | * | | Hardening against nulls for deserialization.Paul Phillips2013-05-031-1/+2
| * | | | Absolutized paths involving the scala package.Paul Phillips2013-05-03138-166/+305
| |/ / /
| * | | Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-021-1/+15
| |\ \ \
| | * \ \ Merge 2.10.x into masterAdriaan Moors2013-05-021-1/+15
| | |\ \ \
| * | | | | Route -explaintypes through reporter.Paul Phillips2013-04-293-4/+5
| | |_|/ / | |/| | |
| * | | | Merge pull request #2457 from paulp/pr/late-method-reduxJason Zaugg2013-04-261-6/+27
| |\ \ \ \
| | * | | | Documented lateMETHOD flag.Paul Phillips2013-04-261-6/+27
| | |/ / /
| * | | | Merge pull request #2445 from magarciaEPFL/backendish3Paul Phillips2013-04-261-0/+2
| |\ \ \ \
| | * | | | deprecation cycle for definitions.NPEConstructorMiguel Garcia2013-04-271-0/+3
| | * | | | for null outer pointer, NPE via throw nullMiguel Garcia2013-04-241-1/+0
| * | | | | Merge pull request #2447 from paulp/pr/bynamePaul Phillips2013-04-261-0/+4
| |\ \ \ \ \
| | * | | | | Created utility function for dropping by-name-ness.Paul Phillips2013-04-251-0/+4
| * | | | | | Merge pull request #2452 from magarciaEPFL/backendish5Paul Phillips2013-04-261-8/+15
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | role played by magic constant in ScalaSigBytesMiguel Garcia2013-04-261-0/+10
| | * | | | | removing remnants from the GenJVM eraMiguel Garcia2013-04-251-8/+5
| * | | | | | Merge pull request #2430 from paulp/issue/4365Adriaan Moors2013-04-261-8/+32
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-4365 nondeterministic failure in asSeenFromPaul Phillips2013-04-221-8/+32
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-253-8/+39
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Minor overhaul of lub-producing typer methods.Paul Phillips2013-04-231-8/+31
| | * | | | Added orElse to Type.Paul Phillips2013-04-232-0/+8
| * | | | | Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-243-3/+15
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #2393 from retronym/ticket/7345-2Paul Phillips2013-04-243-3/+15
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-215-102/+80
| | | |\ \ \
| | | * | | | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-212-2/+14
| | | * | | | SI-7345 Represent the boolean modes in Context in ContextMode.Jason Zaugg2013-04-211-1/+1
| * | | | | | Eliminated the accumulated feature warnings.Paul Phillips2013-04-236-6/+15
| * | | | | | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-236-17/+16
| |/ / / / /
| * | | | | Merge pull request #2417 from paulp/pr/empty-type-boundsJason Zaugg2013-04-231-1/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Simplify type bounds.Paul Phillips2013-04-201-1/+8
| | | |/ / | | |/| |
| * | | | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-212-4/+4
| |\ \ \ \
| | * | | | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-162-4/+4
| | | |/ / | | |/| |
| * | | | SI-7324 jvm not cool with 255+ parametersPaul Phillips2013-04-211-1/+0
| | |/ / | |/| |
| * | | Merge pull request #2380 from paulp/pr/reifier-ast-testAdriaan Moors2013-04-151-12/+36
| |\ \ \
| | * | | Reifier -> AST Node test.Paul Phillips2013-04-091-12/+36
| * | | | Merge pull request #2368 from retronym/ticket/7335Adriaan Moors2013-04-152-23/+20
| |\ \ \ \
| | * | | | SI-7335 Remove special case for import of Predef._ in Predef.scalaJason Zaugg2013-04-131-19/+3
| | * | | | SI-7335 Add logging for a now-impossible* case in Symbol#exists.Jason Zaugg2013-04-081-3/+17
| | * | | | SI-7335 Don't import Predef._ in Predef.scalaJason Zaugg2013-04-081-7/+6
| * | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-235-g4525e92-...Jason Zaugg2013-04-153-67/+24
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |