summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* indentation typoMiguel Garcia2013-04-301-6/+6
* SI-6863 root cause fixed using factory of scala.runtime.*RefMiguel Garcia2013-04-2721-49/+85
* Merge pull request #2457 from paulp/pr/late-method-reduxJason Zaugg2013-04-267-15/+51
|\
| * Documented lateMETHOD flag.Paul Phillips2013-04-267-14/+50
| * Call method rather than duplicating method.Paul Phillips2013-04-261-1/+1
* | Merge pull request #2445 from magarciaEPFL/backendish3Paul Phillips2013-04-262-109/+101
|\ \
| * | deprecation cycle for definitions.NPEConstructorMiguel Garcia2013-04-271-0/+3
| * | improved naming of variables in constructors phaseMiguel Garcia2013-04-251-17/+10
| * | translation for DelayedInit keeps more code in original classMiguel Garcia2013-04-241-101/+95
| * | avoids multiple evals of isSubClass DelayedInitClassMiguel Garcia2013-04-241-3/+5
| * | for null outer pointer, NPE via throw nullMiguel Garcia2013-04-242-2/+2
* | | Merge pull request #2447 from paulp/pr/bynamePaul Phillips2013-04-263-12/+9
|\ \ \
| * | | Created utility function for dropping by-name-ness.Paul Phillips2013-04-253-12/+9
* | | | Merge pull request #2452 from magarciaEPFL/backendish5Paul Phillips2013-04-263-24/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | role played by magic constant in ScalaSigBytesMiguel Garcia2013-04-261-0/+10
| * | | another GenJVM remnant that goes awayMiguel Garcia2013-04-251-15/+0
| * | | removing remnants from the GenJVM eraMiguel Garcia2013-04-252-9/+5
| * | | static methods may have local variables too, some dayMiguel Garcia2013-04-251-0/+1
* | | | Merge pull request #2450 from huitseeker/issue/SI-7421Paul Phillips2013-04-261-5/+1
|\ \ \ \
| * | | | SI-7421 remove unneeded extra-attachement in maven deployFrançois Garillot2013-04-251-5/+1
* | | | | Merge pull request #2442 from soc/SI-7403Paul Phillips2013-04-262-5/+7
|\ \ \ \ \
| * | | | | SI-7403 Stream extends SerializableSimon Ochsenreither2013-04-252-5/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #2430 from paulp/issue/4365Adriaan Moors2013-04-263-8/+72
|\ \ \ \ \
| * | | | | SI-4365 nondeterministic failure in asSeenFromPaul Phillips2013-04-223-8/+72
| | |/ / / | |/| | |
* | | | | Merge pull request #2451 from magarciaEPFL/backendish4Grzegorz Kossakowski2013-04-251-0/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | check added instruction to ASM MethodNodeMiguel Garcia2013-04-251-0/+8
| | |_|/ | |/| |
* | | | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-257-76/+126
|\ \ \ \ | |_|_|/ |/| | |
| * | | Minor overhaul of lub-producing typer methods.Paul Phillips2013-04-233-70/+113
| * | | Simplify some checks in Refchecks.Paul Phillips2013-04-231-2/+2
| * | | Added ensureFullyDefined.Paul Phillips2013-04-232-4/+3
| * | | Added orElse to Type.Paul Phillips2013-04-232-0/+8
* | | | Merge pull request #2437 from paulp/pr/warning-cleanupPaul Phillips2013-04-2439-139/+140
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-2421-374/+637
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2393 from retronym/ticket/7345-2Paul Phillips2013-04-2414-358/+616
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-2169-439/+813
| |\ \ \ \
| * | | | | SI-7345 Address review comments.Jason Zaugg2013-04-211-9/+8
| * | | | | SI-7345 Improved Context.toStringJason Zaugg2013-04-211-4/+20
| * | | | | SI-7345 Eliminate the `depth` var.Jason Zaugg2013-04-211-20/+30
| * | | | | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-215-12/+22
| * | | | | SI-7345 Factor out method to clear and restore undetparams.Jason Zaugg2013-04-213-36/+35
| * | | | | SI-7345 Remove unneeded warning.Jason Zaugg2013-04-211-7/+1
| * | | | | SI-7345 Doc and TODO comments around Context.Jason Zaugg2013-04-212-1/+45
| * | | | | SI-7345 Produce Context#imports from the context chainJason Zaugg2013-04-213-37/+55
| * | | | | SI-7345 Refactor manual iteration to use foreach.Jason Zaugg2013-04-211-4/+2
| * | | | | SI-7345 Move `inSilentMode` from Infer to Context.Jason Zaugg2013-04-212-16/+14
| * | | | | SI-7345 remove unused methods.Jason Zaugg2013-04-211-10/+3
| * | | | | SI-7345 Prefer using a throwaway silent context over buffer flushing.Jason Zaugg2013-04-214-56/+44
| * | | | | SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-216-130/+238
| * | | | | SI-7345 Exploit named/default argsJason Zaugg2013-04-212-4/+2
| * | | | | SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-216-42/+100