summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2438 from paulp/pr/bitset-testPaul Phillips2013-04-232-5/+6
|\
| * Disabled failing bitset test.Paul Phillips2013-04-232-5/+6
|/
* 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
|\ \ \
| * | | SI-7408 Fix test by sorting results of getDeclaredClassesSimon Ochsenreither2013-04-231-10/+21
|/ / /
* | | Merge pull request #2396 from som-snytt/issue/unmoored-docAdriaan Moors2013-04-228-53/+158
|\ \ \
| * | | 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-173-25/+61
| * | | SI-7376 Scaladoc warns when discarding local doc comments with API tagsSom Snytt2013-04-153-10/+75
| | |/ | |/|
* | | Merge pull request #2360 from ihji/bugfix/SI-7080Jason Zaugg2013-04-214-6/+33
|\ \ \
| * | | SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-074-6/+33
* | | | 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-214-1/+70
|\ \ \ \
| * | | | SI-7324 jvm not cool with 255+ parametersPaul Phillips2013-04-214-1/+70
* | | | | Merge pull request #2427 from aldenml/bigdecimal-doc-fixJason Zaugg2013-04-211-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed BigDecimal documentation for primitive conversion methods.Alden Torres2013-04-211-4/+4
|/ / / /
* | | | Merge pull request #2361 from retronym/ticket/7337Jason Zaugg2013-04-203-2/+21
|\ \ \ \
| * | | | SI-7337 Error out on missing -d directory.Jason Zaugg2013-04-063-2/+21
* | | | | Merge pull request #2419 from retronym/merge/v2.10.1-245-g5147bb2-to-masterJason Zaugg2013-04-2016-93/+178
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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-2016-40/+140
|/| | | |
| * | | | Merge pull request #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-195-18/+21
| |\ \ \ \
| | * | | | Absolute path in error message.Paul Phillips2013-04-175-18/+21
| * | | | | Merge pull request #2411 from retronym/ticket/7388Paul Phillips2013-04-193-1/+10
| |\ \ \ \ \
| | * | | | | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-183-1/+10
| | |/ / / /
| * | | | | Merge pull request #2402 from retronym/ticket/7377Paul Phillips2013-04-195-1/+38
| |\ \ \ \ \
| | * | | | | SI-7377 Fix retypechecking of patterns on case companion aliasJason Zaugg2013-04-175-1/+38
| | |/ / / /
| * | | | | Merge pull request #2370 from retronym/ticket/7319-2Paul Phillips2013-04-194-18/+65
| |\ \ \ \ \
| | * | | | | SI-7319 Clear error buffer during Typer reset.Jason Zaugg2013-04-154-18/+65
| * | | | | | Merge pull request #2364 from vigdorchik/ticket/si-7329Paul Phillips2013-04-192-1/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SI-7329 duplicate default getters for specialized parameters.Eugene Vigdorchik2013-04-072-1/+6
* | | | | | | Merge pull request #2382 from vigdorchik/remove_scaladoc_deprecationPaul Phillips2013-04-194-95/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove scaladoc deprecated option.Eugene Vigdorchik2013-04-104-95/+0
* | | | | | | | Merge pull request #2338 from som-snytt/issue/7314-test-tools-jarPaul Phillips2013-04-193-3/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7314 Partest locates tools.jar and javacSom Snytt2013-04-183-3/+54
|/ / / / / / / /
* | | | | | | | Merge pull request #2380 from paulp/pr/reifier-ast-testAdriaan Moors2013-04-154-13/+180
|\ \ \ \ \ \ \ \
| * | | | | | | | Reifier -> AST Node test.Paul Phillips2013-04-094-13/+180
| |/ / / / / / /
* | | | | | | | Merge pull request #2336 from retronym/topic/deprecated-inheritance-tweakAdriaan Moors2013-04-159-8/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7315 Test @deprecatedInheritance / @specialized interplayJason Zaugg2013-03-302-0/+5
| * | | | | | | | SI-7312 @deprecatedInheritance now ignores same-file subclassesJason Zaugg2013-03-307-8/+35
* | | | | | | | | 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