summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve code style in the Scaladoc implementation.Eugene Vigdorchik2013-05-167-88/+67
* 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
| * | | | | SI-7345 Add Context#isLocal, akin to Symbol#isLocalJason Zaugg2013-04-211-8/+4
| * | | | | SI-7345 Use combinator to find next enclosing non-template.Jason Zaugg2013-04-211-3/+1
| * | | | | SI-7345 Remove comment that appears obsolete.Jason Zaugg2013-04-211-1/+0
| * | | | | SI-7345 Rationalize overloads of Context#makeJason Zaugg2013-04-213-37/+26
| * | | | | SI-7345 Represent the boolean modes in Context in ContextMode.Jason Zaugg2013-04-212-91/+131
* | | | | | Merge pull request #2441 from soc/SI-7402Paul Phillips2013-04-244-7/+9
|\ \ \ \ \ \
| * | | | | | SI-7402 List extends SerializableSimon Ochsenreither2013-04-244-7/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2431 from som-snytt/issue/partest-srcdirPaul Phillips2013-04-241-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Par-Test allows redefinition of srcDir by AntSom Snytt2013-04-221-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2438 from paulp/pr/bitset-testPaul Phillips2013-04-232-5/+6
|\ \ \ \ \
| * | | | | Disabled failing bitset test.Paul Phillips2013-04-232-5/+6
|/ / / / /
| | | | * Eliminated the accumulated feature warnings.Paul Phillips2013-04-2321-38/+56
| | | | * Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-2319-90/+56
| | | | * Taught -Xlint about @implicitNotFound.Paul Phillips2013-04-232-8/+23
| | | | * Fix unchecked warning.Paul Phillips2013-04-231-3/+3
| |_|_|/ |/| | |
* | | | Merge pull request #2284 from demobox/add-box-unbox-doc-commentJason Zaugg2013-04-2310-9/+59
|\ \ \ \
| * | | | SI-6898 Document AnyVal box and unbox implemention by BoxesRunTimeAndrew Phillips2013-04-229-9/+52
| * | | | Reverting changes to AnyVals generated classes in 9a82fc0Andrew Phillips2013-04-223-0/+7
| | |/ / | |/| |
* | | | Merge pull request #2417 from paulp/pr/empty-type-boundsJason Zaugg2013-04-2314-48/+39
|\ \ \ \
| * | | | Simplify type bounds.Paul Phillips2013-04-2014-48/+39
* | | | | Merge pull request #2433 from soc/SI-7408Jason Zaugg2013-04-231-10/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |