summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2396 from som-snytt/issue/unmoored-docAdriaan Moors2013-04-225-20/+24
|\
| * SI-7376 Bad doc variable error is positioned at the variable.Som Snytt2013-04-171-1/+4
| * SI-7376 Additional trivial Scaladoc format correctionsSom Snytt2013-04-174-19/+20
* | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-218-9/+9
|\ \
| * | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-168-9/+9
| |/
* | SI-7324 jvm not cool with 255+ parametersPaul Phillips2013-04-211-0/+9
* | Merge pull request #2361 from retronym/ticket/7337Jason Zaugg2013-04-201-2/+1
|\ \
| * | SI-7337 Error out on missing -d directory.Jason Zaugg2013-04-061-2/+1
* | | SI-7319 Remove unused method.Jason Zaugg2013-04-201-5/+0
* | | SI-7377 Remove special treatment of `stableFun()` in patterns.Jason Zaugg2013-04-201-56/+46
* | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-245-g5147bb2-...Jason Zaugg2013-04-204-31/+43
|\ \ \
| * \ \ Merge pull request #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-191-9/+12
| |\ \ \
| | * | | Absolute path in error message.Paul Phillips2013-04-171-9/+12
| * | | | Merge pull request #2411 from retronym/ticket/7388Paul Phillips2013-04-191-1/+5
| |\ \ \ \
| | * | | | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-181-1/+5
| | |/ / /
| * | | | Merge pull request #2402 from retronym/ticket/7377Paul Phillips2013-04-191-1/+6
| |\ \ \ \
| | * | | | SI-7377 Fix retypechecking of patterns on case companion aliasJason Zaugg2013-04-171-1/+6
| | |/ / /
| * | | | Merge pull request #2370 from retronym/ticket/7319-2Paul Phillips2013-04-192-18/+14
| |\ \ \ \
| | * | | | SI-7319 Clear error buffer during Typer reset.Jason Zaugg2013-04-152-18/+14
| * | | | | Merge pull request #2364 from vigdorchik/ticket/si-7329Paul Phillips2013-04-191-1/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-7329 duplicate default getters for specialized parameters.Eugene Vigdorchik2013-04-071-1/+5
* | | | | | Merge pull request #2380 from paulp/pr/reifier-ast-testAdriaan Moors2013-04-151-1/+1
|\ \ \ \ \ \
| * | | | | | Reifier -> AST Node test.Paul Phillips2013-04-091-1/+1
* | | | | | | Merge pull request #2336 from retronym/topic/deprecated-inheritance-tweakAdriaan Moors2013-04-151-2/+4
|\ \ \ \ \ \ \
| * | | | | | | SI-7312 @deprecatedInheritance now ignores same-file subclassesJason Zaugg2013-03-301-2/+4
* | | | | | | | Merge pull request #2368 from retronym/ticket/7335Adriaan Moors2013-04-153-9/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7335 Don't import Predef._ in Predef.scalaJason Zaugg2013-04-082-9/+4
| * | | | | | | | SI-7335 Mandate that parents of Predef must be defined in Predef.scalaJason Zaugg2013-04-081-0/+9
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-235-g4525e92-...Jason Zaugg2013-04-153-25/+30
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge pull request #2383 from vigdorchik/ticket/si-6286Paul Phillips2013-04-141-20/+17
| |\ \ \ \ \ \
| | * | | | | | SI-6286 IllegalArgumentException handling specialized method.Eugene Vigdorchik2013-04-101-20/+17
| | | |_|_|_|/ | | |/| | | |
| * / | | | | SI-7360 Don't let a follow-up TypeError obscure the original error.Jason Zaugg2013-04-121-1/+1
| |/ / / / /
| * | | | / SI-6386 typed existential type tree's original now have tpe setUladzimir Abramchuk2013-04-091-2/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2335 from retronym/topic/opt-file-accessJames Iry2013-04-101-5/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Optimization: avoid isDirectory call in DirectoryClassPath traversalJason Zaugg2013-03-291-5/+18
* | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-087-113/+68
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | SI-7321 Memory leak in specialize on multiple compiler runs.Eugene Vigdorchik2013-04-041-16/+12
| * | | Merge pull request #2298 from retronym/ticket/6900-3Paul Phillips2013-04-033-88/+23
| |\ \ \
| | * | | SI-6900 Fix tailrec for dependent method typesJason Zaugg2013-04-021-2/+12
| | * | | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-021-17/+10
| | * | | Refactor existential related code out of types.Jason Zaugg2013-04-021-69/+1
| * | | | Take the N^2 out of the compiler's TreeSet.Paul Phillips2013-04-031-5/+15
| * | | | Merge pull request #2344 from retronym/ticket/7147Jason Zaugg2013-04-031-2/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7147 Diagnostic for unexplained assertion in presentation compiler.Jason Zaugg2013-04-021-2/+9
| * | | | Merge pull request #2319 from retronym/ticket/6793Paul Phillips2013-04-021-2/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-261-2/+9
* | | | | Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-031-0/+7
|\ \ \ \ \
| * | | | | SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-291-0/+7
* | | | | | Add () to side-effecting u1/u2/u4.Paul Phillips2013-04-031-3/+3
* | | | | | Brought some structure to the classfileparser.Paul Phillips2013-04-032-365/+336