summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated jline and rebuilt.Paul Phillips2013-04-245-12/+12
* 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-234-29/+24
|\ \
| * | Simplify type bounds.Paul Phillips2013-04-204-29/+24
* | | Merge pull request #2396 from som-snytt/issue/unmoored-docAdriaan Moors2013-04-226-45/+78
|\ \ \
| * | | 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
| * | | SI-7376 Unmoored doc has correct positionSom Snytt2013-04-171-24/+17
| * | | SI-7376 Scaladoc warns when discarding local doc comments with API tagsSom Snytt2013-04-151-2/+38
| | |/ | |/|
* | | Merge pull request #2360 from ihji/bugfix/SI-7080Jason Zaugg2013-04-212-6/+15
|\ \ \
| * | | SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-072-6/+15
* | | | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-2111-14/+14
|\ \ \ \
| * | | | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-1611-14/+14
| | |/ / | |/| |
* | | | Merge pull request #2426 from paulp/pr/7324Jason Zaugg2013-04-212-1/+9
|\ \ \ \
| * | | | SI-7324 jvm not cool with 255+ parametersPaul Phillips2013-04-212-1/+9
* | | | | Fixed BigDecimal documentation for primitive conversion methods.Alden Torres2013-04-211-4/+4
|/ / / /
* | | | 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 #2382 from vigdorchik/remove_scaladoc_deprecationPaul Phillips2013-04-192-22/+0
|\ \ \ \ \ \
| * | | | | | Remove scaladoc deprecated option.Eugene Vigdorchik2013-04-102-22/+0
* | | | | | | SI-7314 Partest locates tools.jar and javacSom Snytt2013-04-182-0/+32
* | | | | | | Merge pull request #2380 from paulp/pr/reifier-ast-testAdriaan Moors2013-04-152-13/+37
|\ \ \ \ \ \ \
| * | | | | | | Reifier -> AST Node test.Paul Phillips2013-04-092-13/+37
| |/ / / / / /
* | | | | | | Merge pull request #2336 from retronym/topic/deprecated-inheritance-tweakAdriaan Moors2013-04-152-3/+6
|\ \ \ \ \ \ \
| * | | | | | | SI-7312 @deprecatedInheritance now ignores same-file subclassesJason Zaugg2013-03-302-3/+6
* | | | | | | | Merge pull request #2368 from retronym/ticket/7335Adriaan Moors2013-04-157-127/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7335 Remove special case for import of Predef._ in Predef.scalaJason Zaugg2013-04-131-19/+3
| * | | | | | | | SI-7335 Sharpen up comment about implicit prioritization.Jason Zaugg2013-04-081-2/+1
| * | | | | | | | 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-083-16/+10
| * | | | | | | | SI-7335 Mandate that parents of Predef must be defined in Predef.scalaJason Zaugg2013-04-083-95/+95
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-235-g4525e92-...Jason Zaugg2013-04-156-92/+54
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | 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
| |/ / / / /